Skip to content

Instantly share code, notes, and snippets.

@thales17
Created September 19, 2017 15:10
Show Gist options
  • Save thales17/b7b80b989ca9c3499f208f4ae004560b to your computer and use it in GitHub Desktop.
Save thales17/b7b80b989ca9c3499f208f4ae004560b to your computer and use it in GitHub Desktop.
Disable Wifi Power Save on Raspbian

Disable WIFI Power Save on Raspbian Jessie

  • Use iw wlan0 get power_save to see if the wifi power save feature is enabled or not
  • If you want to permantently disable it add this to the /etc/network/interfaces after the iface wlan0 line wireless-power off
  • Reboot and if you run iw wlan0 get power_save you should see that is off.
@icaroerasmo
Copy link

this answer has two options and second one is my prefered: https://raspberrypi.stackexchange.com/a/147766/166884

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment