1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-09-20 13:10:40 +00:00

Update README.md

This commit is contained in:
Christian Bremvåg 2019-09-08 22:03:08 +02:00 committed by GitHub
parent a9695de429
commit 61e6e33c9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,13 +30,15 @@ Only for use with Linux & Android
### TODO ### TODO
``` ```
* Test & fix the 8821au support * Test & fix the 8821au support (@fariouche has been working on it)
* Clean out Windows & FreeBSD code * Clean out Windows & FreeBSD code (partially. some NDIS code and switches around)
* Clean out unsupported chipsets * Clean out unsupported chipsets (partially. some switches left all around
* Throw/rip Intel WIDI support out, it's left behind anyway.
* Consider adding rtl8188eus HAL/phydm support into the driver for simplicity.
``` ```
### IPERF3 benchmark ### IPERF3 benchmark
<b>[Device]</b> Alfa Networks AWUS036ACH<br> <b>[Device]</b> Alfa Networks AWUS036ACH<br>
<b>[Chipset]</b> 8812au (rtl8812au)<br> <b>[Chipset]</b> 88XXau (rtl8812au)<br>
<b>[Branch]</b> v5.6.4.1<br> <b>[Branch]</b> v5.6.4.1<br>
<b>[Distance]</b> 10m free sight <b>[Distance]</b> 10m free sight
``` ```
@ -179,6 +181,14 @@ value can be 0 or 1
$ cat /proc/net/rtl8812au/$(your interface name)/led_enable $ cat /proc/net/rtl8812au/$(your interface name)/led_enable
``` ```
### USB Mode Switch
0: doesn't switch, 1: switch from usb2.0 to usb 3.0 2: switch from usb3.0 to usb 2.0
```sh
$ rmmod 88XXau
$ modprobe 88XXau rtw_switch_usb_mode:int (0: no switch 1: switch from usb2 to usb3 2: switch from usb3 to usb2)
```
### NetworkManager ### NetworkManager
Newer versions of NetworkManager switches to random MAC address. Some users would prefer to use a fixed address. Newer versions of NetworkManager switches to random MAC address. Some users would prefer to use a fixed address.
@ -203,4 +213,7 @@ CGarces - https://github.com/CGarces
ZerBea - https://github.com/ZerBea ZerBea - https://github.com/ZerBea
lwfinger - https://github.com/lwfinger lwfinger - https://github.com/lwfinger
Ulli-Kroll - https://github.com/Ulli-Kroll Ulli-Kroll - https://github.com/Ulli-Kroll
All the others interested and participating. Appreciate it!
``` ```