Created
June 30, 2015 08:26
-
-
Save controlzone/29ee7ab65ae8194ec606 to your computer and use it in GitHub Desktop.
Pi wifi drop out fix
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
| Fixing WiFI Dropout Issues | |
| If you find your module 'drops out' from time to time, you can fix it fairly easily with a command line fix (thanks perseus286!) | |
| Create and edit a new file in /etc/modprobe.d/8192cu.conf | |
| sudo nano /etc/modprobe.d/8192cu.conf | |
| and paste the following in | |
| # Disable power saving | |
| options 8192cu rtw_power_mgnt=0 rtw_enusbss=1 rtw_ips_mode=1 | |
| Then reboot with sudo reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment