Moode Forum
[SOLVED] 9.0.2 at Pi Zero 2W - Failed to open ALSA device - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7)
+--- Thread: [SOLVED] 9.0.2 at Pi Zero 2W - Failed to open ALSA device (/showthread.php?tid=6626)

Pages: 1 2


RE: 9.0.2 at Pi Zero 2W - Failed to open ALSA device - Tim Curtis - 06-19-2024

Looks like a bug :-0

For Pi's with only a single HDMI port the device and mixer should be "default:vc4hdmi" (without a 0 on the end). I ran a quick test on a Pi-3B+ and no issues. I don't have a Zero 2 W but I think I know where the faulty logic might be.

You can try editing those two files and removing the 0. After doing that restart MPD via the command below.

Code:
sudo systemctl restart mpd



RE: 9.0.2 at Pi Zero 2W - Failed to open ALSA device - halverhahn - 06-19-2024

Thank you very much Tim, removing the 0 fixes the problem and moode is playing. Unfortunately its not persistent after a reboot.
I'm looking forward for a fixed 9.0.3 Smile


RE: 9.0.2 at Pi Zero 2W - Failed to open ALSA device - Tim Curtis - 06-19-2024

(06-19-2024, 07:05 PM)halverhahn Wrote: Thank you very much Tim, removing the 0 fixes the problem and moode is playing. Unfortunately its not persistent after a reboot.
I'm looking forward for a fixed 9.0.3 Smile

After I fix the code and commit to the repo I'll post a command that will install the updated files and get you back on the road.


RE: 9.0.2 at Pi Zero 2W - Failed to open ALSA device - halverhahn - 06-23-2024

Thank you for the fast moode 9.0.3 release. Moode is playing fine on the Zero2W now.  Smile


RE: 9.0.2 at Pi Zero 2W - Failed to open ALSA device - Tim Curtis - 06-23-2024

Nice :-)