diff --git a/README.md b/README.md index 4b06b6f..6c875bd 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/dkms-install.sh b/dkms-install.sh index 41d7113..a62201a 100755 --- a/dkms-install.sh +++ b/dkms-install.sh @@ -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} diff --git a/dkms-remove.sh b/dkms-remove.sh index 1364281..96d9b20 100755 --- a/dkms-remove.sh +++ b/dkms-remove.sh @@ -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} diff --git a/dkms.conf b/dkms.conf index 5c3322b..21954b4 100644 --- a/dkms.conf +++ b/dkms.conf @@ -1,5 +1,5 @@ PACKAGE_NAME="realtek-rtl88xxau" -PACKAGE_VERSION="5.2.20.2~20180812" +PACKAGE_VERSION="5.3.4~20181004" CLEAN="'make' clean" BUILT_MODULE_NAME[0]=88XXau PROCS_NUM=`nproc`