Ubuntu 20.04,Killer E3100/AX1650i 可在 MSI GS75 10SGS 上运行

Ubuntu 20.04,Killer E3100/AX1650i 可在 MSI GS75 10SGS 上运行

我刚刚买了全新的 MSI GS75,配备第 10 代英特尔平台。

安装了 Ubuntu 20.04,因为我是一名开发人员 :-P。

不幸的是,NIC 根本不起作用,wifi 可以使用,但速度远不及我的旧 GS73。

在我看来,Linux 似乎无法识别该硬件,Windows 报告 Wifi 为 Killer/Atheros AX1650i,有线为 Killer/Atheros E3100。

但是linux报告:


  *-network                 
       description: Wireless interface
       product: Wi-Fi 6 AX201
       vendor: Intel Corporation
       physical id: 14.3
       bus info: pci@0000:00:14.3
       logical name: wlo1
       version: 00
       serial: 54:8d:5a:6f:d2:09
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=iwlwifi driverversion=5.4.0-42-generic firmware=48.4fa0041f.0 ip=192.168.1.47 latency=0 link=yes multicast=yes wireless=IEEE 802.11
       resources: irq:16 memory:ad71c000-ad71ffff
  *-network
       description: Ethernet interface
       product: Intel Corporation
       vendor: Intel Corporation
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: enp3s0
       version: 01
       serial: 00:d8:61:e4:86:05
       capacity: 1Gbit/s
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi msix pciexpress bus_master cap_list ethernet physical 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=igc driverversion=0.0.1-k latency=0 link=no multicast=yes port=twisted pair
       resources: irq:18 memory:ad200000-ad2fffff memory:ad300000-ad303fff

对我来说,它似乎检测到了错误的硬件,然后安装了错误的驱动程序。

我怎样才能让它识别硬件?向 Ubuntu 报告错误?

答案1

我通过将 Ubuntu 的内核版本升级到 5.9.10 解决了这个问题。

按照本教程,您可以轻松地手动升级内核: https://itsfoss.com/upgrade-linux-kernel-ubuntu/

请记住,如果您想在新内核上使用 BIOS 安全启动,则必须对内核进行签名: https://gloveboxes.github.io/Ubuntu-for-Azure-Developers/docs/signing-kernel-for-secure-boot.html

否则,您必须禁用安全启动,否则内核将无法启动。

相关内容