Activity log for bug #47765

Date Who What changed Old value New value Message
2006-05-31 19:33:06 Michael Heimann bug added bug
2006-05-31 21:36:47 Michael Heimann description Binary package hint: xserver-xorg-input-evdev What I did: added evdev to /etc/modules configured /etc/X11/xorg.conf mouse entry to Section "InputDevice" Identifier "Michis Logitech MX700-USB" Driver "evdev" Option "CorePointer" Option "Protocol" "event" Option "Dev Phys" "usb-0000:00:11.2-2/input1" Option "SendCoreEvents" "true" Option "Buttons" "10" Option "ZAxisMapping" "4 5" Option "Resolution" "800" Option "Device" "/dev/input/event1" EndSection I got the inputX and eventX numbers from cat /proc/bus/input/devices I: Bus=0003 Vendor=046d Product=c50b Version=2100 N: Name="Logitech USB Receiver" P: Phys=usb-0000:00:11.2-2/input0 S: Sysfs=/class/input/input0 H: Handlers=kbd event0 B: EV=120003 B: KEY=10000 7 ff800000 7ff febeffdf ffefffff ffffffff fffffffe B: LED=1f I: Bus=0003 Vendor=046d Product=c50b Version=2100 N: Name="Logitech USB Receiver" P: Phys=usb-0000:00:11.2-2/input1 S: Sysfs=/class/input/input1 H: Handlers=kbd mouse0 event1 ts0 B: EV=7 B: KEY=ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff 0 0 1878 d800d100 1e0000 0 0 0 B: REL=103 I: Bus=0010 Vendor=001f Product=0001 Version=0100 N: Name="PC Speaker" P: Phys=isa0061/input0 S: Sysfs=/class/input/input2 H: Handlers=kbd event2 B: EV=40001 B: SND=6 What I noticed: the output from cat /proc/bus/input/devices differs from time to time and the "PC Speaker" sometimes comes first, sometimes in the middle and sometimes at last. That changes the eventX number :\ But with that in mind it should work about every third start ( didn't ever ) There are 2 devices called "Logitech USB Receiver" which are the keyboard and the mouse - so one can't say what is what only by the name ( I've looked at the handler and choose the one with a mouseX handler ) Binary package hint: xserver-xorg-input-evdev What I did: added evdev to /etc/modules configured /etc/X11/xorg.conf mouse entry to Section "InputDevice" Identifier "Michis Logitech MX700-USB" Driver "evdev" Option "relBits" "+103" Option "CorePointer" Option "Phys" "usb-0000:00:11.2-2/input1" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "evdev" Option "Phys" "usb-0000:00:11.2-2/input0" Option "ledBits" "+1f" Option "keyBits" "~1-255 ~352-511" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "de" Option "XkbVariant" "nodeadkeys" EndSection I got the inputX numbers from cat /proc/bus/input/devices I: Bus=0003 Vendor=046d Product=c50b Version=2100 N: Name="Logitech USB Receiver" P: Phys=usb-0000:00:11.2-2/input0 S: Sysfs=/class/input/input0 H: Handlers=kbd event0 B: EV=120003 B: KEY=10000 7 ff800000 7ff febeffdf ffefffff ffffffff fffffffe B: LED=1f I: Bus=0003 Vendor=046d Product=c50b Version=2100 N: Name="Logitech USB Receiver" P: Phys=usb-0000:00:11.2-2/input1 S: Sysfs=/class/input/input1 H: Handlers=kbd mouse0 event1 ts0 B: EV=7 B: KEY=ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff 0 0 1878 d800d100 1e0000 0 0 0 B: REL=103 I: Bus=0010 Vendor=001f Product=0001 Version=0100 N: Name="PC Speaker" P: Phys=isa0061/input0 S: Sysfs=/class/input/input2 H: Handlers=kbd event2 B: EV=40001 B: SND=6 What I noticed: the output from cat /proc/bus/input/devices differs from time to time and the "PC Speaker" sometimes comes first, sometimes in the middle and sometimes at last. That changes the eventX number :\ But with that in mind it should work about every third start ( didn't ever ) There are 2 devices called "Logitech USB Receiver" which are the keyboard and the mouse - so one can't say what is what only by the name ( I've looked at the handler and choose the one with a mouseX handler )
2006-05-31 21:45:12 Michael Heimann xserver-xorg-input-evdev: status Unconfirmed Confirmed
2006-05-31 21:45:12 Michael Heimann xserver-xorg-input-evdev: statusexplanation I've tried this on another machine running latest Dapper with the Mouse/Keyboard Combo attached - evdev showes the same error
2006-06-01 12:03:37 Emmet Hikory marked as duplicate 44169
2008-02-03 20:52:36 luis bug added attachment 'devices.txt' (devices.txt)