I managed, after huge headaches, to get it the WiFi working. And as always the solution wasn’t that hard, just hard to find
Steps needed:
Get internet access, I got it through bluetooth tethering.
$ sudo dnf install akmod-wl
“kernel-devel” is needed but building wl fails with the preinstalled package.
$ sudo dnf install buildsys-build-rpmfusion-kerneldevpkgs-current
$ sudo akmods --force --kernel ‘uname -r’ --akmod wl
$ sudo reboot
Done