Hello!
I used a HDMI device for audio output on the weekend, and now I'm back to my audio jack setup for my Raspberry Pi 4 running Recalbox 8.2. Unfortunately, I can't change the audio option anymore:
The Recalbox frontend crashes when I hit left or right here, trying to change the option. (Even when 'blindly' doing this with HDMI disconnected.)
I also tried ssh'ing onto the device, changing (after making it writable) recabox.conf to
# ------------ C - Audio ------------ #
## Set the audio device (auto, hdmi, jack)
## was before: audio.device=alsa_card.platform-3f902000.hdmi:hdmi-output-0
audio.device=jack
## Set system volume (0..100)
audio.volume=58
## Enable or disable system sounds in ES (0,1)
audio.bgmusic=1
and also trying to change it via the web interface. All to no luck, all games crash upon booting.
Any advice would be fantastic, thank you!