ubuntu18.04系统下RealTek RTL 8852BE网卡没有WiFi驱动
1 打开终端:sudo apt-get update
2 安装必要的包:sudo apt-get install make gcc linux-headers-$(uname -r) build-essential git
3 依次运行下列代码,运行完成后wifi立马就会出现:
git clone https://github.com/lwfinger/rtw8852be
cd rtw8852be
make -j8
sudo make install