Ubuntu 20.04 iwlist 스캔: [인터페이스] 인터페이스가 스캔을 지원하지 않습니다. 작업이 지원되지 않습니다.

Ubuntu 20.04 iwlist 스캔: [인터페이스] 인터페이스가 스캔을 지원하지 않습니다. 작업이 지원되지 않습니다.

저는 우분투 20.04(LTS)를 사용하고 있습니다. iwlist를 사용하여 네트워크를 스캔할 수 없습니다.

$ sudo airmon-ng
PHY    Interface    Driver      Chipset

phy0    wlp1s0      ath10k_pci  Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter (rev 31)


$ sudo ifconfig wlp1s0up
$ sudo airmon-ng start wlp1s0

Found 4 processes that could cause trouble.
Kill them using 'airmon-ng check kill' before putting
the card in monitor mode, they will interfere by changing channels
and sometimes putting the interface back in managed mode

    PID Name
    601 avahi-daemon
    606 NetworkManager
    647 wpa_supplicant
    651 avahi-daemon

PHY Interface   Driver      Chipset

phy0    wlp1s0      ath10k_pci  Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter (rev 31)

        (mac80211 monitor mode vif enabled for [phy0]wlp1s0 on [phy0]wlp1s0mon)
        (mac80211 station mode vif disabled for [phy0]wlp1s0)

$ sudo iwlist wlp1s0mon scanning
wlp1s0mon  Interface doesn't support scanning : Operation not supported

이것은 다르다이것질문. 제안된 답변을 모두 시도했습니다.

$ sudo iw dev wlp1s0mon scan ap-force
command failed: Operation not supported (-95)

$ rfkill list all
0: ideapad_wlan: Wireless LAN
    Soft blocked: no
    Hard blocked: no
1: ideapad_bluetooth: Bluetooth
    Soft blocked: no
    Hard blocked: no
2: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
3: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no

답변1

이 WLAN 어댑터(Qualcomm Atheros QCA9377)는 무차별 모드(모니터 모드라고도 함)를 지원하지 않습니다. 두 가지 옵션이 있습니다:

  1. $70 미만의 가격으로 쉽게 Alfa 카드를 구입할 수 있습니다.
  2. Atheros 펌웨어를 다운그레이드할 수 있지만 이것이 보장되지는 않습니다.

인용하다:https://www.linuxquestions.org/questions/linux-newbie-8/wifi-networks-not-scanning-in-monitor-mode-qualcomm-atheros-qca9377-802-11ac-wireless-network-adapter-4175666173/

관련 정보