- 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 theiface wlan0
linewireless-power off
- Reboot and if you run
iw wlan0 get power_save
you should see that is off.
Created
September 19, 2017 15:10
-
-
Save thales17/b7b80b989ca9c3499f208f4ae004560b to your computer and use it in GitHub Desktop.
Disable Wifi Power Save on Raspbian
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this answer has two options and second one is my prefered: https://raspberrypi.stackexchange.com/a/147766/166884