Open colehaus opened 6 years ago
Strangest piece of all: Just after posting this, I reverted my configuration changes to using broadcom_sta
again, rebooted (certainly not the first time) and find that my wireless card works even with these drivers now!
To summarize the overall sequence:
Very curious. I don't have a lot to offer in terms of resolving it but this reminds me of some behavior I encountered long ago trying to get my wireless working with Linux:
At least on the hardware I had, a "soft" reboot from Windows to Linux would preserve the firmware written by the Windows driver-- which if you, from Linux after such a soft reboot, dumped to a file you could use to make the Linux driver work.
While you are only on Linux, perhaps a similar phenomenon could be at play here? Does performing a hard reboot change behavior regarding using broadcom_sta? (idea being that perhaps the b43 drivers' firmware persisted or something?)
Just a thought and apologies if I got my details wrong, it was quite a long time ago xD.
I am in a similar situation. Broadcom drivers would generate errors in dmesg and could not connect to some APs (while working on others). I ended up using the open source b43 driver which now connects fine but from times to times "lose the connection" (not sure what happens but I dont get any new info) so I have to force a reconnect.
Thank you for your contributions.
This has been automatically marked as stale because it has had no activity for 180 days.
If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity.
Here are suggestions that might help resolve this more quickly:
Issue description
My BCM4359 wireless card worked fine on NixOS 17.09. When I upgraded to NixOS 18.03, it stopped working. In particular, the way it failed to work is that despite the device appearing healthy, no rfkill blocks etc, scans (via
wicd
,iw
andiwlist
) always returned zero wireless networks.More interesting is that reverting to the previous working configuration by selecting an old entry in the GRUB boot menu did not fix the problem.
After much fiddling, the only workaround I could find was to abandon the broadcom STA drivers and use the b43 drivers. That entailed setting
networking.enableB43Firmware = true
in /etc/nixos/configuration.nix and adding"b43"
as a kernel module in/etc/nixos/hardware-configuration.nix
.Logs and other data
dmesg:
(Unfortunately, I can't guarantee that those are "clean" errors. They may have occurred when I was fiddling with other kernel modules via
modprobe
.)uname -r:
modinfo wl
nix-info -m: