Update README.md

This commit is contained in:
Christian B 2019-02-11 01:18:35 +01:00 committed by GitHub
parent b5789ece30
commit 9b6e1f1c3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,17 +1,16 @@
## rtl8188eus v5.3.9 ## rtl8188eus v5.3.9
# Realtek rtl8188eus & rtl8188eu & rtl8188etv WiFi driver # Realtek rtl8188eus & rtl8188eu & rtl8188etv WiFi driver
<b>This driver supports:</b><br> <b>This driver supports:</b>
* frame injection * frame injection
* monitor mode * monitor mode
* MESH mode * MESH mode
* .. and kernels up to v5.0+ (rc3 tested) * .. and kernels up to v5.0+ (rc3 tested)
<br>
<br> This is a pure Realtek release, not from vendor but from all the Realtek multichip "bases"
This is a pure Realtek release, not from vendor but from all the Realtek multichip "bases"<br> we've seen, this must be the newest, most stable and effective one.
we've seen, this must be the newest, most stable and effective one.<br>
The performance and code quality has been improved and thats about time. The performance and code quality has been improved and thats about time.
<br>
# HowTo build/install # HowTo build/install
1. You will need to blacklist another driver in order to use this one instead of the kernel provided. 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" Create a file named "rtl8188eus.conf", add a 1 liner to it: "blacklist r8188eu"
@ -20,10 +19,11 @@ Create a file named "rtl8188eus.conf", add a 1 liner to it: "blacklist r8188eu"
<br> <br>
3. "make && make install" 3. "make && make install"
4. "rmmod r8188eu && insmod rtl8188eus" 4. "rmmod r8188eu && insmod rtl8188eus"
<br>
# MONITOR MODE ATTENTION # MONITOR MODE ATTENTION
<b>There is a bug or interferrence with the driver and/or Network-Manager, so if you wan't to use <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 (infact)</b> the monitor mode, DON'T kill the network-manager or use airmon-ng (infact)</b>
<br> <br>
# TODO # TODO