Hello,
Just open a terminal window
Code:
cd / home / [name opening session] / Office
then recovers rtl8187 drivers and they are decompressed:
Code:
wget unzip http:address//rtl8187_linux_26.1010.zip rtl8187_linux_26.1010.zip rtl8187_linux_26.1010.0622.2006 cd /
Then, the patch for the 2.6.27 kernel and apply:
Code:
wget tar xzf http:address/rtl8187_2.6.27.patch drv.tar.gz tar xzf stack.tar.gz patch-i-Np1 rtl8187_2.6.27.patch
Unfortunately, this patch has a bug, so we need to correct a line in the file r8187.h:
Code:
nano ./beta-8187/r8187.h
Find the following line in the file:
Code:
# include <asm/semaphore.h>
and replace it with:
Code:
# include <linux/semaphore.h>
Save file (CTRL X then o), then log root, enter the password and get back into the correct directory:
Code:
su - root cd / home / [name opening session] /
That is it
Bookmarks