LE11 on S905 MXQPRO

  • Hello

    Thanks a lot for your work to make librelec working on a tvbox s905

    i did a clean install. i'm able to boot using meson-gxbb-vega-s95-pro.dtb

    everything is working fine except my ir remote

    here is my log http://ix.io/4qHA

    it's written Keep in mind that only "amremote" is supported but i can't find any information to set up my remote

    fyi the picture of my remote

    http://libreelec.dtech.hu/remote.conf/4040-M8S/remote-control-modified-funcions.png

    i tried to put the remote.conf in /storage/.config/remote.conf without success.

    can you help me on this ?

    thanks

  • it's written Keep in mind that only "amremote" is supported but i can't find any information to set up my remote

    There is a very big misunderstanding here, under LE11 no one wrote that there is amremote support, because it is not supported.

    The LE9.2 version I created is an unofficial community version, it was actually supported there, but the LE11 is a completely different topic.

  • finally, i found here all required info, Infra-Red Remotes - LibreELEC.wiki

    i created a file named myremote.toml and used this command to load it ir-keytable -c -w /storage/.config/myremote.toml

    # for my remote

    [[protocols]]

    name = "S905"

    protocol = "nec"

    [protocols.scancodes]

    0x8030 = "KEY_NUMERIC_0"

    0x8031 = "KEY_NUMERIC_1"

    0x8032 = "KEY_NUMERIC_2"

    0x8033 = "KEY_NUMERIC_3"

    0x8034 = "KEY_NUMERIC_4"

    0x8035 = "KEY_NUMERIC_5"

    0x8036 = "KEY_NUMERIC_6"

    0x8037 = "KEY_NUMERIC_7"

    0x8038 = "KEY_NUMERIC_8"

    0x8039 = "KEY_NUMERIC_9"

    0x8051 = "KEY_POWER"

    0x804d = "KEY_MUTE"

    0x8053 = "KEY_HOME"

    0x804e = "KEY_VOLUMEUP"

    0x8056 = "KEY_VOLUMEDOWN"

    0x80bb = "KEY_FASTFORWARD"

    0x80bd = "KEY_REWIND"

    0x8058 = "KEY_STOP" # 1/a button on remote

    0x8026 = "KEY_UP"

    0x8028 = "KEY_DOWN"

    0x8025 = "KEY_LEFT"

    0x8027 = "KEY_RIGHT"

    0x800d = "KEY_OK"

    0x8044 = "KEY_BACKSPACE"

    0x8009 = "KEY_RED"

    0x8011 = "KEY_GREEN"

    0x8054 = "KEY_YELLOW"

    0x804f = "KEY_BLUE"

    0x8049 = "KEY_MENU"

    0x801b = "KEY_BACK"