lspciにWi-Fiアダプタが表示されますが、ネットワーク管理者は何も見つかりません(iwlwifiエラー-22?)

lspciにWi-Fiアダプタが表示されますが、ネットワーク管理者は何も見つかりません(iwlwifiエラー-22?)

コンピュータをWi-Fiに接続しようとすると、ネットワーク管理者にWi-Fi接続が表示されません。

hostnamectl
...
    Operating System: EndeavourOS                     
          Kernel: Linux 5.18.2-arch1-1
    Architecture: x86-64
 Hardware Vendor: System manufacturer
  Hardware Model: System Product Name
Firmware Version: 2606

LSPCIがAX200を見つけました。

lspci | grep Network
03:00.0 Network controller: Intel Corporation Wi-Fi 6 AX200 (rev 1a)
05:00.0 Ethernet controller: Intel Corporation I211 Gigabit Network Connection (rev 03)

iwconfigでワイヤレスデバイスが見つかりません。 (表示されるデバイスの1つは、現在USB経由で接続されている4gモデムのようです。これが現在接続できる唯一の方法です。)

iwconfig
lo        no wireless extensions.

enp6s0f1u1  no wireless extensions.

enp5s0    no wireless extensions.

これは役に立ちますか? :

 lspci -k | grep -i network -A 2
03:00.0 Network controller: Intel Corporation Wi-Fi 6 AX200 (rev 1a)
    Subsystem: Intel Corporation Device 0000
    Kernel modules: iwlwifi
--
05:00.0 Ethernet controller: Intel Corporation I211 Gigabit Network Connection (rev 03)
    Subsystem: ASUSTeK Computer Inc. Device 85f0
    Kernel driver in use: igb

iwlwifiが犯人なのだろうか?私が知っている限り、「カーネルドライバを使用しています」とマークする必要がありますが、表示されず、何をすべきかわかりません。

sudo dmesg | grep iwlwifi
[    4.984914] iwlwifi 0000:03:00.0: enabling device (0000 -> 0002)
[    4.988489] iwlwifi 0000:03:00.0: Can find a correct rfid for crf id 0x5a2
[    4.988501] iwlwifi: probe of 0000:03:00.0 failed with error -22

しかし、その時点では私が詰まっているかどうかはわかりませんでしたし、役に立つものも見つかりませんでした。

ベストアンサー1

おすすめ記事