=====================================
EDIT: The official driver from Realtek site is now outdated and not compatible with the latest kernels. If the patch suggested in step 3 in this post doesn't help compiling it without errors, please try the solution by Dr. Chili555 in post #11, which is probably a better fix anyway.
=====================================

Originally Posted by
tjones10
I am unable to get the Realtek RTL8188EE Wi-Fi adapter......
.....
0.8:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device 8179 (rev 01)
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.
Bookmarks