Running libreelec 8.1.2 and still having the issue with input being switched to rpi2
This issue has been around for long time. Is there a plan to include a fix in 8.2
found a reference to it here:
Running libreelec 8.1.2 and still having the issue with input being switched to rpi2
This issue has been around for long time. Is there a plan to include a fix in 8.2
found a reference to it here:
If/when opdenkamp fixes libCEC (with a well tested patch) and pushes the update to Kodi's git repo we will pick-up the update. Until then, as is normal for anything related to libCEC, there is a long wait involved. It's never code that we rush to change because fixing one things frequently breaks things for someone else. In the long-term we'll move to the new in-kernel CEC framework and drop libCEC which will improve things by removing the dependency on a single developer.
dbrosy, you can try this image 8.1.2 with libcec-3953f8d: Wake from suspend (CEC)
chewitt thanks for the explanation, and yes It explains why libCEC doesn't get fixed very fast. in-kernel CEC sounds like a good idea
vpeter, I tried the image you pointed out but I still have the same issue.
If I set input to TV and turn it off then after 10 seconds turn TV on it remains on TV
If I set input to TV and turn it off than after 30 min turn TV on it switches to HDMI (RP2)
It looks like it is depends on how long the TV has been off as to whether it works or not
dbrosy, then seems you have different issue.
vpeter, do you have any suggestions on how I might get this fixed? or at least troubleshoot
No, I just build this images based on suggestions from others.
vpeter, would you by any chance have a build 8.1.2 with libcec-8adc786 or libcec-1a8dc6c?
libcec-8adc786 - looks to be latest
libcec-1a8dc6c - has a specific fix for lg tv
both are newer than the link you last sent me
thanks in advance
libcec-8adc786 is not compatible with LibreELEC 8.1.2.
libcec-1a8dc6c: LibreELEC-RPi2.arm-8.1.2-libcec-1a8dc6c.img.gz
vpeter, Thanks for the image. I tested and unfortunately I still have same issue
vpeter, I believe I have found the issue and have created the fix. Would you be able to build using this libcec
It is based on libcec-1a8dc6c since you mentioned the latest wasn't supported
GitHub - dbrosy/libcec at lgdev
libcec-d9407d3
thanks once again
vpeter, Just tested so far looking good. will test over next few days. your assistance is much appreciated
This fix for Rpi but are you able to make fix for Intel version? I've been using my intel NUC for years but i'm not sure what was the actual version of libreelec that broke the CEC or at least CEC with my LG TV.
It really **sses me of when you turn your Tv on just to watch TV and after 10sec input changes to Libreelec by itself.
Is there gonna be "official" fix for let's say 8.2 or later?
trulli79, I can also build Generic image with this libcec version and you will see if it works.
Not sure about official fix in 8.2. Probably more no then yes
That would be nice!
For the latest Libcec builds to compile in Libreelec I had to reverse an aditional commit (linking the cec-client tinfo library). Not sure if that's a libcec bug or a LibreElec bug. I did that in bdf1809. With that one I'm able to compile it with the latest LE alpha builds.
edit: oh I see Milhouse already had a patch for that library stuff some time ago