kali&Parrot这两个系统都是基于debian的,所以跟debian的系统安装驱动是差不多的。

sudo iwconfig

cd Downloads

git clone https://github.com/tomaspinho/rtl8821ce.git
cd rtl8821ce/
sudo make all
sudo make install
sudo modprobe -a 8821ce
sudo ifconfig
好了这样就安装完成了。如果出现无法编译可能是没有安装bc?
sudo apt insrall bc
安装完基本没问题了,其他的驱动也可以在Github找到