User Tools

Site Tools


ipw2200

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
ipw2200 [2007/08/28 16:19] – Added link to tutorial darkaudaxipw2200 [2008/07/03 21:05] – Added limitation that management frames cannot be transmitted. darkaudax
Line 52: Line 52:
 sudo airodump-ng rtap0 -c 11 --bssid 00:0f:e2:xx:xx:xx --ivs -w dump sudo airodump-ng rtap0 -c 11 --bssid 00:0f:e2:xx:xx:xx --ivs -w dump
 </code> </code>
 +
 +====== 2.6.24 kernel support ======
 +
 +See this [[http://tinyshell.be/aircrackng/forum/index.php?topic=400.msg18264#msg18264|thread]].
 +
 +For the code see:
 +
 +  * http://precompiled.de/~jamx/
 +
 +
 +====== Troubleshooting Tips ======
 +
 +===== Airodump-ng will not channel hop =====
 +
 +If you want to channel hop, use the ethX interface where X is the interface that got created while loading the driver.
 +
 +
 +
 +===== How do I get the rtapX interface =====
 +
 +You get it by specifying rtap_iface=1 while loading the driver or by setting the appropriate value in /sys.
 +
 +The rtapX interface allows packet capture while you are in managed mode.
 +
 +
 +===== "rtap0 is on channel 0, but the AP uses channel X" message =====
 +
 +Try adding the channel settings to the modprobe:
 +
 +   modprobe ipw2200 rtap_iface=1 channel=X
 +
 +Where X is the AP channel.
 +
 +
 +===== Deauthentication does not work =====
 +
 +The ipw2200 driver does not support the transmission of management frames such as deauthentication.
  
  
ipw2200.txt · Last modified: 2017/01/09 21:28 by mister_x