wumpyr wrote:Trying to get that rpi-cecd hack working. My Samsung TV detects rpi as an anynet+ device, but no remote commands work. Have already enabled http on xbmc. When I run the rpi-cecd in the foreground, I get nothing when pressing buttons but looking at the source, it should be printf'ing.
just sits there:
Code: Select all
root /etc/init.d # rpi-cecd
logical_address: 0x8
physical_address: 0x2000
cec_callback: unknown event: reason=0x0001, len=0x04, retval=0x00, param1=0x0020828f, param2=0x00000000, param3=0x00000000, param4=0x00000000
Thanks sraue for changing rpi-cecd to log to /var/log. Some commands from my stock samsung remote seem to work, i.e. up, down, enter but others don't work such as play, fast forward etc. and just then input stopped working and i had to reboot to get CEC events to work again.
Anyway, those key presses such as play don't make it to the rpi. ok fine, not sure why, may be samsung specific.
I have a logitech harmony one remote I want to reconfigure for rpi-cec. What codes am I meant to be programming in for xbmc? are there special codes/set that is passed over CEC?