Created
May 9, 2016 07:31
-
-
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)
This file contains hidden or 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
# 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