ubuntu 12.04 使用 tp-link 821n 连接 无线问题

来源:互联网 发布:mysql where 编辑:程序博客网 时间:2024/06/04 19:54

转自:http://askubuntu.com/questions/370524/internet-timeouts-with-tp-link-tl-wn821n-wireless-usb-stick-existing-solutions


First of all, ensure you have the necessary prerequisites:

sudo apt-get install linux-headers-generic build-essential dkms git

Clone the updated driver with git:

git clone https://github.com/pvaret/rtl8192cu-fixes.git

Set it up as a DKMS module:

sudo dkms add ./rtl8192cu-fixes

Build and install the driver:

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/

Let's not take any chances. Instruct Ubuntu to load the new driver when it starts up.

echo 8192cu | sudo tee -a /etc/modules

Reboot.

You're done.



0 0
原创粉丝点击