mirror of
https://github.com/chinawrj/rtl8812au
synced 2024-11-09 23:57:10 +00:00
Update README.md
This commit is contained in:
parent
d9ab8842c3
commit
2e9132eb4e
12
README.md
12
README.md
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user