Beatify README.md

This commit is contained in:
kimocoder 2019-02-11 02:04:49 +01:00
parent 4a5c759060
commit 3ffbea2cbe
3 changed files with 4 additions and 8 deletions

View File

@ -20,15 +20,11 @@ The performance and code quality has been improved and thats about time.
# HowTo build/install
1. You will need to blacklist another driver in order to use this one instead of the kernel provided.
Create a file named "rtl8188eus.conf", add a 1 liner to it: "blacklist r8188eu"
<br>
2. Then move the file to "/etc/modprobe.d/"
<br>
We included a "realtek_blacklist.conf" file in the folder. "cp realtek_blacklist.conf /etc/modprobe.d"
3. "make && make install"<br>
4. "rmmod r8188eu && insmod rtl8188eus"
4. "rmmod r8188eu && insmod rtl8188eu"
# 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)
@ -49,7 +45,7 @@ wifi.powersave=0
plugins=keyfile
[keyfile]
unmanaged-devices=mac:c4:e9:84:dc:99:e9
unmanaged-devices=mac:A7:A7:A7:A7:A7
```
# TODO

View File

@ -1 +0,0 @@
kernel//root/Downloads/rtl8188eus/8188eu.ko

1
realtek_blacklist.conf Normal file
View File

@ -0,0 +1 @@
blacklist r8188eu