Skip to content

Realtek RTL8188CUS Monitor Mode; No Recompiled Kernel!

Notifications You must be signed in to change notification settings

TheN00bBuilder/rtl8188monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

Realtek RTL8188CUS Monitor Mode for Raspbian Instructions

This will allow you to use your Realtek RTL8188CUS (common wireless chip found in Edimax EDW-7811Un) in monitor mode without recompiling the kernel in Raspbian.

Install

  1. Check the directory with the RTL8192CU drivers in them by typing sudo ls /lib/modules/$(uname -r)/kernel/drivers/net/wireless/realtek.
  1. Type sudo modprobe rtl8192cu to turn on the correct drivers, in case it is using the wrong ones.

  2. Type the command ifconfig to list your wireless adaptors.

  • Note which wlan the Realtek adaptor is on.
  1. Type sudo iw $WLAN interface add mon0 type monitor (where `$WLAN is the interface from the previous step) to add a monitor mode function to the adaptor.
  • Don't type the pahrenthesis.
  1. Try to start the monitor mode through airmon-ng with the command sudo airmon-ng start (wlan of Realtek adaptor).
  • If it fails with Error setting channel: command failed: Device or resource busy (-16), then run sudo airmon-ng check kill and try again.

That's it! Your RTL8188CUS should now work in monitor mode.

About

Realtek RTL8188CUS Monitor Mode; No Recompiled Kernel!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published