Results 1 to 2 of 2
I am trying to connect to the internet using Backtrack 3. My wireless adapter (WMP54G Linksys, Ralink chipset) is detected, but I cannot find any APs nearby. I used KWiFiManager, ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-18-2008 #1Just Joined!
- Join Date
- Aug 2008
- Posts
- 2
Connecting Backtrack to the internet
I am trying to connect to the internet using Backtrack 3. My wireless adapter (WMP54G Linksys, Ralink chipset) is detected, but I cannot find any APs nearby. I used KWiFiManager, but I cannot find any wireless routers. I tried it with Ubuntu, and can successfully connect to my router.
iwconfig (sorry I cannot copy the output because I can't save anything to my USB drive on Backtrack):
lo no wireless
wlan0 RT61
eth0 no wireless
eth1 no wireless
- 08-19-2008 #2
And if you try to connect manually?
If not up:Code:ifconfig # to see if the interface is up
Code:ifconfig wlan0 up # wake up wireless card
Code:iwlist scan # to see if your card detects AP's
Code:iwconfig wlan0 essid YOUR_ESSID
Code:dhcpcd wlan0 # request connection
--Code:ifconfig # see the results
If you use encryption (as you should
) turn that off for now. Once the wireless card works over an unencrypted channel, you can turn it on again.
Can't tell an OS by it's GUI


Reply With Quote
