新安装的ubuntu16.04并没有wifi驱动
首先查看网卡类型: lspci
其中 03:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter 是我的无线网卡信息
安装依赖: sudo apt-get install --reinstall git dkms build-essential linux-headers-$(uname -r)
下载RTL8821CE: git clone https://github.com/tomaspinho/rtl8821ce
然后执行以下命令:
cd rtl8821ce
chmod +x *.sh
sudo ./dkms-install.sh
reboot
我的电脑亲测有效