1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-09-19 20:50:41 +00:00

Update README.md

This commit is contained in:
kimocoder 2018-08-05 20:49:12 +02:00
parent a1f72c744d
commit ade874e2ea

View File

@ -4,7 +4,7 @@
### 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:
```
sudo apt install dkms
sudo apt-get install dkms
```
### Installation of Driver
@ -20,16 +20,11 @@ sudo ./dkms-remove.sh
```
### Make
For building & installing the rtl8812au/rtl8821au driver with 'make' use
For building & installing the driver with 'make' use
```
make
make install
```
and for building & installing the rtl8814au driver with 'make' use
```
make RTL8814=1
make install RTL8814=1
```
### Notes
Download
@ -46,7 +41,7 @@ sudo apt-get install linux-headers-`uname -r`
```
For Raspberry (RPI)
```
sudo apt install raspberrypi-kernel-headers
sudo apt-get install raspberrypi-kernel-headers
```
For setting monitor mode
1. Fix problematic interference in monitor mode.
@ -84,7 +79,7 @@ value can be y or n
#### statically by module parameter in /etc/modprobe.d/8812au.conf or wherever, for example:
```sh
options 8812au rtw_led_enable=0
options 88XXau rtw_led_enable=0
```
value can be 0 or 1