Created
July 24, 2019 16:30
-
-
Save bhubr/7f64a679aa07d2e876d46d219b511dd2 to your computer and use it in GitHub Desktop.
install wifi lenovo
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
sudo apt-get install build-essential dkms git | |
git clone -b 4.18 https://github.com/jeremyb31/ideapad-laptop.git | |
sudo dkms add ./ideapad-laptop | |
sudo dkms install ideapad-laptop/1.0 | |
echo "options ideapad_laptop override_has_hw_rfkill_switch=0" | sudo tee /etc/modprobe.d/ideapad_laptop.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment