v18 LibreELEC Testbuilds for x86_64 (Kodi 18.0)
(2017-11-14, 06:39)pacoma2610 Wrote: If i enable Lirc on LE Settings, the effect is gone... thanks for input, but after reboot the effect was back.

Using this remote http://stuartconnections.com/products/Co...iption.htm Model Nr. RRS9002-86XXF

Disable Lirc again, reboot, then ssh in and stop kodi, eventlircd and xorg
Code:
systemctl stop kodi
systemctl stop eventlircd
systemctl stop xorg
After that run the following commands and post the output:
Code:
dmesg | paste
ir-keytable

Then run ir-keytable -t, press a button for a short time, wait a second or two, then press another button for a bit longer (1 or 2 seconds). Post the output you got on the console, it should look like that:
Code:
LibreELEC:~ # ir-keytable -t
Testing events. Please, press CTRL-C to abort.
1510656294.673637: event type EV_MSC(0x04): scancode = 0x1015
1510656294.673637: event type EV_KEY(0x01) key_down: KEY_OK(0x0160)
1510656294.673637: event type EV_SYN(0x00).
1510656294.822111: event type EV_MSC(0x04): scancode = 0x1015
1510656294.822111: event type EV_SYN(0x00).
1510656295.085430: event type EV_KEY(0x01) key_up: KEY_OK(0x0160)
1510656295.085430: event type EV_SYN(0x00).

After the test reboot to get back to normal.

BTW: If you want to use Lirc for now you have to disable ir-keytable configuration via this command - see also the Lirc section at the end of the wiki page https://wiki.libreelec.tv/infrared_remotes
Code:
: > /storage/.config/rc_maps.cfg

so long,

Hias


Messages In This Thread
RE: LibreELEC Testbuilds for x86_64 (Kodi 18.0) - by HiassofT - 2017-11-14, 12:53
Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for x86_64 (Kodi 18.0)24