Hi all,
I also bought the Alfa AWUS051NH wireless adapter but I can't get it to work.
(I have backtrack 4 R2)
Code:
root@bt:~# airmon-ng
Interface Chipset Driver
wlan1 Ralink RT2870/3070 rt2800usb - [phy0]
Code:
root@bt:~# iwconfig wlan1
wlan1 IEEE 802.11abgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=0 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:on
Code:
root@bt:~# airmon-ng start wlan1
Found 3 processes that could cause trouble.
If airodump-ng, aireplay-ng or airtun-ng stops working after
a short period of time, you may want to kill (some of) them!
PID Name
5944 wpa_supplicant
5963 dhclient
5983 dhclient
Process with PID 5944 (wpa_supplicant) is running on interface wlan0
Process with PID 5983 (dhclient) is running on interface wlan0
Interface Chipset Driver
wlan0 Atheros ath9k - [phy1]
wlan1 Ralink RT2870/3070 rt2800usb - [phy0]SIOCSIFFLAGS: No such file or directory
(monitor mode enabled on mon0)
Code:
root@bt:~# airodump-ng wlan1
ioctl(SIOCSIFFLAGS) failed: No such file or directory
When I try this:
Code:
cd /usr/src/drivers/compat*
make install
make wlunload
make wlload
Still no succes.
I get the same error.
Please help