Additionally to my C2 I bought a S905X-device (BeLink MiniMXIII II, 2GB) for 4K-HDR-support.
On both boxes I am running kszaq's LibreELEC-S905.arm-8.2-8.1.3.img.gz (with devicetree gxl_p212_2g.dtb on the MiniMXIII) and it works great so far.
There is only a problem with my Harmony remote on the MiniMXIII:
The original BeeLink-remote works out-of-the-box. But I want to use my Harmony, which works well with Lirc on the C2,
on the MininMXIII in the same way. I don't want to have an seperate Harmony-profile for the MiniMXIII.
I have enabled Lirc in LibreElec-config on both boxes.
I assume I have to create a new lirc.conf for the MiniMXII, because the IR-codes, which my Hamrmony sends are configured for the C2.
But irrecord does not work.
When I compare the C2 with MiniMXII, then there is no device /dev/lirc0 on the MiniMXIII, see below.
On the MiniMXIII there is also no lirc_dev-message as on the C2.
dmesg and processes on the C2:
Using username "root".
[email protected]'s password:
##############################################
# LibreELEC #
# https://libreelec.tv #
##############################################
LibreELEC (community): 8.1.3 (S905 arm)
LibreELEC:~ # dmesg|grep lirc
[ 13.549728@1] lirc_dev: IR Remote Control driver registered, major 231
[ 13.576276@2] rc rc0: lirc_dev: driver ir-lirc-codec (meson-ir) registered at minor = 0
[ 13.681545@0] input: lircd-uinput as /devices/virtual/input/input5
[ 14.132007@2] input: eventlircd as /devices/virtual/input/input8
LibreELEC:~ # ps|grep lirc
2488 root 0:00 /usr/sbin/eventlircd -f --evmap=/etc/eventlircd.d --socket=/run/lirc/lircd
2570 root 0:00 /usr/sbin/lircd --nodaemon --release /storage/.config/lircd.conf
2571 root 0:00 /usr/sbin/lircd-uinput
2794 root 0:00 {kodi.sh} /bin/sh /usr/lib/kodi/kodi.sh --standalone -fs --lircdev /run/lirc/lircd
2818 root 0:11 /usr/lib/kodi/kodi.bin --standalone -fs --lircdev /run/lirc/lircd
2892 root 0:00 grep lirc
LibreELEC:~ # ls -l /dev/lirc*
crw------- 1 root root 231, 0 Jul 29 12:53 /dev/lirc0
LibreELEC:~ #
Display More
dmesg and processes on the MiniMXIII:
Using username "root".
[email protected]'s password:
##############################################
# LibreELEC #
# https://libreelec.tv #
##############################################
LibreELEC (community): 8.1.3 (S905 arm)
LibreELEC:~ # dmesg|grep lirc
[ 14.427666@2] input: lircd-uinput as /devices/virtual/input/input3
[ 15.475733@3] input: eventlircd as /devices/virtual/input/input5
LibreELEC:~ # ps|grep lirc
2535 root 0:00 /usr/sbin/eventlircd -f --evmap=/etc/eventlircd.d --socket=/run/lirc/lircd
2626 root 0:00 /usr/sbin/lircd --nodaemon --release /storage/.config/lircd.conf
2628 root 0:00 /usr/sbin/lircd-uinput
2882 root 0:00 {kodi.sh} /bin/sh /usr/lib/kodi/kodi.sh --standalone -fs --lircdev /run/lirc/lircd
2890 root 0:09 /usr/lib/kodi/kodi.bin --standalone -fs --lircdev /run/lirc/lircd
2966 root 0:00 grep lirc
LibreELEC:~ # ls -l /dev/lirc*
ls: /dev/lirc*: No such file or directory
LibreELEC:~ #
Display More
Is this a problem with the devicetree on the MiniMXIII?
The device /dev/lirc0 seems not to be created on the MiniMXIII.
Is this a conflict with amremote?
Any ideas? And thanks for your help.