We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Immediately after upgrading from nixos24.05 to nixos24.11, wifi networking stopped. Before rebooting in fact. Rebooting to new kernel doesn't help.
Logs give a lot of message along the lines of "brcmfmac: brcmf_set_channel: set chanspec: 0xXXXX fail, reason -52"
This leads me to google search results like raspberrypi/linux#6049 which blame wpa_supplicant 2.11 and say I should downgrade to wpa_supplicant 2.10.
Unfortunately I can't see any easy way of overriding the wpa_supplicant to 2.10 without downgrading back to nixos-24.05.
Steps to reproduce the behavior:
Networking should continue to work
"aarch64-linux"
Linux 6.6.31, NixOS, 24.11 (Vicuna), 24.11.20241128.c71ad5c
no
yes
nix-env (Nix) 2.24.10
not found
(nixpkgs not found because there was no networking)
@MarcWeber @Ma27
Note for maintainers: Please tag this issue in your PR.
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered:
Never mind, I was on completely the wrong track entirely.
This changed fixed it.
- networks = { PENGUINS.psk = "ext:PSK_PENGUINS"; }; + networks = {PENGUINS.pskRaw = "ext:PSK_PENGUINS";};
The docs led me to believe that pskRaw is for hex format passwords only. But plan-text passwords also work fine.
pskRaw
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Immediately after upgrading from nixos24.05 to nixos24.11, wifi networking stopped. Before rebooting in fact. Rebooting to new kernel doesn't help.
Logs give a lot of message along the lines of "brcmfmac: brcmf_set_channel: set chanspec: 0xXXXX fail, reason -52"
This leads me to google search results like raspberrypi/linux#6049 which blame wpa_supplicant 2.11 and say I should downgrade to wpa_supplicant 2.10.
Unfortunately I can't see any easy way of overriding the wpa_supplicant to 2.10 without downgrading back to nixos-24.05.
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
Networking should continue to work
Metadata
"aarch64-linux"
Linux 6.6.31, NixOS, 24.11 (Vicuna), 24.11.20241128.c71ad5c
no
yes
nix-env (Nix) 2.24.10
not found
(nixpkgs not found because there was no networking)
Notify maintainers
@MarcWeber @Ma27
Note for maintainers: Please tag this issue in your PR.
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: