From eb30d87b28b8c98e28575610254ddc524a4b7003 Mon Sep 17 00:00:00 2001 From: morrownr Date: Fri, 25 Nov 2022 23:55:31 -0600 Subject: [PATCH] minor updates --- install-driver.sh | 2 +- remove-driver.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/install-driver.sh b/install-driver.sh index a6629c0..2f9cf94 100755 --- a/install-driver.sh +++ b/install-driver.sh @@ -5,7 +5,7 @@ # Supports dkms and non-dkms installations. SCRIPT_NAME="install-driver.sh" -SCRIPT_VERSION="20221101" +SCRIPT_VERSION="20221125" MODULE_NAME="8821cu" DRV_VERSION="5.12.0.4" OPTIONS_FILE="${MODULE_NAME}.conf" diff --git a/remove-driver.sh b/remove-driver.sh index dc2ae30..ee2e50d 100755 --- a/remove-driver.sh +++ b/remove-driver.sh @@ -5,7 +5,7 @@ # Supports dkms and non-dkms removals. SCRIPT_NAME="remove-driver.sh" -SCRIPT_VERSION="20221101" +SCRIPT_VERSION="20221125" MODULE_NAME="8821cu" DRV_VERSION="5.12.0.4" OPTIONS_FILE="${MODULE_NAME}.conf" @@ -62,9 +62,9 @@ fi # information that helps with bug reports # kernel -echo "Kernel=${KVER}" +echo "Linux Kernel=${KVER}" # 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) # 2>/dev/null suppresses the output of dkms