Hi there,
i am trying to get this working since 2 days but have no luck.
Have testet the stable build and the nightly 13 build, no difference. At the moment i am on the lastest nightly build.
When i end kodi with "systemctl kodi stop" i can at least play the kodi .wav files with aplay in the console
aplay -Dplughw:0,3 /usr/share/kodi/addons/resource.uisounds.kodi/resources/notify.wav
when i add pcm.!default "plughw:0,3" to /storage/.config/asound.conf
i can also play it without the -D in the aplay command, just like it should.
But i cant get any sound out of kodi, even when i get a "new" device in kodi when i use the asound.conf file
Maybe anyone has an Idea what else i can do...
Here are some outputs, if you need more please tell me what you need.
Code
LibreELEC1:~ # uname -a
Linux LibreELEC1 6.12.25 #1 SMP Fri May 9 22:39:54 UTC 2025 x86_64 GNU/Linux
LibreELEC1:~ # aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [PHILIPS FTV]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 9: HDMI 3 [HDMI 3]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: HID [USB Audio and HID], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
LibreELEC1:~ # cat /storage/.config/asound.conf
pcm.!default "plughw:0,3"
LibreELEC1:~ # cat /proc/asound/cards
0 [PCH ]: HDA-Intel - HDA Intel PCH
HDA Intel PCH at 0x6001110000 irq 138
1 [HID ]: USB-Audio - USB Audio and HID
CSCTEK USB Audio and HID at usb-0000:00:14.0-6, full speed
LibreELEC1:~ # aplay /usr/share/kodi/addons/resource.uisounds.kodi/resources/notify.wav
Playing WAVE '/usr/share/kodi/addons/resource.uisounds.kodi/resources/notify.wav' : Signed 16 bit Little Endian, Rate 32000 Hz, Mono
Dmesg Log :
https://pastebin.com/jRcrjA5K
Display More