安装ubuntu22.04 解决wifi6驱动问题 + 没有Realtek rtl8852be 驱动(本人电脑:Redimbook R7 5800H)-CSDN博客
# 1.build(for kernel < 5.18) 内核< 5.18
git clone https://github/HRex39/rtl8852be.git
# 2.build(for kernel > 5.18) 内核>= 5.18
git clone https://github/HRex39/rtl8852be.git -b dev
cd rtl8852be
make -j8
sudo make install
sudo modprobe -r 8852be # 卸载驱动 This unloads the module
sudo modprobe 8852be # 加载驱动 This loads the module
发布者:admin,转转请注明出处:http://www.yc00.com/web/1754679341a5189450.html
评论列表(0条)