mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-11-26 07:04:12 +00:00
Update README.md
This commit is contained in:
parent
a1f72c744d
commit
ade874e2ea
13
README.md
13
README.md
@ -4,7 +4,7 @@
|
|||||||
### DKMS
|
### 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:
|
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
|
### Installation of Driver
|
||||||
@ -20,16 +20,11 @@ sudo ./dkms-remove.sh
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Make
|
### Make
|
||||||
For building & installing the rtl8812au/rtl8821au driver with 'make' use
|
For building & installing the driver with 'make' use
|
||||||
```
|
```
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
```
|
```
|
||||||
and for building & installing the rtl8814au driver with 'make' use
|
|
||||||
```
|
|
||||||
make RTL8814=1
|
|
||||||
make install RTL8814=1
|
|
||||||
```
|
|
||||||
|
|
||||||
### Notes
|
### Notes
|
||||||
Download
|
Download
|
||||||
@ -46,7 +41,7 @@ sudo apt-get install linux-headers-`uname -r`
|
|||||||
```
|
```
|
||||||
For Raspberry (RPI)
|
For Raspberry (RPI)
|
||||||
```
|
```
|
||||||
sudo apt install raspberrypi-kernel-headers
|
sudo apt-get install raspberrypi-kernel-headers
|
||||||
```
|
```
|
||||||
For setting monitor mode
|
For setting monitor mode
|
||||||
1. Fix problematic interference in 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:
|
#### statically by module parameter in /etc/modprobe.d/8812au.conf or wherever, for example:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
options 8812au rtw_led_enable=0
|
options 88XXau rtw_led_enable=0
|
||||||
```
|
```
|
||||||
value can be 0 or 1
|
value can be 0 or 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user