IR receiver working on RPi1, not working on RPi2

  • 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:

    Code
    dtoverlay=gpio-ir,gpio_pin=18,gpio_pull=1,rc-map-name=rc-rc6-mce

    dmesg shows identical output on both machines:


    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.

    Edited once, last by hello_world.c (October 3, 2017 at 2:00 PM).