mirror of
https://github.com/drygdryg/rtl8188eus.git
synced 2025-04-29 02:37:16 +09:00
Update README.md
This commit is contained in:
parent
8d673c4bd4
commit
bdebe47ca5
23
README.md
23
README.md
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user