Hi guys,
After so many trying i succeded to install BCM4323 Chipset USB-Wifi on Backtrack 5 x86 Gnome.
Just I want to share with you how i did this;
~~ My worked driver is here, you can download from there ~~
http://www.airties.com/product-detai...apters&dil=eng
Choose Product : Air 2410
Choose Country : Turkey
Choose your version : v2
and choose the old driver :
http://www.airties.com/firmwares/Air..._1.0.0.0.8.zip
Thats it
Going for installation now :
I used ndiswrapper for this installation.
First we need "Synaptic package manager" for install ndiswrapper.
Code:
root@bt:~# apt-get install synaptic
After installing Synaptic just open it, and search ndiswrapper > all
Choose this packages and install, after install reboot.
After Rebooting our system open terminal and start to install driver.
Code:
root@bt:~# ndiswrapper
You can see all options for ndiswrapper and also how to install, anyway;
Code:
root@bt:~# ndiswrapper -i <inf folder and inf file> (ex: /root/desktop/xp32/bcmwlhigh32.inf)
after that commant you'll get result (installing)
we need to check what is our driver name;
Code:
root@bt:~# ndiswrapper -l
bcmwlhigh5 : driver installed
device (1EDA:2410) present
my driver name is :
bcmwlhigh5
then we'll connect driver and device. but first we need to find driver's ID (PCIID or USBID)
if our device is pci, then write console;
if our device is usb, then write console;
when i do this i got result like ;
Code:
root@bt:~# lsusb
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 003: ID 046d:0a15 Logitech, Inc.
Bus 003 Device 002: ID 1af3:0001
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 0ac8:303b Z-Star Microelectronics Corp. ZC0303 Webcam
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 007: ID 1eda:2410 AirTies Wireless Networks
Bus 001 Device 006: ID 0bda:0151 Realtek Semiconductor Corp. Mass Storage Device (Multicard Reader)
Bus 001 Device 003: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 007: ID 1eda:2410 AirTies Wireless Networks (This is my USB-Wifi device)
I got the Device id : 1eda:2410
Then connect with driver and device id;
Code:
root@bt:~# ndiswrapper -a 1eda:2410 bcmwlhigh5
(as you see i got driver name and device id then write)
You will see a message like warning, ignore it. Yea, now it finished. Reboot the system.
Yes, driver is installed now, you can use it with "Wicd Network Manager"
Note : When try to connect first time, you can get error like "wrong password" just ignore it and try again.
Thanks, cheers.