Skip to content

Instantly share code, notes, and snippets.

@garyjohnson
Created November 28, 2014 04:22
Show Gist options
  • Select an option

  • Save garyjohnson/3130115dbbeed3b29b1c to your computer and use it in GitHub Desktop.

Select an option

Save garyjohnson/3130115dbbeed3b29b1c to your computer and use it in GitHub Desktop.
Raspberry Pi - Disable Wifi Power Management
#!/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