No USB DAC after upgrading DietPi to 143

Hi,

I believe it is something with new kernel.

root@DietPi-Roon:~# usb-devices
T:  Bus=01 Lev=02 Prnt=02 Port=01 Cnt=02 Dev#=  4 Spd=480 MxCh= 0
D:  Ver= 2.00 Cls=ef(misc ) Sub=02 Prot=01 MxPS=64 #Cfgs=  2
P:  Vendor=22d9 ProdID=0451 Rev=03.30
S:  Manufacturer=OPPO
S:  Product=OPPO USB Audio Device
S:  SerialNumber=0000
C:  #Ifs= 4 Cfg#= 1 Atr=80 MxPwr=500mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=01(audio) Sub=01 Prot=20 Driver=(none)
I:  If#= 1 Alt= 0 #EPs= 0 Cls=01(audio) Sub=02 Prot=20 Driver=(none)
I:  If#= 2 Alt= 0 #EPs= 0 Cls=01(audio) Sub=02 Prot=20 Driver=(none)
I:  If#= 3 Alt= 0 #EPs= 0 Cls=fe(app. ) Sub=01 Prot=01 Driver=(none)

root@DietPi-Roon:~# dmesg | grep -i usb
[    2.995771] usb 1-1.2: new high-speed USB device number 4 using dwc_otg
[    3.104269] usb 1-1.2: New USB device found, idVendor=22d9, idProduct=0451
[    3.115072] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.126315] usb 1-1.2: Product: OPPO USB Audio Device
[    3.135216] usb 1-1.2: Manufacturer: OPPO
[    3.143187] usb 1-1.2: SerialNumber: 0000

root@DietPi-Roon:~# aplay -l
aplay: device_list:268: no soundcards found...

Best regards,
Maciek

Let’s ping @Dan_Knight, the godfather of SBC dieting.

1 Like

Hi,

We did have an issue with firmware, however, this is now resolved. Lets apply the kernel again:

/DietPi/dietpi/func/dietpi-set_hardware kernel dietpi_rpi

For the USB DAC, lets re-apply the sound card option:
dietpi-config > Audio options > Sound card > USB DAC

Reboot system and let us know if problems persist.

After applying new kernel, everything is now working as expected. Thanks!

root@DietPi-Roon:~# aplay -l
**** List of PLAYBACK Hardware Devices ****
card 1: Device [OPPO USB Audio Device], device 0: USB Audio [USB Audio]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
root@DietPi-Roon:~# uname -a
Linux DietPi-Roon 4.4.44-v7+ #2 SMP Wed Jan 25 23:12:28 UTC 2017 armv7l GNU/Linux

Best regards,
Maciek

1 Like