(06-11-2024, 10:28 AM)Tim Curtis Wrote: Reboot and then post the contents of the startup log.
The log can be viewed via the SSH command moodeutl -l or downloaded via the Logs section in System Config, or via Menu, System info from any of the Config screens. The startup log will be at the end of System info output.
It seems I had to modify dtoverlay. Initially I had there dtoverlay=hifiberry-dacplus but this need to be changed to dtoverlay=hifiberry-dacplus-std
Also had to edit audio output in mpd.conf
audio_output {
type "alsa"
name "My ALSA Device"
device "hw:0,0"
mixer_type "software"
}
All is working now, thanks.