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
Last revisionBoth sides next revision
ipw2200 [2007/06/20 15:18] screwt-kipw2200 [2009/05/03 23:30] – Update links to forum mister_x
Line 1: Line 1:
 ====== ipw2200 ====== ====== ipw2200 ======
  
-At this point in time, this page is far from complete.  In the interim, useful information will be included here.  Also do a [[http://tinyshell.be/aircrackng/forum/|Forum Search]] for additional information. +At this point in time, this page is far from complete.  In the interim, useful information will be included here.  Also do a [[http://forum.aircrack-ng.org/|Forum Search]] for additional information.
  
 ====== ipw2200-1.2.1 how to ====== ====== ipw2200-1.2.1 how to ======
Line 19: Line 18:
  
   * **Get the patch and the driver.**   * **Get the patch and the driver.**
 +[[http://www.box.net/shared/j3qvacbbmb|drivers patch link]]
 <code bach> <code bach>
 wget http://superb-west.dl.sourceforge.net/sourceforge/ipw2200/ipw2200-1.2.1.tgz wget http://superb-west.dl.sourceforge.net/sourceforge/ipw2200/ipw2200-1.2.1.tgz
-wget http://www.box.net/shared/j3qvacbbmb 
 </code> </code>
 +
  
   * **Patch the driver.**   * **Patch the driver.**
Line 41: Line 41:
 sudo modprobe ipw2200 rtap_iface=1 sudo modprobe ipw2200 rtap_iface=1
 </code> </code>
 +At this stage if you see that your module can be loaded, you can load it at boot with the option "rtap_iface=1". Just edit the file "/etc/modprobe.d/options" and add the line "options ipw2200 rtap_iface=1"
  
   * **Now you should be able to bring up the rtap0 interface and listen with airodump-ng.**   * **Now you should be able to bring up the rtap0 interface and listen with airodump-ng.**
Line 48: Line 49:
 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://forum.aircrack-ng.org/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.
  
 ====== Useful links ====== ====== Useful links ======
  
 +  * [[http://ubuntuforums.org/showpost.php?p=4995084&postcount=103|How I got ipw2200 packet injection working in Hardy]]
 +  * [[ipw2200_generic|Tutorial: How to crack wep using an ipw2200 based card]].
   * [[http://www.box.net/shared/j3qvacbbmb|ipw2200-1.2.1-inject patch link]].   * [[http://www.box.net/shared/j3qvacbbmb|ipw2200-1.2.1-inject patch link]].
-  * [[http://tinyshell.be/aircrackng/forum/index.php?topic=1808|Link to patches]]. +  * [[http://forum.aircrack-ng.org/index.php?topic=1808|Link to patches]]. 
-  * [[http://tinyshell.be/aircrackng/forum/index.php?topic=400.0|IPW2200 Injection (v2)]] +  * [[http://forum.aircrack-ng.org/index.php?topic=400.0|IPW2200 Injection (v2)]] 
-  * [[http://tinyshell.be/aircrackng/forum/index.php?topic=1775.0|Basic injection with ipw2200 and BackTrack v2 for beginners]]+  * [[http://forum.aircrack-ng.org/index.php?topic=1775.0|Basic injection with ipw2200 and BackTrack v2 for beginners]] 
 +  * [[http://forum.aircrack-ng.org/index.php?topic=2077.0|Tutorial: WEP Crack / No Clients / IPW2200 (Centrino)]]
  
ipw2200.txt · Last modified: 2017/01/09 21:28 by mister_x