ubuntu18.04 8821CE network card driver

ubuntu18.04 8821CE network card driver

After installing ubuntu18.04, no wifi icon is found, then open "Settings" and find that the wifi shown in wifi does not find the wifi adapter.
It’s too old. After installing ubuntu so many times, I know that my pit has a problem with the computer network card driver. I need to download a driver that is the same as my network card driver. You can refer to: https://blog.csdn.net/tabgiver/article/details/103414573

Root permissions can be seen below:
enter the command line: sudo passwdset the password of root
Enter the command line: su rootyou can enter root permissions

Go to any folder and download the source code

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

Enter the command in the current folder

cd rtl8821ce
make
make install
modprobe -a 8821ce
exit

Guess you like

Origin blog.csdn.net/qq_45758578/article/details/111938600