Display More
It is the same as above, but here is collected:I have RPi 2 with LE7, I installed add-on using repo, but 'Run' option greyed out. As I select an ALSA entry, I receive a pop-up Add-on error. Nothing mentionable in journalctl though. In kodi.log I have this:
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'alsaaudio.ALSAAudioError'>
Error Contents: No such file or directory [hw:0]
Traceback (most recent call last):
File "/storage/.kodi/addons/service.spotify-connect-web/wizard.py", line 42, in <module>
mixers = [mixer for mixer in alsa.mixers(cardindex=cardx, device=device)
ALSAAudioError: No such file or directory [hw:0]I have an USB sound card, which works fine as Kodi output, aplay -L gives entries like:
default:CARD=Device
USB Sound Device, USB Audio
Default Audio Device
amixer: Mixer attach default error: No such file or directory
Is there a way to use this USB sound card with the add-on? Many thanks for the help!
did you try modprobe snd-bcm2835?
This works for me, however I have to run it everytime I reboot PI
Is there a startup area I can put this in?
Cheers