解决Ubuntu20.04无法使用RTL8852be网卡的问题

CPU型号5800U es

网卡型号8852be

内核版本5.15.0.88

目前22.04最新版内核已经集成了该驱动,而20.04最高版本的内核没有该驱动

解决方法就是自己编译驱动

驱动网址:GitHub - HRex39/rtl8852be: Realtek Linux WLAN Driver for RTL8852BERealtek Linux WLAN Driver for RTL8852BE. Contribute to HRex39/rtl8852be development by creating an account on GitHub.icon-default.png?t=N7T8https://github.com/HRex39/rtl8852be.git

git clone https://github.com/HRex39/rtl8852be.git

cd rtl8852be-main

make #可以根据电脑情况加-j参数。如-j8

sudo make install

sudo modprobe 8852be

reboot

make过程中可能会有warning,我选择无视

你可能感兴趣的:(linux,运维,服务器,ubuntu,网络)