billli
Posts: 3
Joined: Wed Sep 17, 2014 3:55 am

Setting RTL8188CUS to Monitor Mode

Wed Sep 17, 2014 4:00 am

I have a Wifi USB Dongle that I would like to set to monitor mode.

I was able to set it to monitor mode in Ubuntu 14.04 (On my desktop machine) However I am having trouble with it on my Raspberry pi.

lsusb:

Code: Select all

    Bus 001 Device 004: ID 0bda:8176 Realtek Semiconductor Corp. RTL8188CUS 802.11n WLAN Adapter
I tried:

Code: Select all

    sudo ifconfig wlan0 down
    sudo iwconfig wlan0 mode Monitor
    sudo ifconfig wlan0 up
But I am seeing:

Code: Select all

    root@raspberrypi:~# sudo iwconfig wlan0 mode Monitor
    Error for wireless request "Set Mode" (8B06) :
        SET failed on device wlan0 ; Invalid argument.
Any idea what is going on? I installed the latest version of the NOOB pi OS, downloaded from the Raspberry pi's download page.

fruitoftheloom
Posts: 23337
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Setting RTL8188CUS to Monitor Mode

Wed Sep 17, 2014 7:03 am

Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

Return to “Troubleshooting”