Hello,
I’m new to NixOS and while I’ve used other Linux distros from Ubuntu to Arch, I’m having problems getting my BCM43142 wifi card working. The card has worked fine in other distros without any hassle post-install, but NixOS seemingly didn’t install a driver like many others do.
I’ve attempted:
installing different versions of the seemingly correct driver ( linuxKernel.packages.linux_6_6.broadcom_sta, linuxKernel.packages.linux_latest_libre.broadcom_sta )
installing broadcom-bt-firmware (didn’t help with wifi nor bluetooth)
setting boot.kernelModules = [”wl” ”broadcom_sta”] since I don’t know what I’m doing, and wl (whatever it stands for since it’s very difficult to search online without getting results on Wayland) still doesn’t get found by modprobe.
I’d appreciate any help or directions on what I should be doing instead!
I regret to inform that this unfortunately did not solve my problem with my wifi card. I initially attempted installing just the unstable packages (as explained here) after upgrading my kernel to latest, but since that didn’t work I changed to the unstable branch fully, but unfortunately that did not cause the driver to work either.
Yes, that worked, on the unstable branch at least. Thank you so much! I’ll see if it works on the stable branch as well, but if not then I’ll keep it as it is right now.
Edi: The solution works on the stable version 24.05 Uakari as well.