联想官方未提供任何linux下的网卡驱动,使用lspci得知网卡设备是Realtek 818b,使用lshw -c network得知网卡具体的型号是rtl8192ee,网上找了一下,发现 http://ubuntuforums.org/showthread.php?t=2190347&page=2 提出的方案比较简单操作,于是操作了一遍,竟然成功了。
以下是我的操作过程:
1.下载驱动包,并解压。比如我是解压到~/oem-wireless-rtl-92ce-92se-92de-8723ae-88ee-8723be-92ee-dkms-0017.1016.2013~sutton1
2.因为是源代码,需要安装一些编译依赖工具:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install build-essential
3.然后开始编译源代码
cd ~/oem-wireless-rtl-92ce-92se-92de-8723ae-88ee-8723be-92ee-dkms-0017.1016.2013~sutton1
cd oem-wireless-rtl-92ce-92se-92de-8723ae-88ee-8723be-92ee-0017.1016.2013~sutton1
cd driver
make
sudo make install
sudo modprobe rtl8192ee
安装了以后,发现会频繁断线,并且断线以后无法重连,只能重启网络。
后来没办法,只能更新到最新的内核,问题竟然解决了。
Ubuntu15.04中Thinkpad x240无线网卡rtl8192ee驱动的问题:http://www.linuxdiyf.com/linux/11932.html
ThinkPad E440 Ubuntu 13.1无线网卡RTL8723BE驱动解决办法总结:http://www.linuxdiyf.com/linux/13478.html
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