Matt
Matt
I'm also having this issue. My Samsung TV can't detect my Raspberry Pi, yet once Berryboot boots into OpenElec, HDMI-CEC does in fact work. Are you aware of any commands...
Do you know how HDMI-CEC works within Berryboot? Is it something that just gets compiled with the kernel? I spent a few hours trying to get it working today with...
Thanks for the reply. I noticed a few different debug messages within the above source code. Is there debug or tracelog or a log file I could look at that...
 Yeah no luck. Tried scanning for cec devices at various different points. I think for this to be fair, I'll try a couple different versions of berryboot tomorrow and...
Thanks for that workaround @stevekay 👍
Do either of you possibly have an easy to understand example of how to generate ISOTP frames? In my case I'm trying to do exactly what @Enclavet is doing, and...
@brandonros, >I send the control frame 7E0#3004000000000000 but the ECU never sends any more data... That's because isn't accounting for ID - 8 (0x7E8 - 8 = 0x7E0). In other...
So I had another go: ```python #!/usr/bin/env python3 import threading from multiprocessing import Queue from pyvit.hw import socketcan from pyvit.dispatch import Dispatcher from pyvit.proto.isotp import IsotpInterface dev = socketcan.SocketCanDev("vcan0") disp...
@natterstefan my old Samsung series 5 LCD could only turn on, and not off via CEC. You should be able to confirm this just using the cec-client commands over SSH...
@pittbull Thanks for posting above. I just did a fresh install of osmc on my Rpi3 today, and struck the same problem as you and @natterstefan where standby would not...