No wifi after installing fedora 44 on a macbook pro 2018

My outputs: lspci -nnk | grep -A3 Net
03:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4364 802.11ac Wireless Network Adapter [14e4:4464] (rev 03)
Subsystem: Apple Inc. Device [106b:07bf]
Kernel modules: brcmfmac, wl
04:00.0 PCI bridge [0604]: Intel Corporation DSL6540 Thunderbolt 3 Bridge [Alpine Ridge 4C 2015] [8086:1578] (rev 06)
samaita@fedora44:~$

lspci -nn -d 14e4:
03:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4364 802.11ac Wireless Network Adapter [14e4:4464] (rev 03)

I have and old macbook pro 2018 i7 32G RAM that I installed fedora 44 without issues. However, two things that I lost are wifi and keyboard. I am using wireless keyboard and mouse. How do I fix these wifi & keyboard issues pse? I have connected to internet using a usc-c to Ethernet adapter and updates are up to date.

Thanks in advance.

Have you seen: https://linhpham.org/blog/2026/installing-using-fedora-apple-macbooks-with-t2/? Your issues match the list of known Fedora issues on Apple. T2 hardware. Note that you may need to save firmware from macOS.

You can try an alternative driver from RPM Fusion:

sudo dnf install broadcom-wl
echo blacklist brcmfmac | sudo tee /etc/modprobe.d/broadcom.conf > /dev/null
echo wl | sudo tee /etc/modules-load.d/broadcom.conf > /dev/null
watch tail /var/cache/akmods/wl/.last.log
sudo systemctl reboot

Thank you very much Vladislav. I had already managed to fix the issue.

Glad your system is working. Please post a short summary of how you fixed the issue for the benefit of others with the same issue.