balenaSound RPI 3B+ no aux audio

The onboard jack doesn’t seem to be putting out audio. I tested with hdmi as well and same thing. It seems to be a software related issue.

Here’s the Spotify request error:

31.01.20 21:42:17 (-0700)  spotify  INFO:librespot_playback::player: Loading track "Wavy" with Spotify URI "spotify:track:3NlybhpzuJLVOM1jIPH73s"
31.01.20 21:42:20 (-0700)  spotify  INFO:librespot_playback::player: Track "Wavy" loaded
31.01.20 21:42:20 (-0700)  spotify  ALSA lib pcm_direct.c:1193:(snd1_pcm_direct_initialize_slave) requested or auto-format is not available
31.01.20 21:42:20 (-0700)  spotify  ALSA lib pcm_dmix.c:1120:(snd_pcm_dmix_open) unable to initialize slave
31.01.20 21:42:20 (-0700)  spotify  ERROR:librespot_playback::audio_backend::alsa: Alsa error PCM open ALSA function 'snd_pcm_open' failed with error 'EINVAL: Invalid argument'
31.01.20 21:42:20 (-0700)  spotify  ERROR:librespot_playback::player: Could not start audio: Alsa error: PCM open failed
31.01.20 21:42:20 (-0700)  spotify  ALSA lib pcm_direct.c:1193:(snd1_pcm_direct_initialize_slave) requested or auto-format is not available
31.01.20 21:42:20 (-0700)  spotify  ALSA lib pcm_dmix.c:1120:(snd_pcm_dmix_open) unable to initialize slave
31.01.20 21:42:20 (-0700)  spotify  ERROR:librespot_playback::audio_backend::alsa: Alsa error PCM open ALSA function 'snd_pcm_open' failed with error 'EINVAL: Invalid argument'
31.01.20 21:42:20 (-0700)  spotify  ERROR:librespot_playback::player: Could not start audio: Alsa error: PCM open failed
31.01.20 21:42:25 (-0700)  spotify  ALSA lib pcm_direct.c:1193:(snd1_pcm_direct_initialize_slave) requested or auto-format is not available
31.01.20 21:42:25 (-0700)  spotify  ALSA lib pcm_dmix.c:1120:(snd_pcm_dmix_open) unable to initialize slave
31.01.20 21:42:25 (-0700)  spotify  ERROR:librespot_playback::audio_backend::alsa: Alsa error PCM open ALSA function 'snd_pcm_open' failed with error 'EINVAL: Invalid argument'
31.01.20 21:42:25 (-0700)  spotify  ERROR:librespot_playback::player: Could not start audio: Alsa error: PCM open failed

Hi, did you make any changes to the code or is it the base version?

Also, what OS version are you using?

It’s the base version of : balenaOS 2.46.1+rev1 in production mode

@gh_loganprieto32 is that 64 or 32 bit?

I’m running 64 bit, it’s a Raspberry Pi 3 Model B+ so it should support x64

Hi there, yes, you are correct that the Raspberry Pi3B+ does indeed support 64-bit OS’es, however, the balenaSound project currently does not work on the Pi3 64-bit. You will need to actually revert to a 32-bit version of the OS, and in that scenario balenaSound does work as intended. We have a GitHub issue opened where we will attempt to resolve the issue, that you can follow here: https://github.com/balenalabs/balena-sound/issues/82. Thanks!