mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2025-02-08 15:51:01 +08:00
commit
e0e4692246
@ -2,7 +2,7 @@
|
|||||||
## with monitor mode and frame injection
|
## 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
|
### 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:
|
||||||
|
@ -9,7 +9,7 @@ fi
|
|||||||
|
|
||||||
DRV_DIR=rtl8812au
|
DRV_DIR=rtl8812au
|
||||||
DRV_NAME=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}
|
cp -r ../${DRV_DIR} /usr/src/${DRV_NAME}-${DRV_VERSION}
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ fi
|
|||||||
|
|
||||||
DRV_DIR=rtl8812au
|
DRV_DIR=rtl8812au
|
||||||
DRV_NAME=rtl8812au
|
DRV_NAME=rtl8812au
|
||||||
DRV_VERSION=5.2.20.2
|
DRV_VERSION=5.3.4
|
||||||
|
|
||||||
dkms remove ${DRV_NAME}/${DRV_VERSION} --all
|
dkms remove ${DRV_NAME}/${DRV_VERSION} --all
|
||||||
rm -rf /usr/src/${DRV_NAME}-${DRV_VERSION}
|
rm -rf /usr/src/${DRV_NAME}-${DRV_VERSION}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
PACKAGE_NAME="realtek-rtl88xxau"
|
PACKAGE_NAME="realtek-rtl88xxau"
|
||||||
PACKAGE_VERSION="5.2.20.2~20180812"
|
PACKAGE_VERSION="5.3.4~20181004"
|
||||||
CLEAN="'make' clean"
|
CLEAN="'make' clean"
|
||||||
BUILT_MODULE_NAME[0]=88XXau
|
BUILT_MODULE_NAME[0]=88XXau
|
||||||
PROCS_NUM=`nproc`
|
PROCS_NUM=`nproc`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user