Hi there,
I use a HP remote and a IR receiver from a different brand.
I got installed latest LibreELEC just today on a x86 J1900 Intel CPU. LibreELEC works so far quite fine.
"lsusb" gives me for the USB-IR receiver:
Bus 001 Device 004: ID 0471:20cc Philips (or NXP)
"cat /proc/bus/input/devices"
I: Bus=0003 Vendor=0471 Product=20cc Version=0100
N: Name="PHILIPS MCE USB IR Receiver- Spinel plus"
P: Phys=usb-0000:00:14.0-3.2/input0
S: Sysfs=/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.2/1-3.2:1.0/0003:0471:20CC.0004/input/input8
U: Uniq=
H: Handlers=sysrq kbd leds event7
B: PROP=0
B: EV=120013
B: KEY=fc2b0 10240000000000 0 400158000 8001f84000c004 e0beffdf01cfffff fffffffffffffffe
B: MSC=10
B: LED=1f
Display More
For my understanding this tells me that the IR signals will be redirected to /dev/input/event7 where lirc should catch it, right?
The command "irw" does not give any output when I press any random button on my remote.
I assume, the mapping between lirc and event7 is not given. I tried to open hardware.conf in the /etc/lirc/, but there is none.
Where can I establish a link between event7 and the lirc? I think this would be the next step to setup a working IR remote for LibreELEC, right?
Thanks for advice.