Skip to content

Instantly share code, notes, and snippets.

@dhruvpsaru
Last active January 3, 2017 11:48
Show Gist options
  • Save dhruvpsaru/869cde4d95457e22df094ec50304bb31 to your computer and use it in GitHub Desktop.
Save dhruvpsaru/869cde4d95457e22df094ec50304bb31 to your computer and use it in GitHub Desktop.

http://askubuntu.com/questions/762198/16-04-lts-wifi-connection-issues

  • Get details of your PCI wireless card by running sudo lshw -class network
  • Get your card model info according to the product line. For instance, as you can see in the question description it says product: RTL8723BE PCIe Wireless Network Adapter so the model of my card is RTL8723BE
  • Open or create /etc/pm/config.d/config and add SUSPEND_MODULES="rtl8723be"(replace rtl8723be with your own model number) Then - run echo "options rtl8723be fwlps=N" | sudo tee /etc/modprobe.d/rtl8723be.conf and reboot.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment