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
-
Connect your smartphone via usb into laptop Enable in smartphone USB tethering
-
Install dkms package
IF YOU UBUNTU USER:
sudo apt install rtl8821ce-dkms
reboot
ELSE:
sudo apt install dkms
- 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