MCE missing IR Protocols

  • Hi every one.

    I just installed 7.95.2 on top of 7.0.2 on my RPI2.

    Migration took a while but worked just great except my remote didnt respond at all , only keyboard was working.

    After fine tuning the problem i found out the ir-keytable was using only LIRC protocol :

    Code
    Found /sys/class/rc/rc0/ (/dev/input/event0) with:
    Driver mceusb, table rc-rc6-mce
    Supported protocols: unknown other lirc rc-5 jvc sony nec sanyo mce-kbd rc-6 sharp xmp
    Enabled protocols: lirc
    Name: Media Center Ed. eHome Infrared
    bus: 3, vendor/product: 0471:0815, version: 0x0000
    Repeat delay = 1000 ms, repeat period = 125 ms

    after running :

    Code
    ir-keytable -p NEC,RC-5,RC-6,JVC,SONY,LIRC,OTHER

    the remote just started working.

    I added the line to my autostart.sh and its just fine for me , but i think you guys should be aware of the problem and the cause of it.

    Keep up the good work.

  • Can you try a clean install of 7.95.3 on a separate SD card and see if this works?

    Do you have any local config/settings installed in /storage/.config/udev.rules.d, /storage/.config/rc_keymaps or autostart.sh? If yes, remove them, they could be interfering.

    Also please post the output of these 2 commands on your non-working setup (without your ir-keytable in autostart):

    Code
    dmesg | paste
    ir-keytable -v -a /etc/rc_maps.cfg -s rc0 2>&1 | paste

    so long,

    Hias

  • Logs look OK, have you tried a clean install / hard reset yet?

    so long,

    Hias
    [hr]
    BTW: dmesg shows that lircd-uinput is running - did you create a lircd.conf in .config?

    Edited once, last by HiassofT (February 12, 2017 at 1:38 PM).