mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
wifi-rtl8821cu: initial settings where Wi-Fi and bluetooth will both work
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
blacklist rtw88_8821cu
|
||||
#
|
||||
# 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
|
||||
# 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/*
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user