Twelve Years of Service
Posts: 72,622
Threads: 307
Points: 50,359NSP
BT5 Unable to connect wirelessly. 05-20-2012, 11:56 PM
#1
Greetings HC,
So basically, I can't connect to my wireless network with BackTrack 5 R2. A message of "unable to get IP address" comes up.
I can connect via LAN (ethernet) no problem. I've Inputed the IP address, default gateway, subnet mask, but still no go.
I'm new to Backtrack. All help Is greatly appreciated.
•
Twelve Years of Service
Posts: 2,000
Threads: 105
Points: 1NSP
RE: BT5 Unable to connect wirelessly. 04-17-2013, 08:09 PM
#4
Try hard wiring into a network, and install your wireless driver. I had the same problem when I first installed BT
•
Twelve Years of Service
Posts: 2,000
Threads: 105
Points: 1NSP
RE: BT5 Unable to connect wirelessly. 04-17-2013, 08:09 PM
#5
Try hard wiring into a network, and install your wireless driver. I had the same problem when I first installed BT
•
Eleven Years of Service
Posts: 23
Threads: 1
Points: 0NSP
RE: BT5 Unable to connect wirelessly. 04-18-2013, 06:13 PM
#6
I had many problems when i first installed back track.
you should check that your card is working correctly using:
lshw -c net
iwconfig
take note of your driver module, you might have to reload that with
rmmod (drop module)
modprobe (load module)
basically my fix was in this sequence:
ifdown -a --force
ifup -a --force
rfkill unblock all
rmmod ath5k
modprobe ath5k
(ath5k is the module, mine was ath5k, for atheros cards, so your is whatever module is listed in the lshw)
service networking stop
service networking start
:wink:
•
Eleven Years of Service
Posts: 23
Threads: 1
Points: 0NSP
RE: BT5 Unable to connect wirelessly. 04-18-2013, 06:13 PM
#7
I had many problems when i first installed back track.
you should check that your card is working correctly using:
lshw -c net
iwconfig
take note of your driver module, you might have to reload that with
rmmod (drop module)
modprobe (load module)
basically my fix was in this sequence:
ifdown -a --force
ifup -a --force
rfkill unblock all
rmmod ath5k
modprobe ath5k
(ath5k is the module, mine was ath5k, for atheros cards, so your is whatever module is listed in the lshw)
service networking stop
service networking start
:wink:
•
Eleven Years of Service
Posts: 4
Threads: 0
Points: 3NSP
RE: BT5 Unable to connect wirelessly. 04-27-2013, 11:28 PM
#10
I'm having problems also i have installed BT5 to dual boot with windows 7 and can't seem to make it pick up my network card. If anyone if a pro at this and can resolve my problem I will drop you £10
•