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。

不幸的是,網卡根本無法工作,wifi可以工作,但與我的舊GS73上的速度相去甚遠。

在我看來,Linux 無法識別硬件,Windows 報告 Killer/Atheros AX1650i 用於 Wifi,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

否則,您必須停用安全啟動,否則核心將無法啟動。

相關內容