суббота, 21 июня 2014 г.

rtl8192cu-fixes

This is a port of Realtek's own 8192CU driver for USB WiFi devices on Ubuntu 13.10 and later.

Installation

Ensure you have the necessary prerequisites installed:
sudo apt-get install linux-headers-generic build-essential dkms
Clone this repository:
git clone https://github.com/pvaret/rtl8192cu-fixes.git
Set it up as a DKMS module:
sudo dkms add ./rtl8192cu-fixes
Build and install it:
sudo dkms install 8192cu/1.9
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.

Комментариев нет: