Created
December 11, 2019 21:17
-
-
Save StevenMacias/d59277f8fb3be0ef391d41bbb7a73675 to your computer and use it in GitHub Desktop.
Wifi not working in Lenovo Y540
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
sudo -i | |
echo "blacklist ideapad-laptop" >> /etc/modprobe.d/blacklist.conf | |
modprobe -r ideapad-laptop | |
exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment