Has the kodi sound problem been solved because I still have no sound on VU + Uno 4K SE kodi?
Some are writing that this is the solution, but it is not working for me, but you can try if it works for you.
Ok, if someone want to test (I don't have any vu receiver here), please try as below:
1) install alsa-plugins - attached (they're not available in the feed (yet), these are from my home build)
opkg install libasound*
2) change content /etc/asound.conf to
pcm.!default {
type oss
device /dev/dsp
}
ctl.!default {
type oss
device /dev/mixer
}
3) make sure that multi-chanell audio downmix is ON
4) run kodi, check if you hear anything, give feedback ;-)
//oh, and just in case, this is only for the (all) vu*4k* arm receivers, not for older 1st / 2nd generation mips boxes...
Trieid but i am stock at point 1 getting this when trying to install:
openpli 8.0-release vuultimo4k
vuultimo4k login: root
root@vuultimo4k:~# opkg install libasound*
Installing libc6-dbg (2.30) on root
Installing libc6-extra-nss (2.30) on root
Installing linux-libc-headers-dev (5.2) on root
wget: server returned error: HTTP/1.1 404 Not Found
Configuring libc6-extra-nss.
Configuring libc6-dbg.
Collected errors:
* opkg_install_pkg: Failed to download linux-libc-headers-dev.
I stopped there (Ultimo4k on 8.0 20210118)
Edit as i now read once more: Should i install all ipk and not run opkg install libasound* ?
Edited by ntj, 20 January 2021 - 09:45.