I am setting up a new machine with my OSMC remote and have some issues with the remote being correctly detected.
To install, I have grabbed the latest AMD64 packages and followed the advice in the following thread:
The packages seem to install as expected and eventlircd
is running. On my old machine, when plugging the remote I see the following in dmesg:
[601899.071875] usb 1-4: New USB device found, idVendor=2252, idProduct=1037, bcdDevice= 1.04
[601899.071879] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[601899.071880] usb 1-4: Product: USB Keyboard Mouse
[601899.071881] usb 1-4: Manufacturer: HBGIC Technology Co., Ltd.
[601899.096198] input: HBGIC Technology Co., Ltd. USB Keyboard Mouse as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/usb1/1-4/1-4:1.0/0003:2252:1037.0014/input/input47
[601899.153329] hid-generic 0003:2252:1037.0014: input,hidraw0: USB HID v1.10 Keyboard [HBGIC Technology Co., Ltd. USB Keyboard Mouse] on usb-0000:01:00.0-4/input0
[601899.170642] input: HBGIC Technology Co., Ltd. USB Keyboard Mouse as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/usb1/1-4/1-4:1.1/0003:2252:1037.0015/input/input48
[601899.170842] input: HBGIC Technology Co., Ltd. USB Keyboard Mouse Consumer Control as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/usb1/1-4/1-4:1.1/0003:2252:1037.0015/input/input49
[601899.229305] input: HBGIC Technology Co., Ltd. USB Keyboard Mouse System Control as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/usb1/1-4/1-4:1.1/0003:2252:1037.0015/input/input50
[601899.229422] hid-generic 0003:2252:1037.0015: input,hidraw1: USB HID v1.10 Mouse [HBGIC Technology Co., Ltd. USB Keyboard Mouse] on usb-0000:01:00.0-4/input1
[601899.406526] input: eventlircd as /devices/virtual/input/input51
[601899.495752] input: eventlircd as /devices/virtual/input/input54
You can see at the end that eventlircd creates virtual input devices. On the new machine, this doesn’t happen:
85.231012] usb 1-2: New USB device found, idVendor=2252, idProduct=1037, bcdDevice= 1.04
[ 85.231013] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 85.231013] usb 1-2: Product: USB Keyboard Mouse
[ 85.231014] usb 1-2: Manufacturer: HBGIC Technology Co., Ltd.
[ 85.237842] input: HBGIC Technology Co., Ltd. USB Keyboard Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:2252:1037.001B/input/input40
[ 85.295383] hid-generic 0003:2252:1037.001B: input,hidraw0: USB HID v1.10 Keyboard [HBGIC Technology Co., Ltd. USB Keyboard Mouse] on usb-0000:00:14.0-2/input0
[ 85.299791] input: HBGIC Technology Co., Ltd. USB Keyboard Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:2252:1037.001C/input/input41
[ 85.359242] input: HBGIC Technology Co., Ltd. USB Keyboard Mouse Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:2252:1037.001C/input/input42
[ 85.359363] input: HBGIC Technology Co., Ltd. USB Keyboard Mouse System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:2252:1037.001C/input/input43
[ 85.359583] hid-generic 0003:2252:1037.001C: input,hidraw1: USB HID v1.10 Mouse [HBGIC Technology Co., Ltd. USB Keyboard Mouse] on usb-0000:00:14.0-2/input1
I then test the remote with irw
and get junk output. It feels like eventlircd is failing to do its job.
Do you have any pointers on what I could try get it seen correctly?