mirror of
https://github.com/drygdryg/rtl8188eus.git
synced 2025-04-29 02:37:16 +09:00
README.md update
This commit is contained in:
parent
f4602b70a9
commit
718b69161a
35
README.md
35
README.md
@ -1,10 +1,16 @@
|
||||
## rtl8188eus v5.3.9
|
||||
|
||||
# Realtek rtl8188eus & rtl8188eu & rtl8188etv WiFi driver
|
||||
|
||||
[](#)
|
||||
[](#)
|
||||
[](https://github.com/kimocoder/rtl8188eus/issues)
|
||||
[](https://github.com/kimocoder/rtl8188eus/network)
|
||||
[](https://github.com/kimocoder/rtl8188eus/stargazers)
|
||||
[](https://github.com/kimocoder/rtl8188eus/blob/master/LICENSE)
|
||||
|
||||
<b>This driver supports:</b>
|
||||
* 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
|
||||
|
||||
<b>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)</b>
|
||||
<br>
|
||||
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)
|
||||
|
||||
<b>FIX:</b>
|
||||
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.
|
||||
|
1
modules.order
Normal file
1
modules.order
Normal file
@ -0,0 +1 @@
|
||||
kernel//root/Downloads/rtl8188eus/8188eu.ko
|
Loading…
x
Reference in New Issue
Block a user