Skip to content

Instantly share code, notes, and snippets.

@broo0ose
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save broo0ose/df05a5b56ccd40f60fef to your computer and use it in GitHub Desktop.
Save broo0ose/df05a5b56ccd40f60fef to your computer and use it in GitHub Desktop.
Stabilise Edimax WiFi on Raspberry Pi, disables power saving
# info from http://www.averagemanvsraspberrypi.com/2014/10/how-to-set-up-wifi-on-raspberry-pi.html
# I just made it a one-liner.
echo 'options 8192cu rtw_power_mgnt=0 rtw_enusbss=0 rtw_ips_mode=1' | sudo tee /etc/modprobe.d/8192cu.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment