v18 LibreELEC Testbuilds for x86_64 (Kodi 18.0)
(2018-05-01, 08:41)TheKraut Wrote: So, I tested #0327 and #1119, since #1120 mentions a major kernel-related IR change. Same issue for both versions, RC stops working after a couple of key presses.
Very odd, I've never seen this before. Could you try going back to older versions and also test the latest stable LE version (8.2.5)? It looks like there is some general problem with IR handling on your system.

To be sure we're not chasing ghosts could you run memtest86 for a couple of hours? About 5 successful passes should be enough to get a bit of confidence there's no hardware fault in play (which can lead to all kinds of odd errors).

If memtest86 was successful it'd be good to get some more info and logs from your system.

Enable debug logging, install the latest build, use kodi until the remote stops working then ssh in and run the following commands / tests and post the output.

First grab some logs and general info:
Code:
dmesg | paste
journalctl -a | paste
paste .kodi/temp/kodi.log
paste /proc/bus/input/devices
lsof | grep /dev/input | paste
ir-keytable

Check if you get output from irw
Code:
irw

If you get no output from irw, stop kodi and eventlircd and then check if you get output from ir-keytable -t
Code:
systemctl stop kodi
systemctl stop eventlircd
ir-keytable -t

If that still gives nothing check with ir-ctl -r
Code:
ir-ctl -r

so long,

Hias


Messages In This Thread
RE: LibreELEC Testbuilds for x86_64 (Kodi 18.0) - by HiassofT - 2018-05-01, 12:37
Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for x86_64 (Kodi 18.0)24