You are on page 1of 1

http://ubuntuperonista.blogspot.com.

uy/2014/03/Realtek-RTL8188CE-ubuntu-kernel-
3.html

If you are sure about the chip, then you should be able to get it working with the
proprietary Linux driver downloaded directly from realtek's site (RTL8188CE). That
package is actually a collection of some common realtek drivers including
RTL8188EE.

But to install it, or any other driver, you must first completely purge the
ndiswrapper driver (including its configuration folder in /etc directory). Once
done, install the above driver as -

1) Download it from : http://152.104.125.41/downloads/down...oads=true#2722 and


copy it to your desktop (it's about 12 MB download).

2) Right-click the downloaded file (linux_mac80211_0012.0207.2013.tar.bz2) >


"Extract here". This will extract a folder named
"rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_001 2.0207.2013" on your desktop.

3) Open a terminal (Ctrl+Alt+T) and run following commands :

Code:
cd ~/Desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013
make
sudo make install
4) Reboot or manually load the driver with -

Code:
sudo modprobe -v rtl8188ee

Let me know if you need more help with any of the steps above, or if there are any
errors in the process.

You might also like