User Tools

Site Tools


iwl3945

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
iwl3945 [2008/11/05 19:25] – removing comma and dot at the end of an enumeration of points mister_xiwl3945 [2008/11/28 16:23] – 2.6.27+ works almost out-of-box (only needs the general mac80211 patch). netrolller3d
Line 14: Line 14:
  
 The driver is based on the [[mac80211]] stack, so the usual requirements apply (aircrack-ng 1.0-rc1, a recent version of libnl, a fairly new kernel, etc.) The driver is based on the [[mac80211]] stack, so the usual requirements apply (aircrack-ng 1.0-rc1, a recent version of libnl, a fairly new kernel, etc.)
 +
  
 ===== Installing the driver ===== ===== Installing the driver =====
  
-Starting with 2.6.24, the driver is included in the kernel. **Injection requires 2.6.25 or later.** The compat-wireless-2.6/compat-wireless-old package must be installed and patched to get injection support.+Starting with 2.6.24, the driver is included in the kernel. **Injection requires 2.6.25 or later.** The compat-wireless-old package must be installed and patched to get injection support on 2.6.25 and 2.6.26. For 2.6.27 and newer, no special patch is needed, follow the common instructions for [[mac80211]]
  
 *UPDATE* Apparently the new version of compat-wireless should *not* be patched and should work out of the box. *UPDATE* Apparently the new version of compat-wireless should *not* be patched and should work out of the box.
 more can be found here: http://tinyshell.be/aircrackng/forum/index.php?topic=2898.0 more can be found here: http://tinyshell.be/aircrackng/forum/index.php?topic=2898.0
 +
  
  
Line 29: Line 31:
   - Download compat-wireless from [[http://www.linuxwireless.org/en/users/Download#Wheretodownload|here]]. For 2.6.26 and older, use compat-wireless-old, for newer versions (currently 2.6.27-rcX), use compat-wireless-2.6.   - Download compat-wireless from [[http://www.linuxwireless.org/en/users/Download#Wheretodownload|here]]. For 2.6.26 and older, use compat-wireless-old, for newer versions (currently 2.6.27-rcX), use compat-wireless-2.6.
   - Untar the archive to your home directory. This will create a dated directory ~/compat-wireless-DATE, where DATE is the build date of the package.   - Untar the archive to your home directory. This will create a dated directory ~/compat-wireless-DATE, where DATE is the build date of the package.
-  - Download [[http://tinyshell.be/aircrackng/forum/index.php?action=dlattach;topic=281.0;id=366|the fragmentation patch]], and apply it to the compat-wireless package. This is needed to make attacks -5 and -7 work.+  - Download [[http://patches.aircrack-ng.org/mac80211_2.6.28-rc4-wl_frag+ack_v2.patch|the fragmentation patch]], and apply it to the compat-wireless package. This is needed to make attacks -5 and -7 work.
   - Cd to the compat-wireless directory, and run "make" to build the package.   - Cd to the compat-wireless directory, and run "make" to build the package.
   - Install the package with "make install", then load it with "make load".   - Install the package with "make install", then load it with "make load".
iwl3945.txt · Last modified: 2018/11/22 00:15 by mister_x