20th Mar, 2015, 07:02 PM
Hallo!
I'am a proud owner of a Raspberry Pi 2. Problem: My USB-Remote-Control doesn't work (under xbian).
I read: http://wiki.xbian.org/doku.php/remotes
Remote isn’t recognized by the system.
I read: http://forum.xbian.org/thread-475.html
O.k.! - this is the one: ID 0bc7:0006 X10 Wireless Technology
From an other system I have a correct lircd.conf (called pollin_x10.conf)
Where I have to store this and how can i activate it?
After reconnecting the remote control, it also appears under /proc/bus/input/devices (not directly after start up the Pi).
Just for info:
In Openelec the same remote control works ootb(!)
There exists a /etc/eventlircd.d/03_0bc7_0006.evmap
Do I have to use udev to aktivate the remote control? (How?)
Thank you in advance.
I'am a proud owner of a Raspberry Pi 2. Problem: My USB-Remote-Control doesn't work (under xbian).
I read: http://wiki.xbian.org/doku.php/remotes
Terminal
root@xbian ~ # /etc/init.d/lirc stop
lirc stop/waiting
root@xbian ~ # mode2
mode2: could not get file information for /dev/lirc0
mode2: default_init(): No such file or directory
lirc stop/waiting
root@xbian ~ # mode2
mode2: could not get file information for /dev/lirc0
mode2: default_init(): No such file or directory
I read: http://forum.xbian.org/thread-475.html
Terminal
root@xbian ~ # lsusb
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 004: ID 0bc7:0006 X10 Wireless Technology, Inc. Wireless Transceiver (ACPI-compliant)
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 004: ID 0bc7:0006 X10 Wireless Technology, Inc. Wireless Transceiver (ACPI-compliant)
From an other system I have a correct lircd.conf (called pollin_x10.conf)
Where I have to store this and how can i activate it?
After reconnecting the remote control, it also appears under /proc/bus/input/devices (not directly after start up the Pi).
Terminal
root@xbian ~ # cat /proc/bus/input/devices
...
I: Bus=0003 Vendor=0bc7 Product=0006 Version=0100
N: Name="X10 WTI RF receiver"
P: Phys=usb-bcm2708_usb-1.4/input0
S: Sysfs=/devices/platform/bcm2708_usb/usb1/1-1/1-1.4/1-1.4:1.0/rc/rc0/input3
U: Uniq=
H: Handlers=kbd event1
B: PROP=0
B: EV=100013
B: KEY=c00 0 0 0 108fc030 2006049 0 0 0 4 8000 180 c0000001 9e1680 0 0 10000ffc
B: MSC=10
I: Bus=0003 Vendor=0bc7 Product=0006 Version=0100
N: Name="X10 WTI RF receiver mouse"
P: Phys=usb-bcm2708_usb-1.4/input1
S: Sysfs=/devices/platform/bcm2708_usb/usb1/1-1/1-1.4/1-1.4:1.0/input/input4
U: Uniq=
H: Handlers=mouse1 event2
B: PROP=0
B: EV=7
B: KEY=1b0000 0 0 0 0 0 0 0 0
B: REL=3
...
I: Bus=0003 Vendor=0bc7 Product=0006 Version=0100
N: Name="X10 WTI RF receiver"
P: Phys=usb-bcm2708_usb-1.4/input0
S: Sysfs=/devices/platform/bcm2708_usb/usb1/1-1/1-1.4/1-1.4:1.0/rc/rc0/input3
U: Uniq=
H: Handlers=kbd event1
B: PROP=0
B: EV=100013
B: KEY=c00 0 0 0 108fc030 2006049 0 0 0 4 8000 180 c0000001 9e1680 0 0 10000ffc
B: MSC=10
I: Bus=0003 Vendor=0bc7 Product=0006 Version=0100
N: Name="X10 WTI RF receiver mouse"
P: Phys=usb-bcm2708_usb-1.4/input1
S: Sysfs=/devices/platform/bcm2708_usb/usb1/1-1/1-1.4/1-1.4:1.0/input/input4
U: Uniq=
H: Handlers=mouse1 event2
B: PROP=0
B: EV=7
B: KEY=1b0000 0 0 0 0 0 0 0 0
B: REL=3
Just for info:
Terminal
root@xbian ~ # lsmod
Module Size Used by
rc_medion_x10_or2x 880 0
ati_remote 6410 0
rc_core 13880 3 rc_medion_x10_or2x,ati_remote
...
Module Size Used by
rc_medion_x10_or2x 880 0
ati_remote 6410 0
rc_core 13880 3 rc_medion_x10_or2x,ati_remote
...
In Openelec the same remote control works ootb(!)
There exists a /etc/eventlircd.d/03_0bc7_0006.evmap
Do I have to use udev to aktivate the remote control? (How?)
Thank you in advance.