红联Linux门户
Linux帮助

Ubuntu15.04中Thinkpad x240无线网卡rtl8192ee驱动的问题

发布时间:2015-05-04 21:48:44来源:ubuntukylin作者:JasonLiao

在Ubuntu15.04中确认安装了git, 如果没有安装的话在终端中执行:
sudo apt-get git

下载包括rtl8192ee驱动的文件
使用 git 下载这个 https://github.com/lwfinger/rtlwifi_new,(如果没有linux-source, 别忘了先安装 linux-source)
git clone https://github.com/lwfinger/rtlwifi_new

进入 rtlwifi_new目录
cd rtlwifi_new

进行编译
make

编译完成后
sudo make install

完成就可以了。


相关文章:
Dell笔记本Ubuntu无线网卡驱动安装:http://www.linuxdiyf.com/linux/11824.html

解决Ubuntu下broadcom 43xx无线网卡不能上网的问题:http://www.linuxdiyf.com/linux/11673.html

Ubuntu成功编译腾达W541U V2.0 USB无线网卡驱动:http://www.linuxdiyf.com/linux/9782.html