Skip to content

KALI – How to fix ‘ioctl(SIOCSIWMODE) failed: Device or resource busy ‘ problem.

26/07/2013

Airmon-ng and airodump-ng may fix to one channel and refuse to return to the default channel hopping mode.

The Problem/Error:

ioctl(SIOSCISWMODE) failed: Device or resource busy

monitor mode fix

The Solution:

sudo ifconfig wlan2 down

sudo iwconfig wlan2 mode monitor

sudo ifconfig wlan2 up

sudo iwconfig wlan2

Now Check your work:

airodump-ng wlan2

Airodump will now channel hop to find new basestations, rather than being fixed to one channel.

2 Comments
  1. my power management still reads: off. Why is that?

    Like

  2. Nabil permalink

    after the 3rd command ifconfig wlan0mon up , i get the same error ioctl(SIOCSIWMODE) failed: Device or resource busy”

    Like

Leave a comment