Skip to content

Upgrading to bridge mode fails #226

Description

@jpokornyiii

Occasionally, if I switch from AP to bridge mode via the web UI, the wpa_supplicant file fails to fully write my information and therefore I cannot start up in bridge mode. I checked wpa_supplicant_wpilibpi.conf and here is what was written:

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=US

BELOW THIS LINE EDITED BY RPICONFIGSERVER

network={
ssid="My Network"
p

workaround is to manually update this file to look like this:

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=US

BELOW THIS LINE EDITED BY RPICONFIGSERVER

network={
ssid="My Network"
psk-="MyPassword"
}

Note, this seems to happen randomly as if there is a race condition upon Save.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions