Advertisement
Guest User

turn off wifi power manager

a guest
Jan 17th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. Open this file with your text editor, let's use nano for example:
  2.  
  3. sudo nano /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
  4.  
  5. By default there is
  6.  
  7. wifi.powersave = 3
  8.  
  9. Just change it to a value of 2.
  10.  
  11. The change will be active upon the next reboot.
  12.  
  13. The values for the powersave field are:
  14.  
  15. NM_SETTING_WIRELESS_POWERSAVE_DEFAULT (0): use the default value
  16. NM_SETTING_WIRELESS_POWERSAVE_IGNORE (1): don't touch existing setting
  17. NM_SETTING_WIRELESS_POWERSAVE_DISABLE (2): disable powersave
  18. NM_SETTING_WIRELESS_POWERSAVE_ENABLE (3): enable powersave
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement