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