This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
r8187 [2009/11/24 20:48] darkaudax Will not compile on kerner 2.6.31 or above troubleshooting tip |
r8187 [2017/01/09 21:35] mister_x Mark page as deprecated. |
||
---|---|---|---|
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 |