Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. NetworkManager WiFi Power Saving
  2. ================================
  3.  
  4. NetworkManager supports WiFi powersaving but the function is rather undocumented.
  5.  
  6. From the source code: wifi.powersave can have the following value:
  7.  
  8. - NM_SETTING_WIRELESS_POWERSAVE_DEFAULT (0): use the default value
  9. - NM_SETTING_WIRELESS_POWERSAVE_IGNORE (1): don't touch existing setting
  10. - NM_SETTING_WIRELESS_POWERSAVE_DISABLE (2): disable powersave
  11. - NM_SETTING_WIRELESS_POWERSAVE_ENABLE (3): enable powersave
  12.  
  13. Then I propose 2 files, only one of them needs to be put under `/etc/NetworkManager/conf.d/`.
  14. One is forcing to disable powersaving, while the other one enable it.
  15.  
  16. Once you have put the file in the right folder, simply restart NetworkManager:
  17.  
  18. sudo systemctl restart NetworkManager
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement