码迷,mamicode.com
首页 > 系统相关 > 详细

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

时间:2016-06-11 22:42:34      阅读:408      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!