Last active
August 29, 2015 14:14
-
-
Save broo0ose/df05a5b56ccd40f60fef to your computer and use it in GitHub Desktop.
Stabilise Edimax WiFi on Raspberry Pi, disables power saving
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
# 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