First of all lets see if we can get the Airlink working. And I want to get it working by linux firmware and not windows drivers...
@Dmghoops. Before following the guide below, go to ndiswrapper and delete the driver you have installed. (So there is no conflict).
1. Go here:
http://www.realtek.com.tw/downloads/dow ... =true#2742and dowload the
Unix (Linux) driver
RTL8188CUS (Linux Kernel 2.6.18~2.6.38 and Kernel 3.0.2, version 3.4.2_3727 dated 2012/5/7 size 7628k). Use the HK1 site-link.
A file called RTL819xCU_USB_linux_v3.4.2_3727.20120404 will be dowloaded. It will be in your Downloads file.
2. Go to your downloads file, right-click on the file and select "extract here". The file will be extracted and so you will have a new file named RTL8188C_8192C_8192D_USB_linux_v3.4.2_3727.20120404
3. Then copy this file to /usr/src.
To do this open terminal and write:
- Code:
sudo cp /Downloads/RTL8188C_8192C_8192D_USB_linux_v3.4.2_3727.20120404 /usr/src/
4. And then just run the install.sh located inside the above file:
To do this, in terminal navigate to the folder, i.e.
- Code:
cd /user/src/RTL8188C_8192C_8192D_USB_linux_v3.4.2_3727.20120404
and then
- Code:
sudo sh ./install.sh
-----------------------------------------------------------------------------------------
Parenthesis:You can do steps 3 and 4 more easily by doing the following:
Open terminal and run
- Code:
gksudo nautilus
The nautilus will open with administration rights.
Then just go to your Downloads file, copy the RTL8188C_8192C_8192D_USB_linux_v3.4.2_3727.20120404 file and paste it in your /usr/src/ directory.
Then open the RTL8188C_8192C_8192D_USB_linux_v3.4.2_3727.20120404 file, and double click on the file install.sh to run it.
-----------------------------------------------------------------------------------------
Let me know if this worked.