- Raspberry Pi 1 (B+)
- IR receiver on GPIO ports
- LibreELEC 7.0.2, upgraded from OpenELEC 6.0.3
As the officially documented upgrade way from OE to LE didn't work (system partition too small), I've followed the described way of installing LE from scratch to a new sd card and apply a "restore" of an OE backup to this new sd card
Everything works fine, except the IR remote control.
/storage/.config/lircd.conf was included and extracted from OE backup, content:
Code
# Please make this file available to others
# by sending it to <[email protected]>
#
# this config file was automatically generated
# using lirc-0.9.1-git(default) on Fri Mar 25 13:30:52 2016
#
# contributed by
#
# brand: /storage/.config/lircd.conf
# model no. of remote control:
# devices being controlled by this remote:
#
begin remote
name /storage/.config/lircd.conf
bits 16
flags SPACE_ENC|CONST_LENGTH
eps 30
aeps 100
header 9042 4479
one 578 1673
zero 578 544
ptrail 572
repeat 9037 2235
pre_data_bits 16
pre_data 0xFF
gap 108006
toggle_bit_mask 0x0
begin codes
key_up 0xE01F
key_down 0xD02F
key_left 0x708F
key_right 0x50AF
key_ok 0x609F
key_exit 0xC03F
end codes
end remote
Display More
dmesg says:
Code
# dmesg | grep lirc_rpi
[ 12.283232] lirc_rpi: module is from the staging directory, the quality is unknown, you have been warned.
[ 13.185469] lirc_rpi: auto-detected active low receiver on GPIO pin 18
[ 13.185877] lirc_rpi lirc_rpi: lirc_dev: driver lirc_rpi registered at minor = 0
[ 13.185897] lirc_rpi: driver registered!
irw command works fine, all keys from /storage/.config/lircd.conf are detected.
--> Within KODI, nothing works, no keys are detected. <--
As said in Header, IR remote control works fine with OE.
Any hints what might be wrong, how to get it working?
Thanks in advance,
Michael