在 Ubuntu 20 上安装英特尔以太网 W3100E

在 Ubuntu 20 上安装英特尔以太网 W3100E

我最近买了一台 MSI GS66 Stealth 10SFS 笔记本电脑,并立即在上面安装了 Ubuntu 20.04 LTS。

除以太网 RJ45 端口(在 Windows 10 上工作正常并被识别为“Killer W3100”)外,一切运行正常。

我读了一些关于此类问题的文章,最后他们都使用了较新的内核。我的是 5.4.20-52,与当前的 5.4.73“长期”相当。

我能做些什么才能使用我的以太网电缆?

$ lsb_release -d
Description:    Ubuntu 20.04.1 LTS
$ uname -a
Linux aldebaran 5.4.0-52-generic #57-Ubuntu SMP Thu Oct 15 10:57:00 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
$ sudo lshw
...
   *-network UNCLAIMED
        description: Ethernet controller
        product: Intel Corporation
        vendor: Intel Corporation
        physical id: 0
        bus info: pci@0000:3d:00.0
        version: 02
        width: 32 bits
        clock: 33MHz
        capabilities: pm msi msix pciexpress cap_list
        configuration: latency=0
        resources: memory:ad200000-ad2fffff memory:ad300000-ad303fff
...
$ sudo lshw -short | grep network
H/W path           Device       Class          Description
==========================================================
                                system         GS66 Stealth 10SFS (16V1.1)
/0/100/14.3        wlo1         network        Wi-Fi 6 AX201
/0/100/1d.6/0                   network        Intel Corporation
$ lspci -knn
...
3d:00.0 Ethernet controller [0200]: Intel Corporation Device [8086:3101] (rev 02)
    Subsystem: Intel Corporation Device [8086:0000]
$ dpkg --get-selections | grep intel
intel-media-va-driver:amd64     install
intel-microcode                 install
libdrm-intel1:amd64             install
libdrm-intel1:i386              install

答案1

经过几次升级后它最终恢复了运行......

相关内容