MSIボードのオンボードWi-FiがUbuntuで動作しない

MSIボードのオンボードWi-FiがUbuntuで動作しない

MSIの新しいマザーボード(Z690 Tomhawk wifi ddr4)を持っています。オンボードのwifiはUbuntu 20.04では動作しません。Ubuntuしかありません(Windowsとのデュアルブートはありません)。BIOS設定で高速ブートとセキュアブートが無効になっています。インテルのウェブサイトうまく行かなかった。

以下は出力ですsudo lshw -C network:

  *-network UNCLAIMED       
   description: Network controller
   product: Intel Corporation
   vendor: Intel Corporation
   physical id: 14.3
   bus info: pci@0000:00:14.3
   version: 11
   width: 64 bits
   clock: 33MHz
   capabilities: pm msi pciexpress msix cap_list
   configuration: latency=0
   resources: memory:42f1c000-42f1ffff


*-network
   description: Ethernet interface
   product: Intel Corporation
   vendor: Intel Corporation
   physical id: 0
   bus info: pci@0000:04:00.0
   logical name: enp4s0
   version: 03
   serial: d8:bb:c1:94:79:8c
   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=5.13.0-28-generic firmware=1073:8754 latency=0 link=no multicast=yes port=twisted pair
   resources: irq:19 memory:42b00000-42bfffff memory:42c00000-42c03fff

出力は次のようになりますlspci

00:00.0 Host bridge: Intel Corporation Device 4660 (rev 02)
00:02.0 VGA compatible controller: Intel Corporation Device 4680 (rev 0c)
00:06.0 PCI bridge: Intel Corporation Device 464d (rev 02)
00:08.0 System peripheral: Intel Corporation Device 464f (rev 02)
00:0a.0 Signal processing controller: Intel Corporation Device 467d (rev 01)
00:14.0 USB controller: Intel Corporation Device 7ae0 (rev 11)
00:14.2 RAM memory: Intel Corporation Device 7aa7 (rev 11)
00:14.3 Network controller: Intel Corporation Device 7af0 (rev 11)
00:16.0 Communication controller: Intel Corporation Device 7ae8 (rev 11)
00:17.0 SATA controller: Intel Corporation Device 7ae2 (rev 11)
00:1a.0 PCI bridge: Intel Corporation Device 7ac8 (rev 11)
00:1c.0 PCI bridge: Intel Corporation Device 7ab8 (rev 11)
00:1c.3 PCI bridge: Intel Corporation Device 7abb (rev 11)
00:1f.0 ISA bridge: Intel Corporation Device 7a84 (rev 11)
00:1f.3 Audio device: Intel Corporation Device 7ad0 (rev 11)
00:1f.4 SMBus: Intel Corporation Device 7aa3 (rev 11)
00:1f.5 Serial bus controller [0c80]: Intel Corporation Device 7aa4 (rev 11)
01:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd Device a809
02:00.0 Non-Volatile memory controller: Intel Corporation SSD 660P Series (rev 03)
04:00.0 Ethernet controller: Intel Corporation Device 15f3 (rev 03)

これを解決する方法を誰か知っていますか?

アップデート:

カーネルを 5.16rc7 にアップグレードした後、Bluetooth は動作するようになりましたが、Wi-Fi はまだ動作しません。

答え1

私はUbuntu22.04を実装することでこの問題を解決しました。Ubuntu20.04にはmag-z690-tomohawk-wifiマザーボードの最新サポートがないようです。お役に立てれば幸いです。

関連情報