ubuntu intel网卡驱动安装

编程知识 更新时间:2023-05-03 02:20:17

cm@cm:~/e1000e-3.4.2.1/src$ sudo lspci -knn
00:00.0 Host bridge [0600]: Intel Corporation Device [8086:591f] (rev 05)
    Subsystem: ASUSTeK Computer Inc. Device [1043:8694]
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:5912] (rev 04)
    Subsystem: ASUSTeK Computer Inc. Device [1043:8694]
00:14.0 USB controller [0c03]: Intel Corporation Device [8086:a2af]
    Subsystem: ASUSTeK Computer Inc. Device [1043:8694]
    Kernel driver in use: xhci_hcd
00:16.0 Communication controller [0780]: Intel Corporation Device [8086:a2ba]
    Subsystem: ASUSTeK Computer Inc. Device [1043:8694]
00:17.0 SATA controller [0106]: Intel Corporation Device [8086:a282]
    Subsystem: ASUSTeK Computer Inc. Device [1043:8694]
    Kernel driver in use: ahci
00:1c.0 PCI bridge [0604]: Intel Corporation Device [8086:a294] (rev f0)
    Kernel driver in use: pcieport
00:1d.0 PCI bridge [0604]: Intel Corporation Device [8086:a298] (rev f0)
    Kernel driver in use: pcieport
00:1f.0 ISA bridge [0601]: Intel Corporation Device [8086:a2c8]
    Subsystem: ASUSTeK Computer Inc. Device [1043:8694]
00:1f.2 Memory controller [0580]: Intel Corporation Device [8086:a2a1]
    Subsystem: ASUSTeK Computer Inc. Device [1043:8694]
00:1f.3 Audio device [0403]: Intel Corporation Device [8086:a2f0]
    Subsystem: ASUSTeK Computer Inc. Device [1043:86c9]
    Kernel driver in use: snd_hda_intel
00:1f.4 SMBus [0c05]: Intel Corporation Device [8086:a2a3]
    Subsystem: ASUSTeK Computer Inc. Device [1043:8694]
00:1f.6 Ethernet controller [0200]: Intel Corporation Ethernet Connection (2) I219-V [8086:15b8]
    Subsystem: ASUSTeK Computer Inc. Device [1043:8672]
    Kernel driver in use: e1000e

 

找到对应的网卡型号:Intel Corporation Ethernet Connection (2) I219-V [8086:15b8]

 

找到对应的驱动包:e1000e-3.4.2.1.tar.gz

找到对应的驱动包里面的ReadMe,按照步骤执行就可以了.

下面是我的history:

 sudo lspci -knn
 1993  cd e1000e-3.4.2.1/
 1994  ls
 1995  cd src/
 1996  ls
 1997  sudo make install
 1998  sudo rmmod e1000e; modprobe e1000e
 1999  sudo modprobe e1000e

完成后会出现网卡已经链接的提示.

以上内容我的系统14.04 LTS

更多推荐

ubuntu intel网卡驱动安装

本文发布于:2023-04-30 02:21:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/b545d89d9ede646a98bfe2a5f23e5c73.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:网卡驱动   ubuntu   intel

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!

  • 112861文章数
  • 28697阅读数
  • 0评论数