1

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?

Koque
  • 11

1 Answers1

0

My wifi is now working. I used the driver from https://github.com/lwfinger/rtw89, as chili555 advised.

Thanks popey for explaining why just copying the .bin file didn't work.

Koque
  • 11