RC GPIO /IR remote working?

hi gmccauley,

yep, xbox-lircd.conf copied to ~lircd.conf

I found a post which mentions adding modprobe lirc_rpi to rc.local, here: Rpi2 OSMC Alpha 4 and IR GPIO (thx. DBMandrake)

dmesg now shows lirc.

osmc@osmc:~$ dmesg |grep -i lir
[ 6.245700] lirc_dev: IR Remote Control driver registered, major 247
[ 6.298511] lirc_rpi: module is from the staging directory, the quality is unknown, you have been warned.
[ 7.260548] lirc_rpi: auto-detected active low receiver on GPIO pin 18
[ 7.260975] lirc_rpi lirc_rpi.0: lirc_dev: driver lirc_rpi registered at minor = 0
[ 7.260992] lirc_rpi: driver registered!
[ 8.605744] input: lircd as /devices/virtual/input/input0

Here’s the output:

osmc@osmc:~$ sudo systemctl status -l lircd_helper@lirc0

  • lircd_helper@lirc0.service - lircd remote support
    Loaded: loaded (/lib/systemd/system/lircd_helper@.service; static)
    Active: active (running) since Sun 2015-03-15 17:44:30 GMT; 2min 10s ago
    Process: 307 ExecStart=/bin/sh -c /var/run/lirc/lircd-%I.sh (code=exited, status=0/SUCCESS)
    Main PID: 317 (lircd)
    CGroup: /system.slice/system-lircd_helper.slice/lircd_helper@lirc0.service
    `-317 /usr/sbin/lircd --driver=default --device=/dev/lirc0 --uinput --output=/var/run/lirc/lircd-lirc0 --pidfile=/var/run/lirc/lircd-lirc0.pid /etc/lirc/lircd.conf

Mar 15 17:44:30 osmc sh[307]: lircd: WARNING: you should specify a valid gap value

Still no response from the PI2 using a harmony remote sending xbox IR codes.

thx,

D.