关于RTL8192CU

Linux自带的rtl8182cu无线网卡的驱动还是不够完美,在信号很好的情况下,也只能显示50%左右的信号会值,而且经常会断线,如果是kernel3.9以前的内核,可以直接从rtl官网上下载驱动自己编译,不过更高版本就会发现编译不过去,当然,已经有高手为我们准备好了修改,下面这个代码就是了。

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

下载下来,然后按照说明,一步步编译,就成了,如果不想看说明,就按照下面的步骤走:

假设存储位置为

rtl8192cu-fixes-master
则在这个目录上一层执行:

sudo dkms add ./rtl8192cu-fixes-master
sudo dkms install 8192cu/1.10
sudo depmod -a
sudo cp ./rtl8192cu-fixes/blacklist-native-rtl8192.conf /etc/modprobe.d/
sudo reboot


然后就会发现,网络稳定了。

参考:

http://jilen.iteye.com/blog/1915500

http://www.thinksaas.cn/topics/0/347/347735.html

https://ubuntuforums.org/showthread.php?t=2275054

https://www.v2ex.com/t/280681

http://askubuntu.com/questions/523197/rtl8188cus-unable-to-install-14-04

https://forums.gentoo.org/viewtopic-t-1013258-start-0.html(本大人选的这里的解决方法)

你可能感兴趣的:(玩Linux)