![]() |
Network Card WiFi & power save - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Hardware - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=6) +--- Forum: Network (https://www.linuxliteos.com/forums/forumdisplay.php?fid=24) +--- Thread: Network Card WiFi & power save (/showthread.php?tid=6902) |
Network Card WiFi & power save - nvm - 04-06-2020 Good time of day Is it just me when the network is idle, does the network adapter go into hibernation and no longer wake up? solution: edit file /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf [connection] wifi.powersave = 2 NM_SETTING_WIRELESS_POWERSAVE_DEFAULT (0): use the default value NM_SETTING_WIRELESS_POWERSAVE_IGNORE (1): don't touch existing setting NM_SETTING_WIRELESS_POWERSAVE_DISABLE (2): disable powersave NM_SETTING_WIRELESS_POWERSAVE_ENABLE (3): enable powersave source: https://unix.stackexchange.com/questions/269661/how-to-turn-off-wireless-power-management-permanently |