Running Volumio 1.4 on Raspberry pi, with a Muse Audio mini USB DAC (PCM2704-based), the DAC shows up as “DAC” and is selectable, but when I play no sound comes out. It works fine as a DAC connected to my Mac…Any suggestions? Here’s what aplay -l says:
So I had this issue on Rune using an AudioQuest DragonFly and when I figured it out finally I accidentally blew my woofers so make sure when your jacking with this you pay attention. Of course the foam was dry and brittle but I definitely blew it when I got volume working. Now having said that, I just flashed Volumio and seem to be having the same issue, but I need to test it in another stereo.
The fix was messing around with mpd.conf check the man page on the internet for more options.
This is what I have on the Rune working extremely well.
audio_output {
type "alsa"
name "DragonFly"
device "hw:0,0"
mixer_control "PCM"
mixer_device "hw:0"
mixer_index "0"
dsd_usb "yes"
replay_gain_handler "none"
I investigated a bit more, going back to what volumio writes into mpd.conf, and then adding:
enabled “yes”
to it, plus I changed the name to “muse”, followed by the same section you had for the built-in audio, including enabled “no”. That’s working also, so I think there was a problem with it deciding that the built-in audio was the one to use, even though it wasn’t specified in mpd.conf (or at least that’s my guess). Maybe after I get tired of listening to music I’ll take out the section for the built-in audio and see if it still works with just the enabled “yes” added…
I seem to be having a similar problem. I have a PCM 2704 DAC and can get no sound out of it in version 1.4 (it worked fine with 1.2). I have tried making similar edits to mpd.conf to those posted above, but no luck so far. The audio out jack on the pi works fine when I choose ALSA as the playback option. Can anyone suggest how I might get this to work?
Same DAC same problem as Dsnny. Have tried scripts above but no joy. Volumio shows streamed music being played, but no sound. DAC recognised OK at boot. Guess I may end up going back to OPENELEC but I wanted to compare with Volumio. If anybody gets there please post
I got this working by just switching back and forth between the Dragonfly and the ALSA output. Also to note is that the volume inside volumio when I switched to my DragonFly was set to almost zero. This is actually a good safety feature, as it would probably have killed my speakers had it started to play on full volume from the start.