1
0
mirror of https://github.com/morrownr/8821cu-20210916.git synced 2024-12-22 22:36:49 +00:00

minor updates

This commit is contained in:
morrownr 2022-11-25 23:55:31 -06:00
parent 2b6d4910dd
commit eb30d87b28
2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
# Supports dkms and non-dkms installations. # Supports dkms and non-dkms installations.
SCRIPT_NAME="install-driver.sh" SCRIPT_NAME="install-driver.sh"
SCRIPT_VERSION="20221101" SCRIPT_VERSION="20221125"
MODULE_NAME="8821cu" MODULE_NAME="8821cu"
DRV_VERSION="5.12.0.4" DRV_VERSION="5.12.0.4"
OPTIONS_FILE="${MODULE_NAME}.conf" OPTIONS_FILE="${MODULE_NAME}.conf"

View File

@ -5,7 +5,7 @@
# Supports dkms and non-dkms removals. # Supports dkms and non-dkms removals.
SCRIPT_NAME="remove-driver.sh" SCRIPT_NAME="remove-driver.sh"
SCRIPT_VERSION="20221101" SCRIPT_VERSION="20221125"
MODULE_NAME="8821cu" MODULE_NAME="8821cu"
DRV_VERSION="5.12.0.4" DRV_VERSION="5.12.0.4"
OPTIONS_FILE="${MODULE_NAME}.conf" OPTIONS_FILE="${MODULE_NAME}.conf"
@ -62,9 +62,9 @@ fi
# information that helps with bug reports # information that helps with bug reports
# kernel # kernel
echo "Kernel=${KVER}" echo "Linux Kernel=${KVER}"
# architecture - for ARM: aarch64 = 64 bit, armv7l = 32 bit # architecture - for ARM: aarch64 = 64 bit, armv7l = 32 bit
echo "Architecture=${KARCH}" echo "CPU Architecture=${KARCH}"
#getconf LONG_BIT (may be handy in the future) #getconf LONG_BIT (may be handy in the future)
# 2>/dev/null suppresses the output of dkms # 2>/dev/null suppresses the output of dkms