I tried my favorite ir-remote on the latest libreelec alpha 8.90.006 but it doens't work.
When I ssh in the box and I run ir-keytable (after killing kodi and lircevent) I get htis message:
LibreELEC-core:~ # ir-keytable
/sys/class/rc/: No such file or directory
No devices found
So it doesn't find a IR-receiver. lsmod gives me this:
LibreELEC-core:~ # lsmod
Module Size Used by
hci_uart 19283 1
bluetooth 272799 2 hci_uart
8021q 16235 0
snd_usb_audio 98788 0
snd_usbmidi_lib 16198 1 snd_usb_audio
snd_hwdep 4673 1 snd_usb_audio
snd_rawmidi 15409 1 snd_usbmidi_lib
dhd 599647 0
cfg80211 204326 1 dhd
mali 161146 0
dmesg | grep meson results in this:
LibreELEC-core:~ # dmesg | grep meson
[ 0.000000@0] mesonfb0(low) : 0x09100000 - 0x0d900000 ( 72 MiB)
[ 0.000000@0] mesonfb1(low) : 0x0d900000 - 0x0da00000 ( 1 MiB)
[ 0.000000@0] mesonstream0(low) : 0x0da00000 - 0x0fa00000 ( 32 MiB)
[ 0.000000@0] meson_serial_console_setup
[ 3.041486@0] meson_cs_dvfs_probe, table count:29, use_pwm:1, pwm controller:2
[ 3.152319@0] [DVFS]aml_dvfs_register_driver, driver meson-cs-dvfs regist success, mask:1, source id:1
[ 3.714056@0] don't find to display_size_default from mesonfb-dts
[ 6.958855@2] meson-eth: probe of meson-eth failed with error -1
[ 7.322655@2] input: aml_keypad as /devices/platform/meson-remote/input/input4
[ 8.176711@3] enter meson_pm_init
[ 8.181558@3] enter meson_pm_probe!
[ 8.186291@3] meson_pm_probe done !
[ 8.213367@3] meson_cpufreq: no voltage_control prop
Somebody an idea?