[solved] No driver for ir receiver is loaded.

  • Hi I have issues with my ir remote control.

    libreelec: 8.2.2

    hardware: rpi3

    ir receiver: 05a4:9881 Ortek Technology, Inc. IR receiver [VRC-1100 Vista MCE Remote Control]

    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 output when I connect the ir receiver to the rpi:

    Code
    [  194.564486] usb 1-1.2: new low-speed USB device number 6 using dwc_otg
    [  194.725422] usb 1-1.2: New USB device found, idVendor=05a4, idProduct=9881
    [  194.725431] usb 1-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [  194.761382] input: HID 05a4:9881 as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.0/0003:05A4:9881.0007/input/input6
    [  194.821758] hid-generic 0003:05A4:9881.0007: input,hidraw0: USB HID v1.10 Keyboard [HID 05a4:9881] on usb-3f980000.usb-1.2/input0
    [  194.937072] input: HID 05a4:9881 as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.1/0003:05A4:9881.0008/input/input7
    [  194.991734] hid-generic 0003:05A4:9881.0008: input,hidraw1: USB HID v1.10 Mouse [HID 05a4:9881] on usb-3f980000.usb-1.2/input1
    [  195.169842] input: eventlircd as /devices/virtual/input/input9

    And the output of cat /proc/bus/input/devices


    Any ideas,

    tuxiano

  • There's nothing you need to configure, this remote is supported out of the box in LE. Just tested that on RPi3 running LE 8.2.2.

    Keep in mind though that the IR receiver only works with the remote it came with. When you press a button on the remote both the LEDs on the remote and on the IR receiver dongle should flash.

    so long,

    Hias

  • Thank you Hias. You save me a lot of work. Apparently I have the wrong remote control, fecause only the LEDs of my remote control are flashing but not of the receiver.

    Kind regards

    tuxiano