mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-11-10 08:07:05 +00:00
commit
e0e4692246
@ -2,7 +2,7 @@
|
||||
## with monitor mode and frame injection
|
||||
|
||||
###
|
||||
newest driver 5.4.3 from realtek + patches to add 8814 support
|
||||
newest driver 5.3.4 from realtek + patches to add 8814 support
|
||||
|
||||
### 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:
|
||||
|
@ -9,7 +9,7 @@ fi
|
||||
|
||||
DRV_DIR=rtl8812au
|
||||
DRV_NAME=rtl8812au
|
||||
DRV_VERSION=5.2.20.2
|
||||
DRV_VERSION=5.3.4
|
||||
|
||||
cp -r ../${DRV_DIR} /usr/src/${DRV_NAME}-${DRV_VERSION}
|
||||
|
||||
|
@ -9,7 +9,7 @@ fi
|
||||
|
||||
DRV_DIR=rtl8812au
|
||||
DRV_NAME=rtl8812au
|
||||
DRV_VERSION=5.2.20.2
|
||||
DRV_VERSION=5.3.4
|
||||
|
||||
dkms remove ${DRV_NAME}/${DRV_VERSION} --all
|
||||
rm -rf /usr/src/${DRV_NAME}-${DRV_VERSION}
|
||||
|
Loading…
Reference in New Issue
Block a user