网络未认领 (Intel I219-V) Ubuntu 18.04.1 LTS

网络未认领 (Intel I219-V) Ubuntu 18.04.1 LTS

Ubuntu 更新到 18.04.1 后,我的有线网络不再工作。

ifconfig -a
lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 7015  bytes 562352 (562.3 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 7015  bytes 562352 (562.3 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlan1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.1.57  netmask 255.255.255.0  broadcast 192.168.1.255
        inet6 fe80::3e33:ff:fe4e:d687  prefixlen 64  scopeid 0x20<link>
        ether 3c:33:00:4e:d6:87  txqueuelen 1000  (Ethernet)
        RX packets 29273  bytes 22749547 (22.7 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 24342  bytes 3885122 (3.8 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

执行 lshw:

*-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: cap_list
     configuration: latency=0
     resources: memory:df300000-df31ffff

我从英特尔下载了驱动程序,但无法安装

allan@allan-MS-7998:~/Dokumenter/ethernetdriver/e1000e-3.4.0.2/src$ sudo make install
cc1: error: code model kernel does not support PIC mode
/bin/sh: 1: [: -ge: unexpected operator
Makefile:199: *** *** Aborting the build. *** This driver is not supported on kernel versions older than 2.4.0.  Stop.

有人能帮我再次激活我的有线网络吗?

sudo modprobe e1000e && dmesg | grep e100
    [sudo] adgangskode for allan: 
    [    1.460981] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
    [    1.460981] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
    [    1.517922] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
    [    2.448108] e1000e: probe of 0000:00:1f.6 failed with error -2
    [ 2062.302746] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
    [ 2062.302747] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
    [ 2062.302939] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
    [ 2063.317879] e1000e: probe of 0000:00:1f.6 failed with error -2
    [ 5652.446473] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
    [ 5652.446474] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
    [ 5652.446664] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
    [ 5653.434212] e1000e: probe of 0000:00:1f.6 failed with error -2

以下是更多信息:

inxi -Fx
System:    Host: allan-MS-7998 Kernel: 4.15.0-32-generic x86_64 bits: 64 gcc: 7.3.0 Console: tty 0
           Distro: Ubuntu 18.04.1 LTS
Machine:   Device: desktop Mobo: MSI model: Z170A SLI PLUS (MS-7998) v: 1.0 serial: N/A
           UEFI [Legacy]: American Megatrends v: 1.C0 date: 10/12/2017
CPU:       Quad core Intel Core i7-6700K (-MT-MCP-) arch: Skylake-S rev.3 cache: 8192 KB

我能够安装新驱动程序。但正如 chili555 所说,一定有一个需要解决的根本问题:

dmesg | grep e100                                                                                                                                             
[    1.441862] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    1.441862] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    1.510455] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    2.448105] e1000e: probe of 0000:00:1f.6 failed with error -2
[  379.964316] e1000e: Intel(R) PRO/1000 Network Driver - 3.4.0.2-NAPI
[  379.964316] e1000e: Copyright(c) 1999 - 2017 Intel Corporation.
[  379.964509] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[  380.989857] e1000e: probe of 0000:00:1f.6 failed with error -2

最后一行是什么意思?我在网上搜索过,没有找到任何可用的东西。

答案1

这是对我有用的解决方案。以太网控制器 I219-V 集成在 Z170A SLI PLUS 主板中。更新 BIOS 并启动到以前可以运行的操作系统 - 没有任何运气 - 让我相信在这个问题上做更多的工作会浪费时间。解决方案是在 BIOS 中禁用 I219-V 并安装新的网络适配器。对于那些可能遇到类似问题并仍想尝试解决的人,我深表歉意。但是新卡太便宜了,不值得继续使用。

相关内容