Cant disable permanently power management on WiFi

6,805

In Ubuntu 16.04 and above run this command to turn off power management.

sudo sed -i 's/wifi.powersave = 3/wifi.powersave = 2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf

Reboot

Share:
6,805

Related videos on Youtube

Nick Pampoukidis
Author by

Nick Pampoukidis

Updated on September 18, 2022

Comments

  • Nick Pampoukidis
    Nick Pampoukidis over 1 year

    So I have a problem with my wifi, every time I reboot my system the power management is again 'On'. I have trier to create a "wireless" file the following code inside but no luck in this location /etc/pm/power.d :

    #!/bin/sh
    /sbin/iwconfig wlo1 power off
    

    What im a missing?

    Ubuntu 16.04

    • Wild Man
      Wild Man about 7 years
      What version of Ubuntu are you using?
    • Nick Pampoukidis
      Nick Pampoukidis about 7 years
      @WildMan 16.04, I'll edit the post
    • Wild Man
      Wild Man about 7 years
      I posted the what should be the answer.