[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
|
9.0.2 at Pi Zero 2W - Failed to open ALSA device - halverhahn - 06-18-2024 Hi, I've installed moode 9.0.2 from scratch to a Pi Zero 2W connected via HDMI to my AVR. Unfortunately ALSA gives a error message "Failed to open ALSA device _audioout. No such device" and it can't play at all (see attached screenshot). Any help is much appreciated. btw. moode 8.39 is working fine. RE: 9.0.2 at Pi Zero 2W - Failed to open ALSA device - Tim Curtis - 06-18-2024 Is your AVR turned on and switched to the input HDMI port the Pi is connected to? RE: 9.0.2 at Pi Zero 2W - Failed to open ALSA device - halverhahn - 06-18-2024 (06-18-2024, 10:00 PM)Tim Curtis Wrote: Is your AVR turned on and switched to the input HDMI port the Pi is connected to? Yes it is. I can see the bootup screen with various started services and the local login prompt. The Audio Output device is set to "0: Pi HDMI 1" in the dropdownlist. Using my previous moode 8.39 installation, everything is working fine. Update: Might it helps - the AVR is a HDMI 1.3 device - Yamaha RX-V3800 RE: 9.0.2 at Pi Zero 2W - Failed to open ALSA device - Tim Curtis - 06-19-2024 I have an older rxv661 and no issues. Its using HDMI 1.2a Try the commands below to verify whether Linux/ALSA/KMS recognizes the HDMI device as an audio device. Linux/ALSA aplay -l Code: pi@hsu:~ $ aplay -l KMS (Kernel Mode videocore driver) kmsprint Code: pi@hsu:~ $ kmsprint RE: 9.0.2 at Pi Zero 2W - Failed to open ALSA device - azimuth - 06-19-2024 A Pi Zero is 32-bit. It looks like moOde 9 is only 64-bit. So that means all the 32-bit Pi’s are not going to work. RE: 9.0.2 at Pi Zero 2W - Failed to open ALSA device - Tim Curtis - 06-19-2024 (06-19-2024, 02:02 AM)azimuth Wrote: A Pi Zero is 32-bit. It looks like moOde 9 is only 64-bit. So that means all the 32-bit Pi’s are not going to work. The Download page at moodeaudio.org shows which Raspberry Pi models are supported. RE: 9.0.2 at Pi Zero 2W - Failed to open ALSA device - azimuth - 06-19-2024 (06-19-2024, 02:46 AM)Tim Curtis Wrote:(06-19-2024, 02:02 AM)azimuth Wrote: A Pi Zero is 32-bit. It looks like moOde 9 is only 64-bit. So that means all the 32-bit Pi’s are not going to work. I missed the 2W part. My bad. RE: 9.0.2 at Pi Zero 2W - Failed to open ALSA device - halverhahn - 06-19-2024 Here the results of Linux/ALSA aplay -l Code: pi@moode:~ $ aplay -l KMS (Kernel Mode videocore driver) kmsprint Code: pi@moode:~ $ kmsprint btw. at logon it says its a Pi-Zero W, but it's definitely a Pi Zero 2W Code: Host: moode RE: 9.0.2 at Pi Zero 2W - Failed to open ALSA device - Tim Curtis - 06-19-2024 Looks like Linux/ALSA/KMS sees the audio device. The incorrect Pi model could be a bug and it may be causing a downstream configuration issue. Post output from the commands below. Pi revision code Code: /var/www/util/pirev.py ALSA device identifier Code: cat /etc/alsa/conf.d/_audioout.conf RE: 9.0.2 at Pi Zero 2W - Failed to open ALSA device - halverhahn - 06-19-2024 here we are: Code: pi@moode:~ $ /var/www/util/pirev.py |