[Raspberry Pi] Howto get a generic MCE remote working
#1
IHAQ,

I'm running OpenELEC XBMC Media Centre Version: 4.0.5 on a Raspberri Pi B+ (RPi).

I have a generic MCE remote conrol that doestn't work out of the box when I connect it to the RPi (connected before starting the RPi).
What should I do to get the remote working under OpenELEC XBMC?

The remote has a USB dongle and a remote.
It does work out of the box, when I connect (even hotplug) it to the RPi when its running Raspbian OS.

Here are some diagnostical information about the remote's dongle when I connect the congle to Ubuntu Linux:
Code:
MCE-remote dongle dmesg output in Ubuntu linux:

[11043.420049] usb 3-1: new low-speed USB device number 2 using uhci_hcd
[11043.777825] IR NEC protocol handler initialized
[11043.795707] IR RC5(x) protocol handler initialized
[11043.805761] IR RC6 protocol handler initialized
[11043.812407] IR JVC protocol handler initialized
[11043.816230] Registered IR keymap rc-ati-x10
[11043.816688] input: X10 Wireless Technology Inc USB Receiver as /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/rc/rc0/input7
[11043.816913] rc0: X10 Wireless Technology Inc USB Receiver as /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/rc/rc0
[11043.817140] input: X10 Wireless Technology Inc USB Receiver mouse as /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/input/input8
[11043.819189] usbcore: registered new interface driver ati_remote
[11043.819197] ati_remote: 2.2.1:ATI/X10 RF USB Remote Control
[11043.837895] IR Sony protocol handler initialized
[11043.849646] IR MCE Keyboard/mouse protocol handler initialized
[11043.878509] lirc_dev: IR Remote Control driver registered, major 251
[11043.879288] IR LIRC bridge handler initialized

lsusb information about the USB-dongle for the MCE remote:
Code:
Bus 003 Device 002: ID 0bc7:0005 X10 Wireless Technology, Inc. Wireless Transceiver (ACPI-compliant)

lsusb -v long output:
Bus 003 Device 002: ID 0bc7:0005 X10 Wireless Technology, Inc. Wireless Transceiver (ACPI-compliant)
Couldn't open device, some information will be missing
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0         8
  idVendor           0x0bc7 X10 Wireless Technology, Inc.
  idProduct          0x0005 Wireless Transceiver (ACPI-compliant)
  bcdDevice            1.00
  iManufacturer           1
  iProduct                2
  iSerial                 0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           32
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0x80
      (Bus Powered)
    MaxPower                2mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      0
      bInterfaceProtocol      0
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval              10
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval              10

Because the remote + USB dongle do work under Raspbian Linux (Debian Weezy) on the same RPi hardware, I suppose it should be possible to get it working under OpenElec + XBMC?

Do you know how I might get it working?
Reply

Logout Mark Read Team Forum Stats Members Help
[Raspberry Pi] Howto get a generic MCE remote working0