Backtrack 4 and Wifi setup for beginners
Well a lot of my time was wasted in handling wifi in Backtrack 4 on my laptop ..
well there were reasons and hence I just want to put some points which would certainly ease the process for 1st timers if things get confusing.
1. Enter the command in console before doing anything else /etc/init.d/networking start
3. Next step is to know the wireless card you have in your laptop.lspci | grep Network
4. Now/etc/init.d/wicd start
start-network
sudo wicd start
Start Wicd manger from KDE
5. check by iwconfig
iwconfig wlan0 up
6. Still no sign of wlan0.Try jockey-gtk b43 driver.Scroll down.
7. Still no sign of wlan0 ? have a fair peek at http://linuxwireless.org/en/users/Drivers/
and http://www.backtrack-linux.org/wiki/...reless_Drivers and find about supported driver installations and mode of operations.Just keep reading
----------------------------------------------
Dealing Broadcom ( Credits : stormeye)
Now this is 1 card which will give you nightmares with all Linux installations.
Anyways 1st try jockey-gt
Log into BackTrack as root and run these commands:/etc/init.d/networking start apt-get install jockey-gtk jockey-gtk
Downloading drivers manually >>
Go to: Broadcom.com - 802.11 Linux STA driver
And download the tarball for your system (32 or 64).
Run the following in the terminal:/etc/init.d/networking start tar xzf nameoffile.tar.gz cd thefolderyouget make clean make
lsmod | grep "b43\|ssb\|wl" If any of these are installed, remove them: rmmod b43 rmmod ssb rmmod wl
modprobe lib80211 insmod wl.ko
Note: You maybe have to start network through the KDE "start menu" before you get the WICD manager up, then you should see networks.
----------------------------------------------
some more pointers >>lspci -vnn | grep 14e4
________________________________________
Let us see ..maybe Backtrack 5 has more to offer in handling wifi experience.It is coming out on May 10th, 2011 !
Backtrack 4 and Wifi setup for beginners
Code:
Code:
Code:
Code:
Code:
Code:
Code:
Code:
Code:
Code:
Code:
Code:
0 Responses