no wifi adapter found after installing ubutu 18.04
The wifi adapter is RealTek RTL8852BE Wifi 6
Optional: Disable security boot in BIOS By pressing F1 during bootup.
Driver installation:
sudo apt-get update
sudo apt-get install make gcc linux-headers-$(uname -r) build-essential git
git clone https://github.com/HRex39/rtl8852be.git
cd rtl8852be
make clean
make
sudo make install
After reboot the wifi is available
iffy@iffy-ThinkBook-16-G4-IAP:~$ dmesg | grep rtl
[ 3.151101] RTW: rtl8852be v1.15.6.0.2-0-gac110bf5.20211029
[ 3.151148] rtl8852be 0000:2c:00.0: enabling device (0000 -> 0003)
[ 3.154123] rtl8852be 0000:2c:00.0: Using iommu dma mapping
[ 3.154124] rtl8852be 0000:2c:00.0: DMAR: 32bit DMA uses non-identity mapping
[ 3.455967] RTW: [HW-CAP] ic_name:rtl8852b
[ 3.475691] rtl8852be 0000:2c:00.0 wlp44s0: renamed from wlan0
这篇博客详细记录了在Ubuntu 18.04系统中安装RealTek RTL8852BE Wi-Fi 6适配器驱动的步骤。首先更新系统,然后通过git克隆驱动源码,进行编译和安装。在完成这些步骤并重启电脑后,Wi-Fi功能得以启用。
2808

被折叠的 条评论
为什么被折叠?



