Ubuntu12.04安装ThinkPad T440p笔记本网卡驱动
作者:互联网
1. 执行lspci | grep -i net列出网卡,如下结果:
00:19.0 Ethernet controller: Intel Corpotation Device 153a (rev 04)
04:00.0 Network controller: Intel Corporation Device 08b2 (rev 6b)
2. 下载e1000e驱动,网址:https://downloadcenter.intel.com/download/15817
3. 把下载的压缩包e1000e-3.1.0.2.tar.gz拷贝到Ubuntu笔记本上
4. cd e1000e-3.1.0.2/src
5. make install
6. modprobe e1000e
7. /etc/network/interfaces设置相关参数
8. /etc/resolv.conf设置域名
9. /etc/init.d/networking restart
标签:T440p,0.2,rev,Ubuntu12.04,e1000e,网卡,etc,Device 来源: https://blog.51cto.com/u_15298588/3034052