minor updates

pull/53/head
morrownr 2023-01-01 15:46:39 -06:00
parent 6f60a5dbb0
commit 1b36a3e214
3 changed files with 8 additions and 4 deletions

View File

@ -11,6 +11,10 @@ blacklist rtw88_8821cu
# Edit the following line to change, add or delete options:
options 8821cu rtw_drv_log_level=1 rtw_led_ctrl=1 rtw_vht_enable=1 rtw_power_mgnt=1
#
# Note: The above `options` line is a good default for managed mode. Below is
# an example for AP mode. Modify as required after reading the documentation:
#options 8821cu rtw_drv_log_level=1 rtw_led_ctrl=1 rtw_vht_enable=2 rtw_power_mgnt=1 rtw_beamform_cap=1 rtw_dfs_region_domain=1
#
# After editing is complete, save this file (if using nano: Ctrl + x, y, Enter)
# and reboot to activate the changes.
#

View File

@ -164,11 +164,11 @@ fi
echo "Kernel: ${KVER}"
# display architecture
echo "Arch: ${KARCH}"
echo "Arch : ${KARCH}"
# display gcc version
gcc_ver=$(gcc --version | grep -i gcc)
echo "gcc: "${gcc_ver}
echo "gcc : "${gcc_ver}
# display ISO 3166-1 alpha-2 Country Code
#a2_country_code=$(iw reg get | grep -i country)

View File

@ -16,7 +16,7 @@
# GNU General Public License for more details.
SCRIPT_NAME="remove-driver.sh"
SCRIPT_VERSION="20221228"
SCRIPT_VERSION="20230101"
MODULE_NAME="8821cu"
DRV_VERSION="5.12.0.4"
@ -94,7 +94,7 @@ fi
echo "Kernel: ${KVER}"
# display architecture
echo "Arch: ${KARCH}"
echo "Arch : ${KARCH}"
# determine if dkms is installed and run the appropriate routines
if command -v dkms >/dev/null 2>&1