1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-11-13 01:22:14 +00:00

Update README.md

This commit is contained in:
Christian kimocoder 2017-10-22 12:04:34 +02:00 committed by GitHub
parent b8ab3450f0
commit ecd87a7e1b

View File

@ -4,15 +4,11 @@
## TODO ## TODO
These are the problems that needs attention, any help would be appreciated. These are the problems that needs attention, any help would be appreciated.
``` ```
* USB3 (USBModeSwitch) does not work correctly, forcing adapters to use only USB2.0. * txpower control has been added, but some issues remain.
Considering many adapters supported are high speed this needs attention. Check issue reports for more information.
Check issue report @ https://github.com/aircrack-ng/rtl8812au/issues/29
* AP AC speed does NOT work.
Check issue report @ https://github.com/aircrack-ng/rtl8812au/issues/31
* RadioTap FCS flag is set, but frame does not contain FCS. * RadioTap FCS flag is set, but frame does not contain FCS.
Check issue report @https://github.com/aircrack-ng/rtl8812au/issues/28 Check issue report @ https://github.com/aircrack-ng/rtl8812au/issues/28
``` ```
## DKMS ## DKMS
@ -51,10 +47,6 @@ Download
git clone -b v5.1.5 https://github.com/aircrack-ng/rtl8812au.git git clone -b v5.1.5 https://github.com/aircrack-ng/rtl8812au.git
cd rtl* cd rtl*
``` ```
To download v4.3.21
```
git clone -b v4.3.21 https://github.com/aircrack-ng/rtl8812au.git
```
Package / Build dependencies Package / Build dependencies
``` ```
sudo apt-get install build-essential sudo apt-get install build-essential
@ -79,7 +71,7 @@ For setting monitor mode
``` ```
sudo ip link set wlan0 up sudo ip link set wlan0 up
``` ```
For setting TX power (v4.3.21 branch only): For setting TX power
``` ```
sudo iwconfig wlan0 txpower 30 sudo iwconfig wlan0 txpower 30
``` ```
@ -97,7 +89,7 @@ at the end of file /etc/NetworkManager/NetworkManager.conf and restart NetworkMa
sudo service NetworkManager restart sudo service NetworkManager restart
``` ```
## Led Parameter ## LED Parameter
``` ```
We've added the "realtek-leds.conf" in build directory, We've added the "realtek-leds.conf" in build directory,
with this you may change the leds to with this you may change the leds to
@ -110,16 +102,6 @@ $ sudo modprobe 8812au rtw_led_ctrl=1
## Credits ## Credits
``` ```
astsam - for the main work + monitor/injection support - https://github.com/astsam astsam - for the main work + monitor/injection support - https://github.com/astsam
``` evilphish - for great patching (USB3, VHT + txpower control +++) - https://github.com/evilphish
## Other Sources
```
astsam - https://github.com/astsam/rtl8812au
gnab - https://github.com/gnab/rtl8812au
zebulon2 - https://github.com/zebulon2/rtl8812au
paspro - https://github.com/paspro/rtl8812au
ulli-kroll - https://github.com/ulli-kroll/rtl8821au
tpircher - https://github.com/tpircher/rtl8814AU
xxNull-lsk - https://github.com/xxNull-lsk/rtl8812AU
``` ```