英特尔以太网不工作 - *网络无人认领

英特尔以太网不工作 - *网络无人认领

第一次使用 Ubuntu 就遇到了问题!我的以太网不再工作(显示 *-network UNCLAIMED)。不知道有没有人能帮忙。输出如下。

sudo lshw - C net:

    *-network UNCLAIMED
    description: Ethernet controller  
    product: Ethernet Connection (2) I219-V        
    vendor: Intel Corporation       
    physical id: 1f .6             
    bus info: pci@0000:00:1f.6       
    version: 31
    width: 32 bits   
    clock: 33MHz   
    capabilities: pm msi cap_list
    configuration: latency=0   
    resources: memory:ef100000-ef11ffff

lspci -knn | grep Eth -A3; uname -a:

    00:1f.6 Ethernet controller [0200]: Intel Corporation Ethernet Connection (2) I219-V [8086:15b8] (rev 31)
    Subsystem: Gigabyte Technology Co., Ltd Ethernet Connection (2) I219-V [1458:e000]
    Kernel modules: e1000e
    05:00.0 PCI bridge [0604]: Intel Corporation DSL6540 Thunderbolt [Alpine Ridge] [8086:1578]
    Kernel driver in use: pcieport
    Linux ubuntu 4.10.0-30-generic #34~16.04.1-Ubuntu SMP Wed Aug 2 02:13:56 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

dmesg | grep e100:

    [    0.834386] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
    [    0.835415] e1000e: Copyright(c) 1999 - 2015 Intel Corporation
    [    0.885478] e1000e: 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
    [    1.799124] e1000e: probe of 0000:00:1f.6 failed with error -2

sudo modprobe e1000e:

no output

说实话,我不知道我还能做些什么来提供帮助。该设备也是独立的,我确信这没什么用。

谢谢!

答案1

只是帮助您尝试更新的内核的下一步。

您可以从多个地方以多种方式下载所需的软件包。获取它们的一种方法是从 packages.ubuntu.com 下载它们。您将需要以下 3 个适用于内核 4.10.0-30-generic 的软件包:

相关内容