Skip to content

Instantly share code, notes, and snippets.

@carlosjs23
Created October 15, 2016 02:19
Show Gist options
  • Save carlosjs23/b3e01dc79a3f43cb14a8eeea4fc71167 to your computer and use it in GitHub Desktop.
Save carlosjs23/b3e01dc79a3f43cb14a8eeea4fc71167 to your computer and use it in GitHub Desktop.
Fix wifi bug after sleep Ubuntu 16.04
1. sudo lshw -class network
2 Get your card model info ex: RTL8723BE
3. Open or create /etc/pm/config.d/config and add SUSPEND_MODULES="rtl8723be"(replace rtl8723be with your own model number)
4. run echo "options rtl8723be fwlps=N" | sudo tee /etc/modprobe.d/rtl8723be.conf
5. reboot.
Done.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment