My new DAC Pro-Ject USB S BOX DAC does not recognize my Volumio RaspberryPi 3(A).
Blue search-light on DAC flickers, like it’s not finding anything to connect to. But the Pi seems to feel the DAC…
According to the compabillity list the DAC pairs with P2:
usb-dac-compatibility-list-t2151-70.html#p25456
usb-dac-compatibility-list-t2151-110.html#p44275
usb-dac-compatibility-list-t2151-50.html#p17307
volumio@volumiopi:~$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: ALSA [bcm2835 ALSA], device 0: bcm2835 ALSA [bcm2835 ALSA]
Subdevices: 7/7
Subdevice #0: subdevice #0
Subdevice #1: subdevice #1
Subdevice #2: subdevice #2
Subdevice #3: subdevice #3
Subdevice #4: subdevice #4
Subdevice #5: subdevice #5
Subdevice #6: subdevice #6
card 0: ALSA [bcm2835 ALSA], device 1: bcm2835 ALSA [bcm2835 IEC958/HDMI]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 5: DAC [USB Audio DAC], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
volumio@volumiopi:~$ lsusb
Bus 001 Device 010: ID 08bb:2704 Texas Instruments Audio Codec
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
The VolumioRaspberryPi 3 plays well without the DAC using the Audio Jack.
The DAC also works fine with Ubuntu 16.04 LTS and Winders.
The mpd.conf describes:
Audio Output
resampler {
plugin “soxr”
quality “high”
threads “1”
}
audio_output {
type “alsa”
name “alsa”
device “hw:5,0”
dop “no”
}
audio_output {
type “fifo”
enabled “no”
name “multiroom”
path “/tmp/snapfifo”
format “44100:16:2”
}
#replaygain “album”
#replaygain_preamp “0”
volume_normalization “no”
###############################################################################
I suspect the problem to be the ”hw:5,0” here. My suspicion is that it’s not configured enough? Any ideas or help would be most welcome… H