mirror of
https://github.com/pikvm/pikvm.git
synced 2026-03-02 18:16:56 -05:00
Wi-Fi broken by upgrade on RPi Zero 2W (with a fix) #1084
Labels
No labels
component:documentation
help wanted
resolution:delayed
resolution:duplicate
resolution:fixed
resolution:invalid
resolution:rejected
resolution:wontfix
success story
type:bug
type:bug
type:feature
type:question
type:question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pikvm-pikvm#1084
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @prawilny on GitHub (Nov 11, 2025).
Originally assigned to: @mdevaev on GitHub.
FIX
The problem disappeared after adding
brcmfmac.roamoff=1 brcmfmac.feature_disable=0x282000to the end of/boot/cmdline.txtas suggested in https://old.reddit.com/r/pikvm/comments/1izsogk/wifi_setup/mfgr185/.Maybe it should be documented somewhere?
Describe the bug
After an upgrade (using
pikvm-update) a few weeks ago, my DYI PiKVM v2 (based on RPi Zero 2W) stopped working with my home Wi-Fi (usingWPA2-PSK/WPA3-SAE Mixed Mode).The logs (I extracted by writing a systemd service executing
sleep 30; rw; journalctl -b0 >/debug-boot.log; ro; poweroff) said:To Reproduce
Install possibly relevant package versions:
Expected behavior
Well, it should connect.
Screenshots
N/A
Desktop (please complete the following information):
N/A
PiKVM info:
kvmd 4.116-1
kvmd-fan 0.32-1
kvmd-platform-v2-hdmi-zero2w 4.116-1
kvmd-webterm 0.50-1
pacman -Q | grep ustreamerustreamer 6.41-1
uname -aLinux pikvm 6.12.56-1-rpi #1 SMP Tue Nov 4 21:36:05 UTC 2025 armv7l GNU/Linux
@mdevaev commented on GitHub (Nov 11, 2025):
Could you reflash and test the update again? It should be fixed now with rolled back wpa_supplicant.
@mdevaev commented on GitHub (Nov 12, 2025):
Sup?
@mdevaev commented on GitHub (Nov 13, 2025):
Okay, I suppose it's fixed since I have no feedback and other reports.
Also see here: #1604
@prawilny commented on GitHub (Nov 19, 2025):
Sorry for not replying earlier (and missing the issue you linked! It's significantly better documented than mine), I only found some time for that now.
I wanted to update the system and report here that the kernel command line arguments are no longer needed after the updates, but the update script seems to have left me without any wpa_supplicant, so I'll create a new issue and maybe get to this problem back later.