Setting RTL8188CUS to Monitor Mode
Posted: 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:
I tried:
But I am seeing:
Any idea what is going on? I installed the latest version of the NOOB pi OS, downloaded from the Raspberry pi's download page.
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
Code: Select all
sudo ifconfig wlan0 down
sudo iwconfig wlan0 mode Monitor
sudo ifconfig wlan0 upCode: Select all
root@raspberrypi:~# sudo iwconfig wlan0 mode Monitor
Error for wireless request "Set Mode" (8B06) :
SET failed on device wlan0 ; Invalid argument.