Sadly I am not really sure what the issue is. I tried downgrading p8-platform to 2.0.1 (which was an issue a week ago as discussed one thread below

) thinking maybe that this was broken again with the new beta but that didn't change anything.
I tried replacing libcec-rbp with libcec since its version is 4.0 and not 3.1 (and kodi mentioned in its changelog that they updated libcec), however that did also not change anything (however this may just be due to the fact, that libcec maybe does not work correctly on a rbp?)
As I mentioned before what strikes me as really odd, is that libcec.so is (according to the log) never even attempted to be loaded which would make me think it is an upstream issue. However I could find nothing about this problem on the official forums and the beta is already out for a week so one wopuld think if it were broken in libreELEC or OSMC someone would have noticed by now
Could it be, that the package was compiled wihtout CEC support enabled (how would one check that) ?
Looking at
https://github.com/archlinuxarm/PKGBUIL ... t/PKGBUILD:
it seems like --enable-libcec is never supplied to the build process (maybe this was implicit and is no more?)
For example
https://github.com/LibreELEC/LibreELEC. ... package.mk seems to supply it (lines 89 and 249)