HughWarrington

Results 20 comments of HughWarrington

This seems to have been fixed in master in c145015. But not yet in a release -- the most recent of which was more than three years ago. I can't...

I seem to be seeing the same problem on the RPi4. It looks like @janus926 has already got a lot further, but here's my details anyway. Let me know if...

Seen again today, I think. I had the same symptom of the Python process getting stuck, running the same code and hardware type as yesterday but on a different physical...

I have tried putting `start_debug=1` in config.txt on my Pi 4, but the device will then no longer boot.

Any update on this? We have gone to some lengths to write a watchdog to detect this problem and reboot on our fleet of ~100 devices. This seems to work...

Which configuration file are you referring to?

Can you give more information? Why is that not what you expected -- wifi-connect is specifically intended to modify your wifi configuration.

@jgentes you probably need to add a line equivalent to the following to be run after the wifi connection is brought up: ``` nmcli con modify 802-11-wireless.hidden TRUE ``` That's...

FYI this is a problem for us when using: * RPi 4 * balenaOS 2.53.12+rev1 * wifi-connect release v4.3.1

You uncommented the lines in start.sh which run `wget` or `nmcli`, in which case you correctly realised you need also to add the necessary packages to your Dockerfile. Dockerfile.template in...