Page 1 of 1

Setting RTL8188CUS to Monitor Mode

Posted: Wed Sep 17, 2014 4:00 am
by billli
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.

Re: Setting RTL8188CUS to Monitor Mode

Posted: Wed Sep 17, 2014 7:03 am
by fruitoftheloom