Comment 31 for bug 1030858

Revision history for this message
Richard Riley Gress (searchfgold67899) wrote :

WORKAROUND:
Installing the third party driver from realtek, blacklisting the built-in driver, and adding the realtek module to `/etc/modules':
While the USB dongle is not plugged in:
---
sudo apt-get install build-essential
wget ftp://WebUser:fh7SkVT4@209.222.7.36/cn/wlan/RTL819xCU%20_USB_linux_v3.4.3_4369.20120622.zip
unzip ./RTL819xCU\ _USB_linux_v3.4.3_4369.20120622.zip
cd ./RTL819xCU\ _USB_linux_v3.4.3_4369.20120622
cmod a+x ./install.sh
sudo ./install.sh
echo -e "# RTL8188CUS wifi\nblacklist 8192cu\nblacklist rtl8192c_common\nblacklist rtlwifi" | sudo tee -a /etc/modprobe.d/blacklist.conf
echo "8192cu" | sudo tee -a /etc/modules
---