Using CoreELEC-Amlogic-ng.arm-9.2.4.1-Generic
on my Vontar X3 (S905X3) and I don’t seem to be able to select libCEC version 4.0.7. System defaults to version 4.0.4 and I can change that to version 4.0.5 by issuing the rm -rf /storage/.config/libcec-4.*.conf
and touch /storage/.config/libcec-4.0.5.conf
commands via SSH and restarting Kodi. When using the rm -rf /storage/.config/libcec-4.*.conf
and touch /storage/.config/libcec-4.0.7.conf
commands and restarting Kodi though I still get libCEC version 4.0.4 when I check the version under Settings > System > Input > Peripherals
.
I’ve confirmed that libcec-4.0.7.conf
is the only libcec-4*.conf file in /storage/.config
. I’ve also confirmed that the following files are present in /usr/lib
libcec.so
libcec.so.4
libcec.so.4.0.4
libcec.so.4.0.5
libcec.so.4.0.7
Any thoughts?