Ubuntu20系统安装完后没有WIFI
查看后发现是缺少网卡,经过查询之后,发现是HRex39/rtl8852be
然后查询了Kernel版本
Check the Kernel Version in Linux
$ uname -srm
Linux 5.15.0-67-generic x86_64
然后进行下载安装
Build(for kernel < 5.18)
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
然后就好了