Heey there! First of all, thank you for this amazing product. I would like to report the following issue with losing WIFI on the error screen. I am using Zynthian 5.1
I built a Zynthian on a raspberry pi 4B without the official hardware, and had previously setup WIFI when starting the Zynthian for the first time. After changing the Audio device to “Generic USB Device”, Zynthian booted up into the eror screen. However, the webconf and SSH was unreachable as the wifi configuration is lost.
After plugging in ethernet I was able to access the machine and look around and reconfigure the device. I was curious about the WIFI problem and found the following failure paths:
NO ETHERNET CABLE PLUGGED AT POWERING ON OR REBOOT → NO WIFI
- WIFI does not seem to work at all when starting the machine with the wrong audio device plugged in or no audio device, and no ethernet cable plugged in. The listed IP (192.168.69.1) is unreachable.
- If you then plug in an ethernet cable, the error screen will show the eth0 ip address after a few seconds. And zynthian.local will also be reachable. SSH also works over that IP.
- Inspecting the wifi configuration via webconf shows that the Zynthian has an incorrect SSSD, " zynthian-ap" with IP 192.168.69.1, despite having configured it the correct hotspot earlier.
- Incorrect wifi configuration persists through reboots.
ETHERNET CABLE PLUGGED IN WHEN POWERING ON → WIFI
- If you have the ethernet cable plugged in while powering on the Zynthian (not rebooting), it will then also start with WIFI enabled (though not always). Error screen will show the eth0 ip.
- Wifi configuration has correct SSSD, and it is possible to connect to webconf and ssh to the Zynthian with its wlan0 ipaddress.
- If you unplug the ethernet cable and reboot it, it will lose WIFI when it starts up again.
- If you unplug the ethernet cable and reboot the UI into debug mode (UI LOG → Show Debug Logging), it will restart with WIFI enabled.
DAE have this issue? For the sake of easy troubleshooting it might be useful if we could configure WIFI or the USB device from the error screen. Or have WIFI working more reliably. I can imagine musicians needing to reconfigure their device on guest wifi where there is no ethernet connection or on a mobile hotspot…