Posts by thessy

    Hi,

    running LE 11.0.3 on Raspberry Pi 3 with TSOP receiver. Have a cheap IR remote control (called Alma) and created successfully a working toml-file for it, which can be loaded with ir-keytable -c -w /storage/.config/rc_keymaps/nec_alma.toml and used without problems.

    Here the first lines of the file 'nec_alma.toml'

    Code
    # Manually adapted from /usr/lib/udev/rc_keymaps/nec-terratec-cinergy-xs.toml
    [[protocols]]
    name = "nec_terratec_cinergy_xs"
    protocol = "nec"
    variant = "nec"
    [protocols.scancodes]
    0x10f = "KEY_HOME"
    ...

    Now I want this configuration persistent on boot.

    My /storage/.config/rc_maps.cfg looks like:

    Found the wiki with the old format (not toml). Found old postings here and here. Have no old file /storage/.config/lircd.conf

    After booting the output of ir-keytable is:

    After ir-keytable -c -w ~/.config/rc_keymaps/nec_alma.toml it looks like:

    I don't understand why there is still shown: Default keymap: rc-rc6-mce. Also there only kernel modules according to 'rc6' loaded:

    Code
    lsmod | grep rc6
    ir_rc6_decoder         20480  0
    rc_rc6_mce             16384  0

    But the remote control works and putting this command in /storage/.config/autostart.sh works also for rebooting.

    Where is my fault? Any hints?

    Regards

    Thomas aka Thessy