Created
November 28, 2014 04:22
-
-
Save garyjohnson/3130115dbbeed3b29b1c to your computer and use it in GitHub Desktop.
Raspberry Pi - Disable Wifi Power Management
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| sudo echo -e "wireless-power off" >>/etc/network/interfaces | |
| sudo echo -e "options 8192cu rtw_power_mgnt=0" >>/etc/modprobe.d/8192cu.conf | |
| sudo echo -e "options 8188eu rtw_power_mgnt=0" >>/etc/modprobe.d/8188eu.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment