Let me explain:
Meaning that some other process is using wlan0 and preventing airmon-ng from putting it into monitor mode.Process with PID #### (*****) is running on interface wlan0
Easy workaround:
P.S.: If you use the method described above, you will have to use wlan0 with other commands (i.e. airodump-ng -c 6 --bssid 00:11:22:33:44:55 wlan0) because iwconfig will put wlan0 directly into monitor mode instead of creating a interface (mon0) like airmon-ng does.Code:ifconfig wlan0 down iwconfig wlan0 mode monitor ifconfig wlan0 up




