I recently replaced the macOS catalina on a MacBook Air with Fedora 32.
I was able to get the Broadcom 4360 wireless adapter working with the broadcom-wl package. While it recognized the router, it would not connect. Some searching suggested the culprit was wpa_supplicant.
Rolling back via
sudo dnf downgrade --releasever=31 wpa_supplicant
worked and I was able to connect.
I disabled wpa_supplicant upgrades in dnf.conf. My questions are:
-
Is this bug-report worthy?
I could find no similar bug reports for F32, although this problem seems to have surface in the past. -
How can I get updated if/when this is repaired? My concern is if this is not addressed it could propagate forward to new releases and eventually render the machine unusable.
Rob
I’m new to the Fedora community