前言

首先确认网卡为RTL8821CE类型,可通过在windows系统下查看 设备型号来进行确认。

驱动下载

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

下载好该驱动后,需要checkout到5fd6714分支(我本人下载的时候正好 处于该分支)。

1
2
$ cd rtl8821ce
$ git checkout 5fd6714

安装依赖包

需要安装下列依赖包:

1
2
$ sudo apt install bc module-assistant build-essential dkms
$ sudo m-a prepare

安装

1
$ sudo ./dkms-install.sh

命令执行完毕后重新启动即可。

参考资料

https://github.com/tomaspinho/rtl8821ce

修订历史

  • 2020-01-13: 完成初稿