wifi-rtl8821cu: initial settings where Wi-Fi and bluetooth will both work

This commit is contained in:
The-going
2025-05-29 15:11:48 +03:00
committed by Igor
parent abe1fb8b7e
commit 99afe10bed

View File

@@ -12,7 +12,7 @@
blacklist rtw88_8821cu 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_led_ctrl=1 options 8821cu rtw_led_ctrl=1 rtw_power_mgnt=1 rtw_RFE_type=7 rtw_country_code=US
# #
# Note: The above `options` line is a good default for managed mode. Below is # 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: # an example for AP mode. Modify as required after reading the documentation:
@@ -185,7 +185,7 @@ options 8821cu rtw_led_ctrl=1
# #
# $ grep [[:alnum:]] /sys/module/8821cu/parameters/* # $ grep [[:alnum:]] /sys/module/8821cu/parameters/*
# or # or
# $ for f in /sys/module/8821cu/parameters/*;do echo "\$(basename \$f): \$(sudo cat \$f)";done # $ for f in /sys/module/8821cu/parameters/*;do echo "$(basename $f): $(sudo cat $f)";done
# ----- # -----
# #
# hostapd setup information for rtl8821cu # hostapd setup information for rtl8821cu