通过lspci查看无线设备的型号,如图,我电脑的网卡是rtl8821ce
查找安装 rtl8821ce驱动
git clone https://github.com/tomaspinho/rtl8821ce
cd rtl8821ce
make
sudo make install
sudo modprobe -a 8821ce
通过lspci查看无线设备的型号,如图,我电脑的网卡是rtl8821ce
查找安装 rtl8821ce驱动
git clone https://github.com/tomaspinho/rtl8821ce
cd rtl8821ce
make
sudo make install
sudo modprobe -a 8821ce