1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-11-05 19:10:30 +00:00

update README.md

* Updated README.md with correct installation methods.
This commit is contained in:
Christian kimocoder 2017-08-27 22:19:54 +02:00 committed by GitHub
parent aa3c24c721
commit af17fc4bc2

View File

@ -1,8 +1,9 @@
# RTL8812AU/21AU and RTL8814AU driver with monitor mode and frame injection # RTL8812AU/21AU and RTL8814AU drivers
# with monitor mode and frame injection
## DKMS ## DKMS
This driver can be installed using [DKMS](http://linux.dell.com/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 install dkms
``` ```
@ -20,20 +21,15 @@ sudo ./dkms-remove.sh
``` ```
## Make ## Make
For building the RTL8812AU driver with 'make' use For building & installing the RTL8812AU driver with 'make' use
```
make
```
and for building the RTL8814AU driver with 'make' use
```
make RTL8814=1
```
but for installing both these drivers use these commands on e.g Kali on kernel v4.12
``` ```
make make
make RTL8814=1
make install make install
cp 8814au.ko /lib/modules/4.12.0-kali1-amd64/kernel/drivers/net/wireless/ ```
and for building & installing the RTL8814AU driver with 'make' use
```
make RTL8814=1
make install 8814au
``` ```
## Notes ## Notes