This commit is contained in:
Daniel (Fourdee) 2016-10-07 19:41:20 +01:00
parent 521ac85906
commit d815daa4d2

View File

@ -329,6 +329,11 @@ do_firstrun_automated_user_configuration() {
#Set wifi country code
iw reg set "$FR_net_wifi_countrycode"
#Disable powersaving for known chips that suffer from powersaving features causing connection dropouts.
# This is espically true for the 8192cu and 8188eu.
echo -e "options 8192cu rtw_power_mgnt=0" > /etc/modprobe.d/8192cu.conf
echo -e "options 8188eu rtw_power_mgnt=0" > /etc/modprobe.d/8188eu.conf
# - Ethernet enable
elif (( $FR_net_ethernet_enabled )); then