Skip to content

Instantly share code, notes, and snippets.

@bkanhu
Last active June 23, 2019 08:18
Show Gist options
  • Save bkanhu/7163124324b727dbc436206e64c2ee1c to your computer and use it in GitHub Desktop.
Save bkanhu/7163124324b727dbc436206e64c2ee1c to your computer and use it in GitHub Desktop.
[SOLVED][SOLUTION]: Wi-Fi not working on Lenovo ThinkPad 330 (Realtek RTL8821CE)

A temporary internet connection will be required for downloading packages and driver

Open up a terminal and type the following lines:

git clone https://github.com/tomaspinho/rtl8821ce
cd rtl8821ce
chmod +x dkms-install.sh
chmod +x dkms-remove.sh
sudo ./dkms-install.sh

After this is completed successfully, you should reboot and find that your Wifi is working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment