
機内Wi-Fiに問題が発生しました。
この出力からわかるように、Comet Lake Wi-Fiは認識されますが、論理名は割り当てられず、IPも割り当てられません。 systemd-networkを介して設定されていますが、時々これが起こります。
どういう意味ですか。
アーチ 5.18.16
:> lshw -class network
*-network:0
description: Network controller
product: Comet Lake PCH-LP CNVi WiFi
vendor: Intel Corporation
physical id: 14.3
bus info: pci@0000:00:14.3
version: 00
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix bus_master cap_list
configuration: driver=iwlwifi latency=0
resources: iomemory:600-5ff irq:16 memory:6023114000-6023117fff
*-network:1 DISABLED
description: Ethernet interface
product: Ethernet Connection (10) I219-V
vendor: Intel Corporation
physical id: 1f.6
bus info: pci@0000:00:1f.6
logical name: eno1
version: 00
serial: 1c:69:7a:aa:62:20
capacity: 1Gbit/s
width: 32 bits
clock: 33MHz
capabilities: pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=5.18.16-arch1-1 firmware=0.8-4 latency=0 link=no multicast=yes port=twisted pair
resources: irq:168 memory:96300000-9631ffff
*-network
description: Wireless interface
physical id: 2
bus info: usb@1:3
logical name: wlan0
serial: 24:05:0f:f6:db:46
capabilities: ethernet physical wireless
configuration: broadcast=yes driver=rtl8812au driverversion=v5.13.6-15-gc40b977e2.20210629 firmware=52.14 ip=192.168.1.170 link=yes multicast=yes wireless=IEEE 802.11AC
答え1
これは、システムにWiFiチップに必要なファームウェアファイルがないことを意味します。
残念ながら、Comet Lake PCH-LP CNVi WiFi
これはシステムに最新のIntel WiFiチップ用のM.2 CNVioスロットがあることを示しています。実際のチップは、Wireless-AC 9462、Wireless-AC 9560、WiFi 6 AX200、AX210など、いくつかのモデルの1つである可能性があります。一連のチップです。正確な識別にはPCIサブシステムIDが必要です。の出力がlspci -d ::0200 -nn
これを提供できます。
ただし、sudo dmesg | grep firmware
不足しているファームウェアファイルの名前を示すカーネルログメッセージを表示すると、よりすぐに役に立ちます。それからあなたはできますLinuxファームウェアGitリポジトリ、ダウンロードして/lib/firmware/
システムのディレクトリに入れます。
設定でinitramfsを使用している場合は、ファームウェアファイルをデプロイしてから再ビルドする必要があるかもしれません。私はmkinitcpio
これが「一般的な」Archツールだと思いますが、私はArchについてよく知りません。