mainsail-crew/sonar

Wifi Crashing

Opened this issue · 3 comments

What happened

Sporadically while printing the Wifi looses connection and the Host cannot be reached (through WebUI or SSH)

What did you expect to happen

Wifi to keep running

How to reproduce

just wait and within a couple hours the wifi goes down. A reboot of the host is the only way to bring the wifi back

Additional information

sonar (1).log
I have tried with sonar enabled and disabled (as the other user issue suggested). I seem to be getting a couple different errors in the Sonar Log.
Running MainsailOS, on a Pi4
Errors I get are:
Error 1 occured on line 162
Error 255 occured on line 158
Error 254 occured on line 158

Hey,

Sad but true, these errors occur if wpa_cli

wpa_cli -i wlan0 reassociate &> /dev/null

or dhcpcd

systemctl restart dhcpcd

are exiting with an non-zero (means no issues in executing command) state.

There is litterally nothing I can do about if these two dont react as intended.

So I discovered that my eprom was from 2021. I have updated that firmware and currently letting run to see if that might have been my issue. I will follow up in a few days with results. So far it seems like it's good

So I discovered that my eprom was from 2021. I have updated that firmware and currently letting run to see if that might have been my issue. I will follow up in a few days with results. So far it seems like it's good

@leitenky, any update here? might be nice to close this out for the maintainers.