Volumio 3 Volumio does not find the usb dac

Volumio does not find the usb dac.
I have cm4io, i2s off, audio output hdmi only
DAC turned on and connected

Logs:
Logs

please help

yes, but you did not tell us what DAC you have (brand/model).
The log does not show any sign of a dac connected to any usb port.
Not even an error, which is strange.
Can you re-try without any other usb devices (like an external disk) connected, or try another cable and a different usb port?
Logs of each test welcome!

Hi, my dac I wrote in the 2nd line of the logs.
It is l.k.s 004 upgrade edition : l.k.s. audio mh-da004

Volumio sees nothing. Will install them again. DAC, cable is working, moodeaudio is playing.
In moodeaudio it is detected immediately. I plug it in, set the dac to Combo384 Amanero
moodeaudio shows:

Linux: 5.15.61-v8+ #1579 | aarch64 (64-bit) | DebOS: 11.5
Model: Pi-CM4 1.1 2GB
Audio: Combo384 Amanero

pi@moode:~ $ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 16d0:071a MCS Combo384 Amanero
Bus 001 Device 002: ID 0424:2514 Microchip Technology, Inc. (formerly SMSC) USB 2.0 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
pi@moode:~ $ lsusb -t
/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/0p, 5000M
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 480M
    |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M
        |__ Port 1: Dev 5, If 0, Class=Vendor Specific Class, Driver=, 480M
        |__ Port 1: Dev 5, If 1, Class=Audio, Driver=snd-usb-audio, 480M
        |__ Port 1: Dev 5, If 2, Class=Audio, Driver=snd-usb-audio, 480M
pi@moode:~ $ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: b1 [bcm2835 HDMI 1], device 0: bcm2835 HDMI 1 [bcm2835 HDMI 1]
  Subdevices: 8/8
  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
  Subdevice #7: subdevice #7
card 1: Amanero [Combo384 Amanero], device 0: USB Audio [USB Audio]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

I installed the last volumio now, it’s the same. I just changed the software from moode to volumio.

Volumio Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Welcome to Volumio for Raspberry Pi (5.10.92-v7l+ armv7l)
volumio@volumio:~$ lsusb
volumio@volumio:~$ lsusb -t
volumio@volumio:~$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: b1 [bcm2835 HDMI 1], device 0: bcm2835 HDMI 1 [bcm2835 HDMI 1]
  Subdevices: 8/8
  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
  Subdevice #7: subdevice #7
volumio@volumio:~$

I2s NO
Output audio only HDMI
please help

Logs
http://logs.volumio.org/volumio/zrNx9Ly.html

1 Like

Could you do an “lsmod” to see which modules have been loaded?
It should show snd-usb-audio, but I guess it does not.

Did you enable usb on the cm4io by adding

dtoverlay=dwc2,dr_mode=host

to your config.txt?

Thank you, it works :slight_smile:
The usb dac should be detected right away, it’s strange that the volumio does not add it right away.
Can you post a link to these commands?

These are things you should know when you use a cm4io board, it is in the manual. USB ports are disabled by default, it is cm4io-specific.

1 Like

Thank you