[Solved] CubieTruck USB with DAC not working

Hi all,

Normally I use my Raspb with Volumio and connect it to my DAC using usb. This works fine. But I wanted to upgrade so I bought a CubieTruck. Volumio is working but when I connect to my DAC using USB I dont get any sound.

I would loveto know how I could solve this problem. Any help is appreciated.

Cheers, Frank

[[SOLVED]] i did what Alchemist said, and it worked:

Type:
cat /proc/asound/cards

Now all detected Soundcards are listed, check and notice the number of your DAC.

Next you have to edit the mpd.conf:

sudo nano /etc/mpd.conf

Scroll down to the Section “audio_output” and change the line "device “hw:0” " to the number of your DAC.

(Save the File with Strg+X and 2x Enter)

After that you have to restart MPD, either via the Webinterface or by typing:

sudo service mpd restart

Notice, that every time you make Changes via the Webinterface “Setting” your mpd.conf has to be changed again.