Ubuntu15.04 安装rtl8192cu无线网卡驱动

来源:互联网 发布:淘宝美工做图尺寸 编辑:程序博客网 时间:2024/05/16 17:39

Ubuntu15.04安装rtl8192cu无线网卡驱动


https://github.com/lwfinger/rtlwifi_new下载驱动源码压缩包文件.

也可以使用git,确认安装了git,如果没有安装的话

sudoapt-get git


下载 包括rtl8192ee驱动的文件

使用 git下载这个https://github.com/lwfinger/rtlwifi_new,(如果没有linux-source,别忘了先安装linux-source

gitclonehttps://github.com/lwfinger/rtlwifi_new


进入 rtlwifi_new目录

cdrtlwifi_new


进行编译

make


编译完成后

sudomake install


完成重新启动就可以用了,如果发生连接无线网络死机状况,则按照下面的操作即可:

参考:http://ubuntuforums.org/showthread.php?t=2273240


downloadthese files and save them in "Downloads".


de.archive.ubuntu.com/ubuntu/pool/main/d/dkms/dkms_2.2.0.3-2ubuntu3_all.deb


https://dl.dropboxusercontent.com/u/2902662/rtl8192cu-fixes.tar.gz


Extractthe tar.gz there. Installation:


Code:

cd~/Downloads/

sudodpkg -i *.deb

sudodkms add ./rtl8192cu-fixes

sudodkms install 8192cu/1.9

echo"blacklist rtl8192cu" | sudo tee -a/etc/modprobe.d/blacklist.conf

Reboot.

0 0
原创粉丝点击