首页 > 系统服务 > 详细

{折腾}8192cu在Ubuntu15.04上的安装

时间:2016-06-11 22:42:12      阅读:243      评论:0      收藏:0      [点我收藏+]

Realtek官网的驱动Install不过,遂找了修改版的8192cu驱动(第一次重启没反应,后半部分再操作一遍,重启后,能用了)。

操作如下:

Installation

Ensure you have the necessary prerequisites installed:

sudo apt-get update
sudo apt-get install git 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.10

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. Youre done.

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

{折腾}8192cu在Ubuntu15.04上的安装

原文:http://www.cnblogs.com/aoo0/p/5576002.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!