4

When setting wlan0 to monitor mode with sudo iwconfig wlan0 mode Monitor I get the following error:

Error for wireless request "Set Mode" (8B06) :
    SET failed on device wlan0 ; Operation not supported.

How to resolve this?

Simon
  • 141

2 Answers2

1

Broadcom Corporation BCM43225 802.11b/g/n (rev 01) doesn't support monitor mode on Linux.

Pilot6
  • 90,100
  • 91
  • 213
  • 324
0

You could also try to start wlan0 in monitoring mode by

airmon-ng start wlan0

lumen
  • 485
  • Found 5 processes that could cause trouble. If airodump-ng, aireplay-ng or airtun-ng stops working after a short period of time, you may want to kill (some of) them! PID Name 696 avahi-daemon 715 avahi-daemon 737 NetworkManager 2360 wpa_supplicant 2368 dhclient Process with PID 2368 (dhclient) is running on interface wlan0 – Simon Apr 17 '15 at 11:19
  • After updateing armon-ng: `PHY Interface Driver Chipset

    phy0 wlan0 wl Broadcom Corporation BCM43225 802.11b/g/n (rev 01) Failed to set wlan0mon up using ip command failed: No such device (-19)

    (mac80211 monitor mode vif enabled for [phy0]wlan0 on [phy0]wlan0mon) command failed: Operation not supported (-95) (mac80211 station mode vif disabled for [phy0]wlan0) `

    – Simon Apr 17 '15 at 12:13