I suggest using the proprietary Broadcom drivers from RPM Fusion. For that you would need to:
Add the RPM Fusion repos, if not already done, according to these instructions.
Install the broadcom-wl package with sudo dnf install broadcom-wl.
Wait about 5 minutes for the kernel modules to get built[1].
Reboot and check that the wl module is used, and WiFi is functional.
The kernel modules are being built with every new kernel installed on the system, so it is advisable not to reboot immediately afterwards. The process of building the modules is finished when the ps -ax | grep kmod command only returns one line: the one with the grep command. ↩︎
Hi there, still not working after trying that
when looking for wl it doesn’t appear: sudo modprobe wl modprobe: FATAL: Module wl not found in directory /lib/modules/6.11.4-301.fc41.x86_64
I have the same WiFi chipset on an old iMac, but normally use a wired connection. The wl module some times fails to build with new kernels, and often has issues when it does build, so I have a cheap USB wifi dongle to use when wl fails. The akmods build has detailed logs that are useful, but it may take some effort to identify relevant entries.