Ubuntu 20.04 iwlistスキャン:[インターフェース]インターフェースはスキャンをサポートしていません。ジョブはサポートされていません。

Ubuntu 20.04 iwlistスキャン:[インターフェース]インターフェースはスキャンをサポートしていません。ジョブはサポートされていません。

私はUbuntu 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)は、無差別モード(モニタモードとも呼ばれます)をサポートしません。 2つのオプションがあります。

  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/

おすすめ記事