01-25-2025, 01:59 PM
Hi @Tim Curtis ,
I was enjoying my Moode Audio setup for a few days
then hit with another issue, initially the on board bluetoth with my Pi Zero 2W causing the audio to be choppy, so i get myself an adapter and all the issue went off. So today, i was listing on my car head unit, and when i reached home, i turn off off the power on my raspberry pi and start again after few hours. Library didn't load.
Logs:
Turned out, no matter how many time i restart the pi or restart the server, MPD not starting, so i manually start it with no success
Upon checking the mixer type in /etc/mpd.conf, it's empty:
The problem is, i updated the type to software and restart mpd service, all good. But when i restart the pi, it's again set to "". I use bluetooth btw.
I was enjoying my Moode Audio setup for a few days

Logs:
Code:
20250125 215138 worker: --
20250125 215138 worker: -- MPD startup
20250125 215138 worker: --
20250125 215139 worker: MPD service: started
20250125 215142 worker: MPD port 6600: connection refused
Turned out, no matter how many time i restart the pi or restart the server, MPD not starting, so i manually start it with no success
Code:
× mpd.service - Music Player Daemon
Loaded: loaded (/lib/systemd/system/mpd.service; disabled; preset: enabled)
Active: failed (Result: exit-code) since Sat 2025-01-25 21:49:16 +08; 7s ago
Docs: man:mpd(1)
man:mpd.conf(5)
file:///usr/share/doc/mpd/html/user.html
Process: 15766 ExecStart=/usr/bin/mpd --systemd $MPDCONF (code=exited, status=1/FAILURE)
Main PID: 15766 (code=exited, status=1/FAILURE)
CPU: 756ms
Jan 25 21:49:15 raspberrypi systemd[1]: Starting mpd.service - Music Player Daemon...
Jan 25 21:49:16 raspberrypi mpd[15766]: Ignoring the 'pid_file' setting in systemd mode
Jan 25 21:49:16 raspberrypi mpd[15766]: Jan 25 21:49 : exception: Failed to configure output in line 51; Unrecognized mixer type
Jan 25 21:49:16 raspberrypi systemd[1]: mpd.service: Main process exited, code=exited, status=1/FAILURE
Jan 25 21:49:16 raspberrypi systemd[1]: mpd.service: Failed with result 'exit-code'.
Jan 25 21:49:16 raspberrypi systemd[1]: Failed to start mpd.service - Music Player Daemon.
Upon checking the mixer type in /etc/mpd.conf, it's empty:
Code:
audio_output {
type "alsa"
name "ALSA Default"
device "_audioout"
mixer_type ""
dop "no"
stop_dsd_silence "no"
thesycon_dsd_workaround "no"
}
The problem is, i updated the type to software and restart mpd service, all good. But when i restart the pi, it's again set to "". I use bluetooth btw.