Skip to content

Instantly share code, notes, and snippets.

@alaudet
Last active June 30, 2016 20:06
Show Gist options
  • Save alaudet/927843b8c0f32e263d82 to your computer and use it in GitHub Desktop.
Save alaudet/927843b8c0f32e263d82 to your computer and use it in GitHub Desktop.
Fix Wifi High Latency Issue on Raspberry Pi
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