There are threads here about people having trouble with the Edimax ew-7811un nano wifi adapter and presumably other brands that use the RealTek 8188CUs chip. I find that mine will work - when first plugged in. The LED stays on steady. After a few minutes the connection will fail. Unplug and replug will work - for a few minutes then it will fail again. Here is the procedure I've followed to make this adapter work reliably. This is with Ubuntu Gnome 1210 but the same procedure worked with Mint 13.
First item of business was to download the correct driver from RealTek's web site using a reliable network connection. Next I plugged the 8188CUs device in and ran 'lsmod' noting which modules were loaded. The relevant modules I noted were "rtl8192cu", "rtl8192c_common" and "rtlwifi". I then opened gedit with sudo privileges and navigated to /etc/modprobe.d/blacklist.conf. I then added to the end of the file this:
Code:
# Blacklist native RealTek 8188CUs drivers
blacklist rtl8192cu
blacklist rtl8192c_common
blacklist rtlwifi
Save the file and close. I then renamed the downloaded Realtek folder (long file name) to something shorter and easier to type, in my case rtl8188. I had extracted the file to my desktop so the folder was /Desktop/rtl8188. Navigate to this folder and in the folder should be a file named "install.sh". I plugged the adapter in and typed this command:
Code:
sudo bash install.sh
Let the script run, restart and I was in business. I will keep the Realtek folder where I can find it again though. A new image/kernel will require running the script again. The Edimax seems like a great little adapter for a portable with failed/problematic/poorly supported WiFi, it only protrudes from the USB socket 10-12 mm. The signal level and link quality are every bit as strong as larger USB WiFi adapters and it doesn't seem to run warm at all. I hope someone will find this useful.
Bookmarks