diff --git a/README.md b/README.md index 94b6c7f..2c464e0 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,16 @@ ## rtl8188eus v5.3.9 # Realtek rtl8188eus & rtl8188eu & rtl8188etv WiFi driver + +[![Monitor mode](https://img.shields.io/badge/monitor%20mode-working-brightgreen.svg)](#) +[![Frame Injection](https://img.shields.io/badge/frame%20injection-working-brightgreen.svg)](#) +[![GitHub issues](https://img.shields.io/github/issues/aircrack-ng/rtl8812au.svg)](https://github.com/kimocoder/rtl8188eus/issues) +[![GitHub forks](https://img.shields.io/github/forks/aircrack-ng/rtl8812au.svg)](https://github.com/kimocoder/rtl8188eus/network) +[![GitHub stars](https://img.shields.io/github/stars/aircrack-ng/rtl8812au.svg)](https://github.com/kimocoder/rtl8188eus/stargazers) +[![GitHub license](https://img.shields.io/github/license/aircrack-ng/rtl8812au.svg)](https://github.com/kimocoder/rtl8188eus/blob/master/LICENSE) + This driver supports: * Android 8 -* Frame injection -* Monitor Mode * MESH Mode Operation * .. and kernels up to v5.0+ (rc3 tested) @@ -23,9 +29,28 @@ Create a file named "rtl8188eus.conf", add a 1 liner to it: "blacklist r8188eu" # MONITOR MODE ATTENTION -There is a bug or interferrence with the driver and/or Network-Manager, so if you wan't to use - the monitor mode, DON'T kill the network-manager or use airmon-ng (infact) -
+There is a bug or interferrence with the driver and/or Network-Manager, +so if you wan't to use the monitor mode, DON'T kill the network-manager or use airmon-ng (infact) + +FIX: +Add these lines below to "NetworkManager.conf" and ADD YOUR ADAPTER MAC below [keyfile] +This will make the Network-Manager ignore the device, and therefor don't cause problems. +``` +[device] +wifi.scan-rand-mac-address=no + +[ifupdown] +managed=false + +[connection] +wifi.powersave=0 + +[main] +plugins=keyfile + +[keyfile] +unmanaged-devices=mac:c4:e9:84:dc:99:e9 +``` # TODO * Finish the walkthrough of the base for understanding. diff --git a/modules.order b/modules.order new file mode 100644 index 0000000..59897e5 --- /dev/null +++ b/modules.order @@ -0,0 +1 @@ +kernel//root/Downloads/rtl8188eus/8188eu.ko