zuraw2006 / RPi-Online-Radio

Raspberry Pi as an online radio, web managed.
https://hub.docker.com/repository/docker/zuraw2006/rpi-online-radio
MIT License
2 stars 0 forks source link

Issue with sound driver #8

Open senj opened 1 year ago

senj commented 1 year ago

Sadly, this lately stopped working on Raspberry Pi Docker Container for me. Do you have an idea?

pi@raspberrypi:~ $ mocp Running the server... Trying JACK... Trying ALSA... Trying OSS...

FATAL_ERROR: No valid sound driver!

FATAL_ERROR: Server exited!

zuraw2006 commented 1 year ago

Hello, have you checked if /dev/snd is still an audio device? The name might have changed after a software update(raspbian) and it’ll be no longer detected.

senj commented 1 year ago

The service wasn't able to start during startup. I went into the container and started mocp manually, this time it was able to start with ALSA.