Skip to main content - Display interface and chipset information:
sudo airmon-ng - Go into monitor mode:
sudo airmon-ng start wlan0
iwconfig to check if it works - Check interfering process:
sudo airmon-ng check - Kill the interfering processes (dont simply kill unless really got problem):
sudo airmon-ng check kill - Start monitor mode on specific channel:
sudo airmon-ng start wlan0 11 - Stop monitor mode:
sudo airmon-ng stop wlan0mon