Skip to content

Instantly share code, notes, and snippets.

@adybose
Created July 5, 2020 18:37
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 adybose/248bf6e81c7fe8c2b4e7dae413560e60 to your computer and use it in GitHub Desktop.
Save adybose/248bf6e81c7fe8c2b4e7dae413560e60 to your computer and use it in GitHub Desktop.

Lenovo ideapad 330 (15ARR) Ubuntu issue of WiFi stopping periodically

Solution: Install drivers seperatly. In most of the cases the wifi network card manufacturer is Elan tech for this model.

So just run the following commands to download and install

git clone https://github.com/tomaspinho/rtl8821ce.git
cd rtl8821ce/
sudo make all
sudo make install
sudo modprobe -a 8821ce

Check your wifi networks!

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