Skip to content

Instantly share code, notes, and snippets.

@NilsWildt
Created December 16, 2014 22:24
Show Gist options
  • Save NilsWildt/b30e781310ac3140bcc9 to your computer and use it in GitHub Desktop.
Save NilsWildt/b30e781310ac3140bcc9 to your computer and use it in GitHub Desktop.
Raspberry disable wlan power management
sudo cat /sys/module/8192cu/parameters/rtw_power_mgnt
sudo nano /etc/modprobe.d/8192cu.conf
# Disable power management
options 8192cu rtw_power_mgnt=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment