Skip to content

Instantly share code, notes, and snippets.

@pistocop
Created November 19, 2020 22:48
Show Gist options
  • Save pistocop/696de5f30a20f7bc4e1a47d4e6e6a4a3 to your computer and use it in GitHub Desktop.
Save pistocop/696de5f30a20f7bc4e1a47d4e6e6a4a3 to your computer and use it in GitHub Desktop.
Ideapad L340 Wifi Driver
# Code from stack overflow: https://askubuntu.com/questions/1162223/lenovo-18-04-no-wi-fi-adapter-found
sudo apt-get update && sudo apt-get install build-essential git dkms
git clone https://github.com/tomaspinho/rtl8821ce
cd rtl8821ce
chmod +x dkms-install.sh
chmod +x dkms-remove.sh
sudo ./dkms-install.sh
sudo modprobe 8821ce
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment