How to get ATRIC SERIAL Remote working?

  • Hi@all,

    I'm using the ATRIC SERIAL REMOTE for my HTPC. But it's not working with LibreELEC.
    And I don't know how to get it online.

    Normally I have to add some lines to configs under Linux. But this is not working with this version because there are no write rights.

    This are the commands:

    Under /etc/lirc/hardware.conf I have to do this:

    Code
    REMOTE="Atric IR-Receiver" #Optional
    REMOTE_DEVICE="/dev/lirc0"
    REMOTE_MODULES="lirc_serial" #IMPORTANT PARAMETER!
    START_LIRCD="true"

    Under /var/lib/setserial/autoserial.conf the following must be set:

    Code
    #ttyS0 = COM1, replace all other existing ttyS0 lines
    /dev/ttyS0 uart none

    After a reboot the ATRIC module can be used.

    So, what I have to do to get working with LibreELEC?

    Great thanks for help to get it fixed soon!

    Edited once, last by Vertex (August 1, 2016 at 10:12 PM).