Standard IR receiver on pin18 tested working on two Pis, one RPi1, one RPi2. On RPi1, it works fine in LE 8.x. On RPi2, it works only in OpenElec 8.0.4 no problem (so hardware is good) but not in LE 8.0.2 nor 8.1.2 beta. irw doesn't show any key presses on the RPi2 in LE.
Both times when testing with LE 8.1.2, the machines were configured identically:
config.txt:
dmesg shows identical output on both machines:
Code
[ 13.975956] rc rc0: gpio_ir_recv as /devices/platform/ir-receiver/rc/rc0
[ 14.188673] Registered IR keymap rc-rc6-mce
[ 14.199706] lirc_dev: IR Remote Control driver registered, major 244
[ 14.273738] rc rc0: lirc_dev: driver ir-lirc-codec (gpio-rc-recv) registered at minor = 0
[ 14.273753] IR LIRC bridge handler initialized
[ 14.385056] gpiomem-bcm2835 20200000.gpiomem: Initialised: Registers at 0x20200000
[ 14.387766] IR RC6 protocol handler initialized
[ 14.422388] input: gpio_ir_recv as /devices/platform/ir-receiver/rc/rc0/input0
[ 16.830035] IR NEC protocol handler initialized
[ 17.710528] input: lircd-uinput as /devices/virtual/input/input2
[ 17.925360] input: eventlircd as /devices/virtual/input/input
Display More
CEC turned off in Kodi settings, lirc turned on in LE settings on both.
Had to switch to OE 8.0.4 on the RPi2 for the time being for that reason.