JackieXie168 / logkeys

Automatically exported from code.google.com/p/logkeys
Other
0 stars 0 forks source link

Couldn't determine keyboard device #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

I: Bus=0003 Vendor=045e Product=071d Version=0111
N: Name="Microsoft Microsoft® 2.4GHz Transceiver V1.0"
P: Phys=usb-0000:00:1d.3-1/input0
S: Sysfs=/devices/pci0000:00/0000:00:1d.3/usb5/5-1/5-1:1.0/input/input4
U: Uniq=
H: Handlers=kbd event4 
B: EV=120013
B: KEY=10000 7 ff800000 7ff febeffdf f3cfffff ffffffff fffffffe
B: MSC=10
B: LED=107

I: Bus=0003 Vendor=045e Product=071d Version=0111
N: Name="Microsoft Microsoft® 2.4GHz Transceiver V1.0"
P: Phys=usb-0000:00:1d.3-1/input1
S: Sysfs=/devices/pci0000:00/0000:00:1d.3/usb5/5-1/5-1:1.1/input/input5
U: Uniq=
H: Handlers=kbd mouse2 event5 js0 
B: EV=10001f
B: KEY=837fff 2c3027 bf004444 0 c000000 1f0001 10f84 8a27c007 ffff7bfa d941dfff 
febeffdf ffefffff ffffffff fffffffe
B: REL=fc3
B: ABS=ffffff01 701ff
B: MSC=10

Original issue reported on code.google.com by mas...@gmail.com on 15 Jul 2010 at 10:51

GoogleCodeExporter commented 9 years ago
attached.

# dumpkeys -n > /tmp/dumpkeys.out

Original comment by mas...@gmail.com on 15 Jul 2010 at 10:53

Attachments:

GoogleCodeExporter commented 9 years ago
Microsoft Natural Wireless Ergonomic Keyboard
Model: 1118

Original comment by mas...@gmail.com on 15 Jul 2010 at 10:58

GoogleCodeExporter commented 9 years ago
Issue 34 has been merged into this issue.

Original comment by kernc...@gmail.com on 15 Jul 2010 at 3:02

GoogleCodeExporter commented 9 years ago
Despite your report lacking common words I happen to understand what is the 
issue here. Thank you. :)

Original comment by kernc...@gmail.com on 15 Jul 2010 at 3:05

GoogleCodeExporter commented 9 years ago
Could you please follow my instructions given in issue 30, and post back which 
of the two devices (/dev/input/event4 or event5) is the keyboard device. Thanks.

Original comment by kernc...@gmail.com on 15 Jul 2010 at 3:09

GoogleCodeExporter commented 9 years ago
I've attached my keyboard to a different machine, but got it to work using the 
"-d" flag:

/usr/local/bin/logkeys -s -u -d /dev/input/event14

Here is the /proc/bus/input/devices excerpt:

I: Bus=0003 Vendor=045e Product=071d Version=0111
N: Name="Microsoft Microsoft® 2.4GHz Transceiver V1.0"
P: Phys=usb-0000:00:1a.1-2/input0
S: Sysfs=/devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.0/input/input14
U: Uniq=
H: Handlers=kbd event14 
B: EV=120013
B: KEY=10000 7 ff800000 7ff febeffdf f3cfffff ffffffff fffffffe
B: MSC=10
B: LED=107

Same keyboard:

Microsoft Natural Wireless Ergonomic Keyboard
Model: 1118

OS: Ubuntu 10.04

Original comment by mas...@gmail.com on 16 Jul 2010 at 9:16