Hi,
I just upgrade to LE 9.0 and remote control is a complete mess.
After the update, my remote isn't working anymore. So I checked the wiki and now I have a working configuration file.
So if anyone got a Zotac RC2604323/01G (zotac1.txt) or a Zotac RC2604329/02BG (zotac2.txt), I put the config files in attachment (warning: some keys are commented because I don't know where to map them).
But now, when I have to press the button multiple times to make it works.
This is visible with ir-keytable :
Code
LibreELEC:~ # ir-keytable -t
Testing events. Please, press CTRL-C to abort.
*press*
6016.341386: lirc protocol(rc6_6a_32): scancode = 0x80348430
6016.341419: event type EV_MSC(0x04): scancode = 0x80348430
6016.341419: event type EV_SYN(0x00).
6016.448486: lirc protocol(rc6_6a_32): scancode = 0x80348430
6016.448520: event type EV_MSC(0x04): scancode = 0x80348430
6016.448520: event type EV_SYN(0x00).
*press again*
6018.010064: lirc protocol(rc6_6a_32): scancode = 0x80340430
6018.010109: event type EV_MSC(0x04): scancode = 0x80340430
6018.010109: event type EV_KEY(0x01) key_down: KEY_PAUSE(0x0077)
6018.010109: event type EV_SYN(0x00).
6018.138737: event type EV_KEY(0x01) key_up: KEY_PAUSE(0x0077)
6018.138737: event type EV_SYN(0x00).
Display More
The driver seems to receive the inputs, but don't map them to the event. Is anyone known how to fix it ?
I tried to play with repeat delay/period but that does not change anything.
My device :
Code
LibreELEC:~ # ir-keytable
Found /sys/class/rc/rc0/ (/dev/input/event7) with:
Name: ITE8713 CIR transceiver
Driver: ite-cir, table: rc-rc6-mce
lirc device: /dev/lirc0
Supported protocols: other lirc rc-5 rc-5-sz jvc sony nec sanyo mce_kbd rc-6 sharp xmp
Enabled protocols: lirc rc-6
bus: 25, vendor/product: 1283:0000, version: 0x0000
Repeat delay = 500 ms, repeat period = 125 ms
Thank you for your help,