Update README.md

This commit is contained in:
kimocoder 2018-07-17 22:49:30 +02:00
parent d9ab8842c3
commit 2e9132eb4e

View File

@ -2,13 +2,13 @@
## Realtek 8812AU driver v5.2.20.2 with monitor mode and frame injection ## Realtek 8812AU driver v5.2.20.2 with monitor mode and frame injection
This driver supports 8812au & 8821au chipsets, not the 8814au chipset. This driver supports 8812au & 8821au chipsets, not the 8814au chipset at this moment.
### Building / Installing ### Building / Installing
To build and install module manually: To build and install module manually:
``` ```
$ "make" will build the 8812au, while "make RTL8821=1" will build the 8821au driver $ sudo make
$ sudo make install $ sudo make install
``` ```
@ -63,6 +63,14 @@ sudo iw dev wlan0 set type monitor
sudo ip link set wlan0 up sudo ip link set wlan0 up
``` ```
### TX Power Control
The txpower may be adjusted with these commands
```
ifconfig <adapter> down
iwconfig <adapter> txpower 30
```
### LED control ### LED control
#### You can now control LED behaviour statically by Makefile, for example: #### You can now control LED behaviour statically by Makefile, for example: