Forget those instructions. As the kid who lives in my basement says, "Dat's messed up."
In order to compile this beauty, you will need to first do, in a terminal with an internet connection:
Code:
sudo apt-get install build-essential linux-headers-generic
Where is the file you downloaded? On your desktop? Right-click it and select 'Extract here.' A folder will be created called rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.201011 11. Inside it is a folder called 'driver.' Open it and see a file called rtl8712blahetc. Right-click it and select 'Extract here.' A folder will be created called rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.201011 11. Now back to the terminal:
Code:
cd Desktop/rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20101111/driver/rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20101111
You don't need to carefully type all that! Just type in:Press Tab and the rest of the first part will fill in. Add driver/rtl and press Tab and the remainder will fill in. Now do:
Code:
sudo su
make
make install
modprobe 8712u
exit
Post back and let us know how it goes.
Bookmarks