lspci 显示 wifi 适配器,但网络管理器找不到任何内容(iwlwifi 错误 -22?)

lspci 显示 wifi 适配器,但网络管理器找不到任何内容(iwlwifi 错误 -22?)

尝试让我的电脑连接到 wifi;网络管理器未显示任何 wifi 连接。

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 找不到任何无线设备:(我认为它显示的其中一个是当前通过 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

但那时我不确定我是否已经陷入困境,而且我没有找到任何有用的东西。

相关内容