Created
October 15, 2016 02:19
-
-
Save carlosjs23/b3e01dc79a3f43cb14a8eeea4fc71167 to your computer and use it in GitHub Desktop.
Fix wifi bug after sleep Ubuntu 16.04
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. 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