Skip to content

Instantly share code, notes, and snippets.

@DeveloperMos
Last active August 11, 2022 21:16
Show Gist options
  • Save DeveloperMos/b20e4058f87def183517c8b5da60bbc9 to your computer and use it in GitHub Desktop.
Save DeveloperMos/b20e4058f87def183517c8b5da60bbc9 to your computer and use it in GitHub Desktop.
ASUS LAPTOP WI FI - Ubuntu 18-20-22 brocken bug fixing

Integrated Controller name RTL8821CE

802.11ac/abgn PCIe WLAN with Bluetooth 5.0 Single-Chip Controller

Disclaimer

TIt's targeting Linux > 4.14 kernel

check your kernel version

uname -a in terminal

The following steps are required prior to building the driver on Ubuntu/Debian

  1. Connect your smartphone via usb into laptop Enable in smartphone USB tethering

  2. Install dkms package

IF YOU UBUNTU USER: sudo apt install rtl8821ce-dkms reboot

ELSE:
sudo apt install dkms

  1. clone tomaspinho github repo and make kernel module

git clone https://github.com/tomaspinho/rtl8821ce

cd rtl8821ce

sudo ./dkms-install.sh

Wait building the kernel Driver module

reboot

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