Having set up LibreELEC I decided to add a USB DAC. Its an USB 2.0 XMOS device and worked nicely on previous systems. I shut down the PC, plugged in the DAC and rebooted but the DAC was not detected (not shown on lsusb). I checked the dmsg but nothing showed up.
I unplugged and replugged and the DAC showed up:
dmesg showed the following:
Code
Nov 06 19:42:36 LibreELEC kernel: usb 1-1: new high-speed USB device number 5 using xhci_hcd
Nov 06 19:42:37 LibreELEC kernel: mc: Linux media interface: v0.10
Nov 06 19:42:37 LibreELEC kernel: usbcore: registered new interface driver snd-usb-audio
Nov 06 19:42:37 LibreELEC (udev-worker)[1556]: controlC2: /usr/lib/udev/rules.d/90-alsa-restore.rules:5 Only network interfaces can be renamed, ignoring
Nov 06 19:42:37 LibreELEC Boot[1564]: ### Setting up sound card ###
and kodi picked it up perfectly
Code
2025-11-06 19:42:38.199 T:1216 info <general>: Device 6
2025-11-06 19:42:38.199 T:1216 info <general>: m_deviceName : iec958:CARD=X20,DEV=0
2025-11-06 19:42:38.199 T:1216 info <general>: m_displayName : XMOS USB Audio 2.0
2025-11-06 19:42:38.199 T:1216 info <general>: m_displayNameExtra: S/PDIF
2025-11-06 19:42:38.199 T:1216 info <general>: m_deviceType : AE_DEVTYPE_IEC958
2025-11-06 19:42:38.199 T:1216 info <general>: m_channels : FL, FR
2025-11-06 19:42:38.199 T:1216 info <general>: m_sampleRates : 44100,48000,88200,96000,176400,192000,384000
2025-11-06 19:42:38.199 T:1216 info <general>: m_dataFormats : AE_FMT_RAW,AE_FMT_S32NE
2025-11-06 19:42:38.199 T:1216 info <general>: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512
I tried different USB ports but that made no difference. I tried the DAC on another Linux (Mint) system and that picked up the DAC from boot and if hot plugged.
I am not sure how the diagnose this so I would appreciate any help in how to progress this
thank you for any help