Posts by imathew

    Edit: Was just a flat battery! Didn't realise it could partially work in that condition.

    Hi all, I'm struggling to find out where the problem is in getting my remote working.

    I'm using LibreELEC 8.2.5, on an Acer Revo 3700, with an HP MCE remote and receiver. I've followed the troubleshooting steps here: Infrared Remotes [LibreELEC.wiki]

    My progress is pasted below. Essentially I get feedback from "ir-ctl -r", but not from "ir-keytable -t". Unsurprisingly, I get nothing from "irw", either. I have also tried "ir-keytable -p <protocol> -t" for each of the supported protocols, with no luck. I've played around with different keymaps to no avail, but I presume the problem is at a lower level than that, anyway.

    I've been searching here and googling but I haven't found any examples of someone stuck at this particular point. Any ideas on how I can progress would be much appreciated! Thanks.

    Code
    root@revo:~# ir-keytable
    Found /sys/class/rc/rc0/ (/dev/input/event8) with:
            Driver mceusb, table rc-rc6-mce
            Supported protocols: lirc rc-5 rc-5-sz jvc sony nec sanyo mce_kbd rc-6 sharp xmp
            Enabled protocols: lirc nec rc-6
            Name: Media Center Ed. eHome Infrared
            bus: 3, vendor/product: 1934:5168, version: 0x0001
            Repeat delay = 500 ms, repeat period = 125 ms
    Code
    root@revo:~# ir-ctl -r
    pulse 1950
    space 63000
    pulse 1350
    space 16777215
    <etc>
    Code
    root@revo:~# ps | grep /usr/sbin/lircd
     1250 root       0:00 grep /usr/sbin/lircd
    
    root@revo:~#
    Code
    root@revo:~# systemctl stop eventlircd
    
    root@revo:~# systemctl stop kodi
    
    root@revo:~# ir-keytable -t
    Testing events. Please, press CTRL-C to abort.
    <no results when I press the buttons>
    
    root@revo:~#