Skip to content

Instantly share code, notes, and snippets.

@bhubr
Created July 24, 2019 16:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhubr/7f64a679aa07d2e876d46d219b511dd2 to your computer and use it in GitHub Desktop.
Save bhubr/7f64a679aa07d2e876d46d219b511dd2 to your computer and use it in GitHub Desktop.
install wifi lenovo
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