Update README.md

This commit is contained in:
Christian B 2019-02-14 20:52:10 +01:00 committed by GitHub
parent 8d673c4bd4
commit bdebe47ca5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,13 +20,21 @@ The performance and code quality has been improved and thats about time.
1. You will need to blacklist another driver in order to use this one instead of the kernel provided.
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 rtl8188eu"
4. "rmmod 8188eu && insmod 8188eu.ko"
# 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)
# MONITOR MODE howto
Use these steps to enter monitor mode.
```
airmon-ng check-kill
ip link set <interface> down
iw dev <interface> set type monitor
```
Frame injection test may be performerd with
```
aireplay -9 <interface>
```
<b>FIX:</b>
# NetworkManager configuration
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.
```
@ -50,11 +58,8 @@ unmanaged-devices=mac:A7:A7:A7:A7:A7
* Fix a issue where the interface is down on startup
* Finish up the elimination of the wrapper _rtw_memset.
I didn't have more time after "rtw_beamforming.c"
* There is a bug in monitor mode related to Network-Manager.
This needs priority because it causes interferrence.
* Add HT (RX) Greenfield capabilities
* pcap_activate error on "reaver" - investigate
* Go through the VHT.
* Add/upload the documentation
* Add more VID/PIDS for all 3 chipsets supported.
* Remove unused functions