ubuntu 15fa网卡驱动安装

目录1. 查看网卡驱动2.下载网卡驱动3. 安装驱动1. 查看网卡驱动 lspci | grep -i Ethernetwywwyw-linux:~workLinuxStich$ lspci | grep -i Ethernet00

目录

  • 1. 查看网卡驱动
  • 2.下载网卡驱动
  • 3. 安装驱动


1. 查看网卡驱动

lspci | grep -i Ethernet
wyw@wyw-linux:~/work/LinuxStich$ lspci | grep -i Ethernet
00:1f.6 Ethernet controller: Intel Corporation Device 15fa (rev 11)
wyw@wyw-linux:~/work/LinuxStich$ 

2.下载网卡驱动

15fa对应的e1000e-3.8.4

https://www.intel/content/www/us/en/download/14611/15817/intel-network-adapter-driver-for-pcie-intel-gigabit-ethernet-network-connections-under-linux-final-release.html?

3. 安装驱动

tar zxvf e1000e-3.8.4.tar.gz
cd e1000e-3.8.4/src/
sudo make install
sudo modprobe -r e1000e
sudo modprobe e1000e

参考:
https://blog.csdn/qq_39958380/article/details/127082069
https://blog.csdn/shuziyiminhuyidao/article/details/128225826

发布者:admin,转转请注明出处:http://www.yc00.com/web/1754677525a5189125.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信