Again IR remote questions

  • Hello,

    if i use the command ir-keytable i see 2 devices

    How can I select the iMon Remote to use with ir-keytabel??

    I tried

    Code
    ir-keytable -v --device= /dev/lirc1

    but got

    Code
    Unable to query evdev protocol version: Inappropriate ioctl for device

    how to use it correctly??

  • With ir-keytable you have to specify the rc device, "rc1" in the case above, using the "-s" option. eg ir-keytable -s rc1 ...

    Note that the rc device numbers may change across reboots so always check with "ir-keytable" before.

    In rc_maps.cfg you can match by driver name, that's the first entry. eg

    Code
    imon    *    my-keymap

    That being said, using the nuvoton CIR would be a better choice (if it has an IR receiver connected) as it supports more protocols - the imon receiver is quite limited...

    so long,

    Hias

  • Hello,

    Yeah the nuvoton CIR is behind the alumnium body therefore a little bit tricky unfortunately....

    How do I change the protocol of the imon to rc6?