Hi,
I recently installed Libreelec on an old VAIO home PC and ran into issues with my ir remote control.
libreelec: 8.2.4
Architecture: Generic.x86_64
hardware: VAIO VGX-TP3E
ir transceiver: Build in Sony eHome Tranceiver
When I try to run ir-keytable I get: /sys/class/rc/: No such file or directory
According to the wiki that means no driver is loaded.
dmesg | grep -i usb output list the IR receiver:
[ 2.549355] hid-generic 0003:046D:C016.0002: input,hidraw1: USB HID v1.10 Mouse [Logitech Optical USB Mouse] on usb-0000:00:1d.0-2/input0
[ 3.102884] usb 4-1: new full-speed USB device number 2 using uhci_hcd
[ 3.297191] input: Sony RF Receiver as /devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.0/0003:054C:024B.0003/input/input3
[ 3.353222] sony 0003:054C:024B.0003: input,hiddev0,hidraw2: USB HID v1.11 Keyboard [Sony RF Receiver] on usb-0000:00:1d.2-1/input0
[ 3.360983] input: Sony RF Receiver as /devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.1/0003:054C:024B.0004/input/input4
[ 3.361187] sony 0003:054C:024B.0004: input,hiddev0,hidraw3: USB HID v1.11 Mouse [Sony RF Receiver] on usb-0000:00:1d.2-1/input1
[ 4.116208] usb 4-2: new full-speed USB device number 3 using uhci_hcd
[ 4.319438] input: SONY IR Receiver as /devices/pci0000:00/0000:00:1d.2/usb4/4-2/4-2:1.1/0003:054C:037C.0005/input/input5
[ 4.373101] hid-generic 0003:054C:037C.0005: input,hiddev0,hidraw4: USB HID v1.10 Device [SONY IR Receiver] on usb-0000:00:1d.2-2/input1
And also the output of cat /proc/bus/input/devices show the the sony hardware.
I: Bus=0003 Vendor=054c Product=024b Version=0111
N: Name="Sony RF Receiver"
P: Phys=usb-0000:00:1d.2-1/input0
S: Sysfs=/devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.0/0003:054C:024B.0003/input/input3
U: Uniq=
H: Handlers=sysrq kbd leds event3
B: PROP=0
B: EV=12001f
B: KEY=3007f 0 0 4c3ffff17aff32d bf54445600000000 ff 130c130b17c007 ffa67bfad951dfff febeffdfffefffff fffffffffffffffe
B: REL=40
B: ABS=10100000000
B: MSC=10
B: LED=1f
I: Bus=0003 Vendor=054c Product=024b Version=0111
N: Name="Sony RF Receiver"
P: Phys=usb-0000:00:1d.2-1/input1
S: Sysfs=/devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.1/0003:054C:024B.0004/input/input4
U: Uniq=
H: Handlers=mouse1 event4
B: PROP=0
B: EV=17
B: KEY=1f0000 0 0 0 0
B: REL=143
B: MSC=10
I: Bus=0003 Vendor=054c Product=037c Version=0110
N: Name="SONY IR Receiver"
P: Phys=usb-0000:00:1d.2-2/input1
S: Sysfs=/devices/pci0000:00/0000:00:1d.2/usb4/4-2/4-2:1.1/0003:054C:037C.0005/input/input5
U: Uniq=SA080206200000a
H: Handlers=kbd event5
B: PROP=0
B: EV=1b
B: KEY=ffffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffff 0 40000010cc00 10168000000000 0
B: ABS=10000000000
B: MSC=10
Any ideas how to get the driver for the SONY IR Receiver loaded?
Tadzio