balena-io-experimental / balena-sound

Build a single or multi-room streamer for an existing audio device using a Raspberry Pi! Supports Bluetooth, Airplay and Spotify Connect
https://balena.io/blog/turn-your-old-speakers-or-hi-fi-into-bluetooth-receivers-using-only-a-raspberry-pi/
MIT License
2.39k stars 427 forks source link

No sound on RPi 4 3.5mm connector #594

Closed bennetrr closed 1 year ago

bennetrr commented 1 year ago

Describe the problem After deploying I don't get any sound through the 3.5mm connector on the Raspberry Pi. I did not change any settings (so multiroom and automatic output are enabled) balenasound.log

What is weird is that the audio container only detected two HDMI audio cards, but the 3.5mm connector works (I tried it with another software).

Device information

ciaranowens commented 1 year ago

Looks related to this:

https://github.com/balenablocks/audio/issues/100

bennetrr commented 1 year ago

Thanks! As the issue suggested, just moving the lines

# Enable VC4 Graphics
dtoverlay=vc4-kms-v3d

to the end of the file fixes the problem.