![]() | 1 | initial version |
Unfortunately, it sounds like you have a wireless chipset that isn't (yet) supported by any open-source driver. Although this isn't the "official" Fedora way of doing things, you can get wireless working by installing the proprietary Broadcom driver (I'm assuming that your chipset is Broadcom, since that's the most common). To do so, follow the steps below:
dnf install akmod-wl
dnf upgrade kernel kernel-devel
Hope that helps!