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에서 무선 장치를 찾을 수 없습니다. (표시되는 장치 중 하나는 현재 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

하지만 그 시점에서는 내가 막혀 있는지 확신할 수 없었고 유용한 것도 찾지 못했습니다.

관련 정보