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

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了{折腾}8192cu在Ubuntu15.04上的安装相关的知识,希望对你有一定的参考价值。

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上的安装的主要内容,如果未能解决你的问题,请参考以下文章

在 Arm 板上编译的 makefile 编译错误

虚拟机CDlinux中怎么安装无线网卡的linux驱动rtl8192cu usb

MariaDB 没有在 Ubuntu 15.04 上检查密码

Ubuntu 15.04 + CUDA7.5 + Caffe 配置笔记

Ubuntu Kylin可以升级到Ubuntu15.04吗

在 Ubuntu 15.04 上从 NetBeans 8.0.2 卸载或禁用 JRebel