rtl8188eus
rtl8188eus copied to clipboard
Operation not permitted (-1)
Operation not permitted (-1) when I run iw dev wlan0 set type monitor.
Did you try running the following command with root permission?
sudo iw dev wlan0 set type monitor
k0ur0x, sorry for the delay, I totally forgot to reply after I try it. No, it did not work :/
Ok, so what was the output? if it's the same, do you enter the same commands as below?
sudo ifconfig wlan0 down
sudo iw dev wlan0 set type monitor
sudo ifconfig wlan0 up
That actually works... :| Thanks :)