Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Solved: USB DAC Issue or Install Issue?
#8
(01-02-2021, 07:09 PM)radiooff Wrote: Hi Kent,

...

I did try the bare RPi 4 with the M100 and still got:


Code:
pi@moode:~ $ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

...

In keeping with the recent reply by ImInTheMoOdeForAudio, you can confirm if this Via Labs device is indeed your DAC interface, by looking to see if it offers audio-related endpoints.

Here's an example using my Khadas Tone Board which implements its USB interface using a XMOS Ltd chip


Code:
pi@moodelr:~ $ lsusb
Bus 002 Device 002: ID 152d:1561 JMicron Technology Corp. / JMicron USA Technology Corp. JMS561U two ports SATA 6Gb/s bridge
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 20b1:000a XMOS Ltd
Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

So device ID 20b1:000a

Using lsusb -v to get detail and grep to look just for Audio

Code:
pi@moodelr:~ $ lsusb -v -d 20b1:000a|grep Audio
Couldn't open device, some information will be missing
     bFunctionClass          1 Audio
     bInterfaceClass         1 Audio
     AudioControl Interface Descriptor:
     AudioControl Interface Descriptor:
     AudioControl Interface Descriptor:
     AudioControl Interface Descriptor:
     AudioControl Interface Descriptor:
     AudioControl Interface Descriptor:
     bInterfaceClass         1 Audio
     bInterfaceClass         1 Audio
     AudioStreaming Interface Descriptor:
     AudioStreaming Interface Descriptor:
       AudioStreaming Endpoint Descriptor:
     bInterfaceClass         1 Audio
     AudioStreaming Interface Descriptor:
     AudioStreaming Interface Descriptor:
       AudioStreaming Endpoint Descriptor:
     bInterfaceClass         1 Audio
     AudioStreaming Interface Descriptor:
     AudioStreaming Interface Descriptor:
       AudioStreaming Endpoint Descriptor:
     bFunctionClass          1 Audio
     bInterfaceClass         1 Audio
     AudioControl Interface Descriptor:
     AudioControl Interface Descriptor:
     AudioControl Interface Descriptor:
     AudioControl Interface Descriptor:
     AudioControl Interface Descriptor:
     AudioControl Interface Descriptor:
     bInterfaceClass         1 Audio
     bInterfaceClass         1 Audio
     AudioStreaming Interface Descriptor:
     AudioStreaming Interface Descriptor:
       AudioStreaming Endpoint Descriptor:
     bInterfaceClass         1 Audio
     AudioStreaming Interface Descriptor:
     AudioStreaming Interface Descriptor:
       AudioStreaming Endpoint Descriptor:
     bInterfaceClass         1 Audio
     AudioStreaming Interface Descriptor:
     AudioStreaming Interface Descriptor:
       AudioStreaming Endpoint Descriptor:

In your case, you'd try

Code:
lsusb -v -d 2109:3431

You can leave off the grep'ping to see all the gory details.

Regards,
Kent
Reply


Messages In This Thread
USB DAC Issue or Install Issue? - by radiooff - 01-02-2021, 03:55 PM
RE: USB DAC Issue or Install Issue? - by radiooff - 01-02-2021, 04:42 PM
RE: USB DAC Issue or Install Issue? - by radiooff - 01-02-2021, 05:49 PM
RE: USB DAC Issue or Install Issue? - by radiooff - 01-02-2021, 07:09 PM
RE: USB DAC Issue or Install Issue? - by TheOldPresbyope - 01-04-2021, 07:38 PM
RE: USB DAC Issue or Install Issue? - by radiooff - 01-05-2021, 01:26 AM
RE: USB DAC Issue or Install Issue? - by radiooff - 01-05-2021, 01:18 AM
RE: USB DAC Issue or Install Issue? - by vinnn - 01-05-2021, 08:12 PM
RE: USB DAC Issue or Install Issue? - by radiooff - 01-06-2021, 02:00 PM
RE: USB DAC Issue or Install Issue? - by Strider - 01-07-2021, 07:01 PM
RE: USB DAC Issue or Install Issue? - by radiooff - 01-08-2021, 05:28 PM
RE: USB DAC Issue or Install Issue? - by piface - 05-22-2021, 05:07 AM
RE: USB DAC Issue or Install Issue? - by DRONE7 - 05-22-2021, 08:50 AM
RE: USB DAC Issue or Install Issue? - by radiooff - 01-09-2021, 03:36 PM
RE: USB DAC Issue or Install Issue? - by radiooff - 01-09-2021, 04:12 PM
RE: USB DAC Issue or Install Issue? - by jonners - 05-22-2021, 08:48 AM
RE: USB DAC Issue or Install Issue? - by jonners - 05-22-2021, 09:36 AM
RE: USB DAC Issue or Install Issue? - by piface - 05-22-2021, 11:53 AM
RE: USB DAC Issue or Install Issue? - by piface - 05-22-2021, 12:14 PM
RE: USB DAC Issue or Install Issue? - by piface - 05-22-2021, 12:49 PM
RE: USB DAC Issue or Install Issue? - by piface - 05-23-2021, 04:23 AM
RE: USB DAC Issue or Install Issue? - by jonners - 05-23-2021, 08:59 AM
RE: USB DAC Issue or Install Issue? - by piface - 05-23-2021, 12:57 PM
RE: USB DAC Issue or Install Issue? - by piface - 05-24-2021, 07:35 AM
RE: USB DAC Issue or Install Issue? - by jonners - 05-24-2021, 08:55 AM

Forum Jump: