1、查看网卡型号
使用lspci -nn | grep -i net命令可以列出所有与网络相关的PCI设备,包括以太网控制器和无线网卡。-nn选项让lspci命令输出设备的PCI ID以及对应的厂商和设备名。
lspci -nn | grep -i net
在这里插入图片描述
2、根据网卡去找对应的驱动。
https://admin.pci-ids.ucw.cz/mods/PC/10de?action=help?help=pci
该网站去搜对应驱动
在这里插入图片描述
这个就是对应网卡驱动型号
3、去github上搜对应驱动代码
然后根据安装指导就行
#Turn off your Security Boot in BIOS
git clone https://github.com/HRex39/rtl8852be.git
cd rtl8852be
make -j8
sudo make install
sudo modprobe 8852be