I'm missing the driver for the Realtek RTL8852be Wifi Adapter. There are just the rtw8852a_fw.bin and rtw8852c_fw.bin files in the /lib/firmware/rtw89 folder and I need the rtw8852b_fw.bin file. I downloaded the rtw8852b_fw.bin from git.kernel.org and put it in the folder, but that doesn't fixed the issue. I tried a reboot and run sudo modprobe rtw8852b:
modprobe: FATAL: Module rtw8852b not found in directory /lib/modules/5.15.0-67-generic
I couldn't find any helpful information about how to install drivers with a .bin file.
Could someone point me in the right direction how to solve the problem?
modinfo rtw89_8852b
? – popey Mar 13 '23 at 19:06