User Tools

Site Tools


r8187

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
r8187 [2009/10/11 15:22] – Documented WPA/WPA2 fails in managed mode limitation darkaudaxr8187 [2017/01/09 21:35] (current) – Mark page as deprecated. mister_x
Line 1: Line 1:
 +====== DEPRECATED ======
 +
 +**IMPORTANT NOTE**: This page is deprecated, updated documentation can be found [[install_drivers|here]]
 +
 ====== General ====== ====== General ======
  
Line 18: Line 22:
   cd rtl8187_linux_26.1010.0622.2006/   cd rtl8187_linux_26.1010.0622.2006/
   wget http://patches.aircrack-ng.org/rtl8187_2.6.27.patch   wget http://patches.aircrack-ng.org/rtl8187_2.6.27.patch
 +  wget http://patches.aircrack-ng.org/rtl8187_2.6.32.patch
   tar xzf drv.tar.gz   tar xzf drv.tar.gz
   tar xzf stack.tar.gz   tar xzf stack.tar.gz
   patch -Np1 -i rtl8187_2.6.27.patch   patch -Np1 -i rtl8187_2.6.27.patch
 +  patch -Np1 -i rtl8187_2.6.32.patch
   make   make
   make install   make install
Line 302: Line 308:
         #include <linux/semaphore.h>         #include <linux/semaphore.h>
       #endif       #endif
 +
 +
 +===== Will not compile on kerner 2.6.31 or above =====
 +
 +Follow the patching instructions at the top of this page then:
 +
 +   wget http://github.com/nopper/archpwn/raw/master/repo/lkm-skel/rtl8187-ng/rtl8187-ng-2.6.31.patch
 +   patch -Np1 -i rtl8187-ng-2.6.31.patch
 +
 +Then proceed with make/make install.
  
 ====== Limitations ====== ====== Limitations ======
r8187.1255267327.txt.gz · Last modified: 2009/10/11 15:22 (external edit)