Last active
June 30, 2016 20:06
-
-
Save alaudet/927843b8c0f32e263d82 to your computer and use it in GitHub Desktop.
Fix Wifi High Latency Issue on Raspberry Pi
This file contains 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
1 - Create the file /etc/modprobe.d/8192cu.conf | |
2 - Add the following line to the file | |
options 8192cu rtw_power_mgnt=0 rtw_enusbss=0 | |
3 - Reboot | |
4 - Check if power saving mode is switched off (0 = off, 1 = on) | |
cat /sys/module/8192cu/parameters/rtw_power_mgnt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment