You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had my umbrel node running on wifi in the past, but then moved it to a different location that now runs via ethernet. Wifi is disabled in the settings, but it still tries to reconnect to the non-existing network. It should not try to connect to a wifi network if wifi is disabled, even if the network exists.
Logs
Part of the logs displaying the issue, some info redacted:
Jan 29 18:36:58 umbrel umbreld[1041]: [umbreld ] Attempting to restore WiFi connection to REDACTED...
Jan 29 18:36:58 umbrel umbreld[1041]: [umbreld ] [error] Failed to restore WiFi connection "Network not found". Retrying in 1 minute...
Jan 29 18:37:08 umbrel NetworkManager[324]: <info> [1738175828.6689] device (wlan0): set-hw-addr: set MAC address to RE:DA:CT:ED:.. (scanning)
Jan 29 18:37:08 umbrel kernel: brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
Jan 29 18:37:08 umbrel NetworkManager[324]: <info> [1738175828.7658] device (wlan0): supplicant interface state: inactive -> disconnected
Jan 29 18:37:08 umbrel NetworkManager[324]: <info> [1738175828.7658] device (p2p-dev-wlan0): supplicant management interface state: inactive -> disconnected
Jan 29 18:37:08 umbrel NetworkManager[324]: <info> [1738175828.7888] device (wlan0): supplicant interface state: disconnected -> inactive
Jan 29 18:37:08 umbrel NetworkManager[324]: <info> [1738175828.7889] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> inactive
Jan 29 18:37:58 umbrel umbreld[1041]: [umbreld ] Attempting to restore WiFi connection to REDACTED...
Jan 29 18:37:58 umbrel umbreld[1041]: [umbreld ] [error] Failed to restore WiFi connection "Network not found". Retrying in 1 minute...
Jan 29 18:38:58 umbrel umbreld[1041]: [umbreld ] Attempting to restore WiFi connection to REDACTED...
Jan 29 18:38:58 umbrel umbreld[1041]: [umbreld ] [error] Failed to restore WiFi connection "Network not found". Retrying in 1 minute...
Jan 29 18:39:58 umbrel umbreld[1041]: [umbreld ] Attempting to restore WiFi connection to REDACTED...
Jan 29 18:39:59 umbrel umbreld[1041]: [umbreld ] [error] Failed to restore WiFi connection "Network not found". Retrying in 1 minute...
Granted, if I understood the code correctly, the wifi is deleted if the network is disconnected, but not if powered off then connected via ethernet:
Info
Description
I had my umbrel node running on wifi in the past, but then moved it to a different location that now runs via ethernet. Wifi is disabled in the settings, but it still tries to reconnect to the non-existing network. It should not try to connect to a wifi network if wifi is disabled, even if the network exists.
Logs
Part of the logs displaying the issue, some info redacted:
Granted, if I understood the code correctly, the wifi is deleted if the network is disconnected, but not if powered off then connected via ethernet:
umbrel/packages/umbreld/source/modules/server/trpc/routes/wifi.ts
Line 45 in bd8ced1
The text was updated successfully, but these errors were encountered: