mirror of
https://github.com/morrownr/8821cu-20210916.git
synced 2024-12-22 06:15:50 +00:00
minor updates
This commit is contained in:
parent
6f60a5dbb0
commit
1b36a3e214
@ -11,6 +11,10 @@ blacklist rtw88_8821cu
|
|||||||
# Edit the following line to change, add or delete options:
|
# 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
|
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)
|
# After editing is complete, save this file (if using nano: Ctrl + x, y, Enter)
|
||||||
# and reboot to activate the changes.
|
# and reboot to activate the changes.
|
||||||
#
|
#
|
||||||
|
@ -164,11 +164,11 @@ fi
|
|||||||
echo "Kernel: ${KVER}"
|
echo "Kernel: ${KVER}"
|
||||||
|
|
||||||
# display architecture
|
# display architecture
|
||||||
echo "Arch: ${KARCH}"
|
echo "Arch : ${KARCH}"
|
||||||
|
|
||||||
# display gcc version
|
# display gcc version
|
||||||
gcc_ver=$(gcc --version | grep -i gcc)
|
gcc_ver=$(gcc --version | grep -i gcc)
|
||||||
echo "gcc: "${gcc_ver}
|
echo "gcc : "${gcc_ver}
|
||||||
|
|
||||||
# display ISO 3166-1 alpha-2 Country Code
|
# display ISO 3166-1 alpha-2 Country Code
|
||||||
#a2_country_code=$(iw reg get | grep -i country)
|
#a2_country_code=$(iw reg get | grep -i country)
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
SCRIPT_NAME="remove-driver.sh"
|
SCRIPT_NAME="remove-driver.sh"
|
||||||
SCRIPT_VERSION="20221228"
|
SCRIPT_VERSION="20230101"
|
||||||
MODULE_NAME="8821cu"
|
MODULE_NAME="8821cu"
|
||||||
DRV_VERSION="5.12.0.4"
|
DRV_VERSION="5.12.0.4"
|
||||||
|
|
||||||
@ -94,7 +94,7 @@ fi
|
|||||||
echo "Kernel: ${KVER}"
|
echo "Kernel: ${KVER}"
|
||||||
|
|
||||||
# display architecture
|
# display architecture
|
||||||
echo "Arch: ${KARCH}"
|
echo "Arch : ${KARCH}"
|
||||||
|
|
||||||
# determine if dkms is installed and run the appropriate routines
|
# determine if dkms is installed and run the appropriate routines
|
||||||
if command -v dkms >/dev/null 2>&1
|
if command -v dkms >/dev/null 2>&1
|
||||||
|
Loading…
Reference in New Issue
Block a user