Не переходил на 14.04, т.к. мой "свисток" не завёлся на новом ядре, а драйверы на сайте производителя были только для ядра 3.9. Пошарив по инету нашёл способ, и теперь на 14.04 мой Upwel (RTL8192CU) работает стабильно. Источник, к сожалению, не запомнил, но привожу методу как есть, без перевода:
Installation
Ensure you have the necessary prerequisites:
sudo apt-get install linux-headers-generic build-essential dkms
Clone this repository:
git clone
https://github.com/pvaret/rtl8192cu-fixes.gitSet it up as a DKMS module:
sudo dkms add ./rtl8192cu-fixes
Build and install it:
sudo dkms install 8192cu/1.8
Refresh the module list:
sudo depmod -a
Ensure the native (and broken) kernel driver is blacklisted:
sudo cp ./rtl8192cu-fixes/blacklist-native-rtl8192.conf /etc/modprobe.d/
And reboot. You're done.
-------------------------------------------------------------------------------------------------------------------
В блэклист, что в /etc/modprobe.d/ добавить строки:
# Blacklist native RealTek 8188CUs drivers
blacklist rtl8192cu
blacklist rtl8192c_common
blacklist rtlwifi