Skip to content

Instantly share code, notes, and snippets.

@riswandans
Created May 9, 2016 07:31
Show Gist options
  • Save riswandans/8ea256e5b9943072d476baa6a181a103 to your computer and use it in GitHub Desktop.
Save riswandans/8ea256e5b9943072d476baa6a181a103 to your computer and use it in GitHub Desktop.
Lenovo fix wifi always disconnect or disabled on ubuntu (like distro elementary freya, linux mint, etc)
# work with Lenovo G40, etc
sudo apt-get remove --purge bcmwl-kernel-source
sudo apt-get install linux-firmware-nonfree
sudo modprobe -r ideapad-laptop
sudo rfkill unblock all
sudo rfkill list all
sudo modprobe -r rtl8723be
sudo echo "options rtl8723be swenc=1" >> /etc/modprobe.d/rtl8723be.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment