Active Card & Monitor Mode
Set your WiFi card into monitor mode with airmon-ng
You might want to stop the Network Manager
or disable the NetworkManager from autostart after reboot
There is a possibility to limit Network manager devices but for Wifi hacking you kill all processes which interefers with Wifi.
Network ManagerCard Detected
After reboot, your card is detected but not enabled at the moment.
ifconfig does not list the device wlan0
until you use (ifconfig -a) which lists also inactive cards.
iwconfig lists your wifi card all the time, regardless of it's active or inactive.
We need to activate (enable) card for use.
Enable Wifi Card
It might happen that your card is soft blocked by the kernel.
Perform the following command and enable the network interface (wlan0) one more time.
airmon-ng - List available interfaces
Enable monitor mode
You can see in my case the NetworkManager with PID 440 was detected as interference, kill or disable the process.
when you are in a monitor mode, the iwconfig command shows Mode:monitor
Last updated
Was this helpful?