I could be wrong but you could just be too far away from your access point to inject, try moving closer and try again.
hey all i just tested today my Alfa AWUS036NH and is not working with bt5
here my test
and when i test the injection i gotPHP Code:airmon-ng start wlan0
Interface Chipset Driver
wlan0 RaLink RT2870/3070 rt2800usb - [phy0]
(monitor mode enabled on mon0)
any help plz thxPHP Code:Quote: # airdump-ng -9 mon0
17:07:20 Trying broadcast probe requests...
17:07:21 No Answer...
17:07:22 Found 0 AP
I could be wrong but you could just be too far away from your access point to inject, try moving closer and try again.
Last edited by ashio83; 05-11-2011 at 04:22 PM. Reason: Typo
no bro the problem just on bt5 if i use the bt4 r2 is working fine any help else thx
might try airodump-ng not airdump-ng just saying
ty for the replay is just type error on forum for the o of airodump and here the fixe
i used for bt4 r1 and r2 and is working for bt5
PS: i use the old compat-wireless and is working fine and tested with Alfa AWUS036NH and D-Link DWL-G122
RaLink RT2870/3070 rt2800usb
open new konsole
(1)
when all done reboot!cd /usr/src/drivers
wget http://wireless.kernel.org/download/...-04-20.tar.bz2
tar jxvf compat-wireless-2010-04-20.tar.bz2
cd compat-wireless-2010-04-20
wget http://patches.aircrack-ng.org/mac80...radiotap.patch
cat mac80211_2.6.32.2-wl_frag+ack_radiotap.patch | patch -p1
make
make install
make unload
modprobe rt2800usb
(2)
test the interface :
(3)airmon-ng start wlan0
Interface Chipset Driver
wlan0 RaLink RT2870/3070 rt2800usb - [phy0]
(monitor mode enabled on mon0)
let see the detected WiFi network
airodump-ng mon0
(4)
test the injection:
aireplay-ng -9 mon0
airdump-ng -9 mon0
14:42:20 Trying broadcast probe requests...
14:42:21 Injection is working!
14:45:22 Found 1 AP
Hey there, I'm trying to get my AWUS036NH working on BT5 too. I followed your instructions very closely but receive this error when patching:
I ignored this message and continued with your instructions and was able to get mon0 enabled, but something is definitely wrong because airodump-ng mon0 shows 0 APs.Code:cat mac80211_2.6.32.2-wl_frag+ack_radiotap.patch | patch -p1 patching file include/net/ieee80211_radiotap.h Hunk #1 FAILED at 240. 1 out of 1 hunk FAILED -- saving rejects to file include/net/ieee80211_radiotap.h.rej patching file net/mac80211/tx.c Hunk #1 FAILED at 678. Hunk #2 FAILED at 974. Hunk #3 FAILED at 1025. Hunk #4 FAILED at 1088. 4 out of 4 hunks FAILED -- saving rejects to file net/mac80211/tx.c.rej
what the version of bt5 you use?
and tested again with BT5-GNOME-32 and is working here haw you use
PHP Code:cd /usr/src/
wget http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-2010-04-20.tar.bz2
tar jxvf compat-wireless-2010-04-20.tar.bz2
cd compat-wireless-2010-04-20
wget http://patches.aircrack-ng.org/mac80211_2.6.32.2-wl_frag+ack_radiotap.patch
cat mac80211_2.6.32.2-wl_frag+ack_radiotap.patch | patch -p1
make
make install
make unload
modprobe rt2800usb
Last edited by Net2010; 05-13-2011 at 10:13 AM.
make[1]: Leaving directory `/usr/src/linux-source-2.6.38'
make: *** [modules] Error 2
are you getting any errors when compliling???