29th Jan, 2013, 09:14 AM
Hi guys,
I've bought this keyboard: http://www.trust.com/products/productversions.aspx?artnr=17911.
It seems known for xbian:
But it seems not recieving any input, neither with xbmc on, or off.
uname -a:
Linux xbian 3.6.11+ #4 PREEMPT Fri Dec 21 00:31:02 CET 2012 armv6l GNU/Linux
Logs from lirc:
irw does not produces any output. Device lirc0 get not created, though these are my input devices:
Seems like kernel sees it, but lirc has no configuration to handle it. I'm not that familiar with those devices, but i've made a simple test:
connect the keyboard to a Mint desktop. It's working pretty fine.
Any suggestion here?
Thanks in advance!
I've bought this keyboard: http://www.trust.com/products/productversions.aspx?artnr=17911.
It seems known for xbian:
Code:
[ 2.535572] usb 1-1.2: new low-speed USB device number 4 using dwc_otg
[ 2.667612] usb 1-1.2: New USB device found, idVendor=04d9, idProduct=a01c
[ 2.672137] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.685305] usb 1-1.2: Product: Wireless USB Device
[ 2.689772] usb 1-1.2: Manufacturer: HOLTEK
[ 2.710386] input: HOLTEK Wireless USB Device as /devices/platform/bcm2708_usb/usb1/1-1/1-1.2/1-1.2:1.0/input/input0
[ 2.725564] hid-generic 0003:04D9:A01C.0001: input,hidraw0: USB HID v1.10 Keyboard [HOLTEK Wireless USB Device] on usb-bcm2708_usb-1.2/input0
[ 2.748364] input: HOLTEK Wireless USB Device as /devices/platform/bcm2708_usb/usb1/1-1/1-1.2/1-1.2:1.1/input/input1
[ 2.756161] hid-generic 0003:04D9:A01C.0002: input,hidraw1: USB HID v1.10 Mouse [HOLTEK Wireless USB Device] on usb-bcm2708_usb-1.2/input1
uname -a:
Linux xbian 3.6.11+ #4 PREEMPT Fri Dec 21 00:31:02 CET 2012 armv6l GNU/Linux
Logs from lirc:
Code:
Jan 29 00:09:35 xbian lircd: WARNING: you should specify a valid gap value
Jan 29 00:09:35 xbian lircd: lircd(default) ready, using /var/run/lirc/lircd
Jan 29 00:09:41 xbian lircd: accepted new client on /var/run/lirc/lircd
Jan 29 00:09:41 xbian lircd: could not get file information for /dev/lirc0
Jan 29 00:09:41 xbian lircd: default_init(): No such file or directory
Jan 29 00:09:41 xbian lircd: WARNING: Failed to initialize hardware
Jan 29 00:09:50 xbian lircd: removed client
irw does not produces any output. Device lirc0 get not created, though these are my input devices:
Code:
cat /proc/bus/input/devices
I: Bus=0003 Vendor=04d9 Product=a01c Version=0110
N: Name="HOLTEK Wireless USB Device"
P: Phys=usb-bcm2708_usb-1.2/input0
S: Sysfs=/devices/platform/bcm2708_usb/usb1/1-1/1-1.2/1-1.2:1.0/input/input0
U: Uniq=
H: Handlers=sysrq kbd event0
B: PROP=0
B: EV=120013
B: KEY=10000 7 ff9f207a c14057ff febeffdf ffefffff ffffffff fffffffe
B: MSC=10
B: LED=7
I: Bus=0003 Vendor=04d9 Product=a01c Version=0110
N: Name="HOLTEK Wireless USB Device"
P: Phys=usb-bcm2708_usb-1.2/input1
S: Sysfs=/devices/platform/bcm2708_usb/usb1/1-1/1-1.2/1-1.2:1.1/input/input1
U: Uniq=
H: Handlers=kbd mouse0 event1
B: PROP=0
B: EV=17
B: KEY=1f0000 0 2000000 3878 d801d001 1e0000 0 0 0
B: REL=103
B: MSC=10
Seems like kernel sees it, but lirc has no configuration to handle it. I'm not that familiar with those devices, but i've made a simple test:
connect the keyboard to a Mint desktop. It's working pretty fine.
Any suggestion here?
Thanks in advance!