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?
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?
Broadcom Corporation BCM43225 802.11b/g/n (rev 01) doesn't support monitor mode on Linux.
You could also try to start wlan0 in monitoring mode by
airmon-ng start wlan0
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
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
sudo apt-get install aircrack-ng
and then post the output ofsudo airmon-ng
. – 0x2b3bfa0 Apr 16 '15 at 14:37wlan0 Unknown wl - [phy0]`
– Simon Apr 16 '15 at 14:38I didn't get the b43 to work.
– Simon Apr 17 '15 at 11:35