1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-11-05 02:55:44 +00:00

Update README.md

This commit is contained in:
Christian kimocoder 2017-10-20 22:32:26 +02:00 committed by GitHub
parent 9823a3136b
commit 67a7e60ed5

View File

@ -1,7 +1,20 @@
# RTL8812AU/21AU and RTL8814AU drivers
# with monitor mode and frame injection
## TODO
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.
Considering many adapters supported are high speed this needs attention.
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.
Check issue report @https://github.com/aircrack-ng/rtl8812au/issues/28
```
## DKMS
This driver can be installed using [DKMS]. This is a system which will automatically recompile and install a kernel module when a new kernel gets installed or updated. To make use of DKMS, install the `dkms` package, which on Debian (based) systems is done like this:
```