
Originally Posted by
dmcdonnell
Will get into fragmentation attack later on.. I just applied the patch as it was mentioned in the aircrack-ng site hence I applied it.
This is what I have done to remedy my random disconnection from AP.
1. Uninstall the bleeding age version (http://linuxwireless.org/download/co...-07-03.tar.bz2).. the command to use
Code:
make uninstall
make unload
2. Install the last stable version of compat-wireless from here:
http://www.orbit-lab.org/kernel/comp...-rc5-1.tar.bz2
3. Before installing do everything as mentioned on post #28
4. Fix reg.c from here: http://pastebin.com/EAdhXJbd
5. Then install compat-wireless-3.5-rc5-1 by running these commands:
Code:
make clean
make
make install
make wlunload
Reboot
This seems to fix the random disconnection issue I have..
However I have issues with injection: Please see the output of aireplay injection test output of on board wifi card (AR9285 Wireless Network Adapter : driver used ath9k) vis a vis AWUS036NH
mon0 is from onboard atheros card
Code:
root@bt:~/scripts# aireplay-ng -9 mon0
10:39:37 Trying broadcast probe requests...
10:39:37 Injection is working!
10:39:39 Found 4 APs
10:39:39 Trying directed probe requests...
10:39:39 E0:CA:94:97:B5:45 - channel: 6 - 'WirelessHome'
10:39:40 Ping (min/avg/max): 1.379ms/7.421ms/23.066ms Power: -86.74
10:39:40 27/30: 90%
10:39:40 00:21:29:0C:65:A8 - channel: 6 - ''
10:39:40 Ping (min/avg/max): 1.384ms/6.409ms/18.924ms Power: -33.40
10:39:40 30/30: 100%
10:39:40 00:24:D2:90:EE:70 - channel: 6 - 'My Wireless Router'
10:39:40 Ping (min/avg/max): 1.768ms/3.202ms/8.851ms Power: -64.67
10:39:40 30/30: 100%
10:39:40 00:17:9A:12:4B:86 - channel: 6 - 'DLINK_WIRELESS'
10:39:44 Ping (min/avg/max): 1.410ms/3.005ms/4.029ms Power: -87.40
10:39:44 10/30: 33%
and now from the AWUS036NH card
Code:
root@bt:~/scripts# aireplay-ng -9 mon1
10:38:44 Trying broadcast probe requests...
10:38:45 No Answer...
10:38:45 Found 4 APs
10:38:45 Trying directed probe requests...
10:38:45 00:24:D2:90:EE:70 - channel: 6 - 'My Wireless Router'
10:38:46 Ping (min/avg/max): 1.505ms/3.694ms/11.581ms Power: -52.60
10:38:46 30/30: 100%
10:38:46 Injection is working!
10:38:46 00:26:44:D8:8C:98 - channel: 1 - 'ThomsonD88C98'
10:38:52 0/30: 0%
10:38:52 00:24:17:97:57:D3 - channel: 1 - 'Thomson802F17'
10:38:57 Ping (min/avg/max): 1.982ms/2.347ms/2.532ms Power: -74.00
10:38:57 3/30: 10%
10:38:57 72:1D:67:A1:F3:9C - channel: 2 - 'vodafoneF39E'
10:38:57 Ping (min/avg/max): 1.581ms/9.969ms/28.442ms Power: -38.33
10:38:57 30/30: 100%
As you see that the onboard card (@ 15dBm) had done much better than the AWUS036NH card where as this AWUS036NH card is at Tx-Power 30dBm
Any idea any one...
Regards