sudo apt update && dist-upgrade sudo apt install linux-headers-`uname -r`
指令 lspci可以确定自己的无线网卡型号
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter
sudo apt install bc module-assistant build-essential dkms
git clone https://github.com/tomaspinho/rtl8821ce
cd rtl8821ce sudo ./dkms-install.sh
参考资料
http://blog.sina.com.cn/s/blog_5d9de9950102x8ah.html
https://www.freebuf.com/sectool/247665.html
原文:https://www.cnblogs.com/weikunpeng/p/14404411.html