You are not logged in.
Pages: 1
When I put mpd in my daemons array so it loads at startup, I don't get any sound from mpd. The only way I can seem to get it to work properly is to start it with "sudo mpd" (sudo rc.d start mpd doesn't work). For some reason I only started having this problem after upgrading my video card (nvidia, using nouveau driver). Does anyone know how to fix this? I'd like to have mpd running upon starting my PC.
Offline
We need to see your mpd config.
Run
sudo grep -v ^# /etc/mpd.conf >mpd_tmp.txtAnd post the contents of mpd_tmp.txt
Offline
Thanks, but I ended up moving the directories to my home folder and running it from a script rather than putting it in my daemons array and that seamed to work.
Offline
Pages: 1