[Bug 494244] New: Erratic scrollwheel behavior
http://bugzilla.novell.com/show_bug.cgi?id=494244 Summary: Erratic scrollwheel behavior Classification: openSUSE Product: openSUSE 11.2 Version: Alpha 0 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: X.Org AssignedTo: bnc-team-xorg-bugs@forge.provo.novell.com ReportedBy: captain.magnus@opensuse.org QAContact: xorg-maintainer-bugs@forge.provo.novell.com Found By: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.7) Gecko/2009022800 SUSE/3.0.7-72.4 Firefox/3.0.7 Gigabyte Laser mouse (GM-M6000). When using the scrollwheel to scroll down, the behavior is erratic, as it decides to scroll up instead (almost like, scroll down a few times, then up once, then scroll down again). I honestly don't know if this is an issue with X, or broken hardware (the mouse is brand new) If there's any config/log/trace, except what's below, that I can provide, please let me know; SaX2 puts this into xorg: Section "InputDevice" Driver "mouse" Identifier "Mouse[1]" Option "Buttons" "7" Option "Device" "/dev/input/mice" Option "Name" "Elan Microelectronics PS/2+USB Mouse" Option "Protocol" "explorerps/2" Option "Vendor" "Sysp" EndSection And here's the output from hwinfo --mouse 45: USB 00.0: 10503 USB Mouse [Created at usb.122] UDI: /org/freedesktop/Hal/devices/usb_device_4f3_212_noserial_if0 Unique ID: +u4I.nJzOKkg+Fr9 Parent ID: 7eqy.v+N+B0xY+P6 SysFS ID: /devices/pci0000:00/0000:00:1d.0/usb6/6-2/6-2:1.0 SysFS BusID: 6-2:1.0 Hardware Class: mouse Model: "Elan Microelectronics PS/2+USB Mouse" Hotplug: USB Vendor: usb 0x04f3 "Elan Microelectronics Corp." Device: usb 0x0212 "PS/2+USB Mouse" Revision: "23.24" Compatible to: int 0x0210 0x0015 Driver: "usbhid" Driver Modules: "usbhid" Device File: /dev/input/mice (/dev/input/mouse0) Device Files: /dev/input/mice, /dev/input/mouse0, /dev/input/event1, /dev/input/by-id/usb-04f3_PS.2+USB_Mouse-event-mouse, /dev/input/by-path/pci-0000:00:1d.0-usb-0:2:1.0-event-mouse, /dev/input/by-id/usb-04f3_PS.2+USB_Mouse-mouse, /dev/input/by-path/pci-0000:00:1d.0-usb-0:2:1.0-mouse Device Number: char 13:63 (char 13:32) Speed: 1.5 Mbps Module Alias: "usb:v04F3p0212d2324dc00dsc00dp00ic03isc01ip02" Driver Info #0: Buttons: 5 Wheels: 1 XFree86 Protocol: explorerps/2 GPM Protocol: exps2 Config Status: cfg=new, avail=yes, need=no, active=unknown Attached to: #41 (Hub) Reproducible: Always -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=494244 User sndirsch@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=494244#c1 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |sndirsch@novell.com Info Provider| |captain.magnus@opensuse.org --- Comment #1 from Stefan Dirsch <sndirsch@novell.com> 2009-04-12 16:53:24 MDT --- xorg.conf inputsection for mouse driver is no longer used by default. Instead evdev/HAL is used. Add Option "AutoAddDevices" "off" to ServerFlags section to change this. But I doubt that it will help. Most likely you'll also need Option "HWHEELRelativeAxisButtons" "6 7" or similar. Maybe adding <match key="@input.originating_device:usb.vendor_id" int="0x04f3"> <match key="@input.originating_device:usb.product_id" int="0x0212"> <merge key="input.x11_options.HWHEELRelativeAxisButtons" type="string">7 6</merge> <merge key="input.x11_options.Buttons" type="string">7</merge> </match> </match> to /usr/share/hal/fdi/policy/20thirdparty/11-mouse.fdi will help. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=494244 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-xorg-bugs@forge.pr |xorg-maintainer-bugs@forge. |ovo.novell.com |provo.novell.com -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=494244 User captain.magnus@opensuse.org added comment http://bugzilla.novell.com/show_bug.cgi?id=494244#c2 --- Comment #2 from Magnus Boman <captain.magnus@opensuse.org> 2009-04-15 17:44:58 MDT --- I tried the above, but to no avail. Unfortunately, I have friends who runs something else but Linux, so will try the mouse there and see if it behaves the same way. At least then we will know if this is a hardware issue or not. Leaving this one in needinfo until I come back with that info. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=494244 User sndirsch@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=494244#c3 --- Comment #3 from Stefan Dirsch <sndirsch@novell.com> 2009-04-15 20:03:51 MDT --- (In reply to comment #2)
I tried the above, but to no avail.
I need more details here. Also which buttons are reported to have been pressed in xev when you scroll the mouse wheel. Usually it's 4 (up) and 5 (down). I'm sure it's different for your mouse.
Unfortunately, I have friends who runs something else but Linux, so will try the mouse there and see if it behaves th same way. At least then we will know if this is a hardware issue or not.Leaving this one in needinfo until I come back with that info.
What a useless information would that be? Do you really expect that you've bought a mouse which doesn't work on Windows either? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=494244 User sndirsch@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=494244#c4 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Info Provider|captain.magnus@opensuse.org | Resolution| |NORESPONSE --- Comment #4 from Stefan Dirsch <sndirsch@novell.com> 2009-04-23 03:37:40 MDT --- Still waiting for a response for at least a week. Please reopen once you can provide the requested feedback. Thanks. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=494244 https://bugzilla.novell.com/show_bug.cgi?id=494244#c5 Alexander König <alexander.koenig@koenig-a.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Component|X.Org |X.Org Version|Alpha 0 |Final Resolution|NORESPONSE | AssignedTo|xorg-maintainer-bugs@forge. |bnc-team-xorg-bugs@forge.pr |provo.novell.com |ovo.novell.com Product|openSUSE 11.2 |openSUSE 11.3 Target Milestone|--- |Final --- Comment #5 from Alexander König <alexander.koenig@koenig-a.de> 2010-12-29 13:24:01 UTC --- I experience the same problem (in 11.2 and 11.3) with a number of PS/2 mice, e.g. Genius Netscroll 100. According to hardware info it is detected as "ImPS/2 Generic Wheel Mouse". Scrolling down works reasonably well (except when turning the wheel extremely fast), but scrolling up only works if I turn the wheel VERY slowly - otherwise it scrolls up and down erratically. The behaviour is similar on 64 and 32 bit systems, although I have the subjective impression that it is worse on the faster 64 computer. When plugging in my old Logitech USB+PS/2 mouse wheel scrolling works fine as expected. This mouse is detected as "ImPS/2 Logitech Wheel Mouse" -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=494244 https://bugzilla.novell.com/show_bug.cgi?id=494244#c Alexander König <alexander.koenig@koenig-a.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Platform|Other |64bit OS/Version|Other |openSUSE 11.3 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=494244 https://bugzilla.novell.com/show_bug.cgi?id=494244#c Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium Status|REOPENED |ASSIGNED AssignedTo|bnc-team-xorg-bugs@forge.pr |sndirsch@novell.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=494244 https://bugzilla.novell.com/show_bug.cgi?id=494244#c6 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |captain.magnus@opensuse.org --- Comment #6 from Stefan Dirsch <sndirsch@novell.com> 2010-12-29 14:45:43 UTC --- Could you please attach your /etc/X11/xorg.conf and /var/log/Xorg.0.log? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=494244 https://bugzilla.novell.com/show_bug.cgi?id=494244#c Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- InfoProvider|captain.magnus@opensuse.org |alexander.koenig@koenig-a.d | |e -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=494244 https://bugzilla.novell.com/show_bug.cgi?id=494244#c7 --- Comment #7 from Alexander König <alexander.koenig@koenig-a.de> 2010-12-29 17:02:37 UTC --- Created an attachment (id=406532) --> (http://bugzilla.novell.com/attachment.cgi?id=406532) /etc/X11 directory of the (32 bit) system with erratic mouse behaviour -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=494244 https://bugzilla.novell.com/show_bug.cgi?id=494244#c8 --- Comment #8 from Alexander König <alexander.koenig@koenig-a.de> 2010-12-29 17:04:05 UTC --- Created an attachment (id=406533) --> (http://bugzilla.novell.com/attachment.cgi?id=406533) Xorg.0.log from the system with erratic scroll wheel behaviour -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=494244 https://bugzilla.novell.com/show_bug.cgi?id=494244#c9 --- Comment #9 from Alexander König <alexander.koenig@koenig-a.de> 2010-12-29 17:05:10 UTC --- Created an attachment (id=406534) --> (http://bugzilla.novell.com/attachment.cgi?id=406534) /etc/X11 directory of the (64 bit) system with working Logitech mouse -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=494244 https://bugzilla.novell.com/show_bug.cgi?id=494244#c10 --- Comment #10 from Alexander König <alexander.koenig@koenig-a.de> 2010-12-29 17:06:07 UTC --- Created an attachment (id=406535) --> (http://bugzilla.novell.com/attachment.cgi?id=406535) Xorg.0.log from the system with workin Logitech mouse -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=494244 https://bugzilla.novell.com/show_bug.cgi?id=494244#c11 Alexander König <alexander.koenig@koenig-a.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|alexander.koenig@koenig-a.d | |e | --- Comment #11 from Alexander König <alexander.koenig@koenig-a.de> 2010-12-29 17:07:53 UTC --- There is no /etc/X11/xorg.conf on my 32 bit system. I attach a gzipped tar of the entire /etc/X11 directory instead. Please note: the first two files are from my 32 bit system with the erratic mouse behaviour, the last two files are from my 64 bit system with the Logitech mouse which is working fine (erratic behaviour previously with the other mouse - no change in /etc/X11). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=494244 https://bugzilla.novell.com/show_bug.cgi?id=494244#c12 --- Comment #12 from Alexander König <alexander.koenig@koenig-a.de> 2010-12-29 17:21:53 UTC --- Add-on info: The mouse with the now erratic behaviour definitely worked without any problem on suse 10.x systems with KDE3 on the same computer (no hardware changes in the meantime). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=494244 https://bugzilla.novell.com/show_bug.cgi?id=494244#c Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #406533|text/x-log |text/plain mime type| | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=494244 https://bugzilla.novell.com/show_bug.cgi?id=494244#c Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #406535|application/octet-stream |text/plain mime type| | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=494244 https://bugzilla.novell.com/show_bug.cgi?id=494244#c13 --- Comment #13 from Stefan Dirsch <sndirsch@novell.com> 2010-12-29 20:09:00 UTC --- Hmm. Nothing obvious in logfile. Detection looks good. [ 24.679] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/event1) [ 24.679] (**) ImPS/2 Generic Wheel Mouse: Applying InputClass "evdev pointer catchall" [ 24.679] (**) ImPS/2 Generic Wheel Mouse: always reports core events [ 24.679] (**) ImPS/2 Generic Wheel Mouse: Device: "/dev/input/event1" [ 24.679] (II) ImPS/2 Generic Wheel Mouse: Found 3 mouse buttons [ 24.679] (II) ImPS/2 Generic Wheel Mouse: Found scroll wheel(s) [ 24.679] (II) ImPS/2 Generic Wheel Mouse: Found relative axes [ 24.679] (II) ImPS/2 Generic Wheel Mouse: Found x and y relative axes [ 24.679] (II) ImPS/2 Generic Wheel Mouse: Configuring as mouse [ 24.679] (**) ImPS/2 Generic Wheel Mouse: YAxisMapping: buttons 4 and 5 [ 24.679] (**) ImPS/2 Generic Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 24.679] (II) XINPUT: Adding extended input device "ImPS/2 Generic Wheel Mouse" (type: MOUSE) [ 24.680] (**) ImPS/2 Generic Wheel Mouse: (accel) keeping acceleration scheme 1 [ 24.680] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration profile 0 [ 24.680] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration factor: 2.000 [ 24.680] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration threshold: 4 [ 24.680] (II) ImPS/2 Generic Wheel Mouse: initialized for relative axes. [ 24.680] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/mouse0) No xorg.conf is fine. Sorry for asking for it. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=494244 https://bugzilla.novell.com/show_bug.cgi?id=494244#c14 --- Comment #14 from Stefan Dirsch <sndirsch@novell.com> 2010-12-29 20:45:28 UTC --- Could also be a kernel input driver problem. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=494244 https://bugzilla.novell.com/show_bug.cgi?id=494244#c15 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |captain.magnus@opensuse.org --- Comment #15 from Stefan Dirsch <sndirsch@novell.com> 2010-12-30 11:18:34 UTC --- Alexander, since you've various mice, with which you can reproduce that issue, would it be an option to send one to us (Nuremberg, Germany), so we can work on this issue more easily? I can give you the detailed adress in a private mail. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=494244 https://bugzilla.novell.com/show_bug.cgi?id=494244#c16 --- Comment #16 from Alexander König <alexander.koenig@koenig-a.de> 2010-12-30 11:31:29 UTC --- Stefan, no problem to send you one of the mice. Please give me the detailed address in a private mail. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=494244 https://bugzilla.novell.com/show_bug.cgi?id=494244#c Alexander König <alexander.koenig@koenig-a.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|captain.magnus@opensuse.org | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=494244 https://bugzilla.novell.com/show_bug.cgi?id=494244#c18 --- Comment #18 from Stefan Dirsch <sndirsch@novell.com> 2011-01-04 17:24:38 UTC --- Alexander, the mouse arrived today. Thanks a lot! -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=494244 https://bugzilla.novell.com/show_bug.cgi?id=494244#c19 --- Comment #19 from Stefan Dirsch <sndirsch@novell.com> 2011-01-04 18:39:48 UTC --- I can reproduce that issue. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=494244 https://bugzilla.novell.com/show_bug.cgi?id=494244#c20 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|X.Org |Kernel AssignedTo|sndirsch@novell.com |kernel-maintainers@forge.pr | |ovo.novell.com QAContact|xorg-maintainer-bugs@forge. |qa@suse.de |provo.novell.com | --- Comment #20 from Stefan Dirsch <sndirsch@novell.com> 2011-01-05 13:50:39 UTC --- You can verify with 'evtest /dev/input/eventX' that already the events coming from the kernel are wrong. The values should have the same sign when scrolling in the same direction, but the sign changes when scrollling faster. So that's definitely a kernel or hardware issue. I tried with the different available protocols exps ("ImExPS/2"), imps ("IMPS/2"), bare ("PS/2"),lifebook ("auto") and any ("auto") (detected psmouse protocol is "auto") but that doesn't help. Either the same issue happens again or scrolling doesn't work at all (bare ("PS/2") protocol). Need to reassign this one to kernel people. Please let me know when I should give/send you the mouse I got from Alexander. I guess sending it to Prague and back should be fine for him. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=494244 https://bugzilla.novell.com/show_bug.cgi?id=494244#c21 --- Comment #21 from Alexander König <alexander.koenig@koenig-a.de> 2011-01-05 17:13:43 UTC --- (In reply to comment #20)
Need to reassign this one to kernel people. Please let me know when I should give/send you the mouse I got from Alexander. I guess sending it to Prague and back should be fine for him.
This is OK for me, Alexander -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=494244 https://bugzilla.novell.com/show_bug.cgi?id=494244#c24 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|jkosina@novell.com | AssignedTo|kernel-maintainers@forge.pr |jkosina@novell.com |ovo.novell.com | --- Comment #24 from Stefan Dirsch <sndirsch@novell.com> 2011-01-28 15:44:12 UTC --- I guess it makes sense to reassign this one to Jiri. Jiri, please let me know in case you're the wrong person to address that issue. Thanks. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=494244 https://bugzilla.novell.com/show_bug.cgi?id=494244#c26 Jiri Kosina <jkosina@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |captain.magnus@opensuse.org --- Comment #26 from Jiri Kosina <jkosina@novell.com> 2011-03-18 13:15:05 CET --- If I read the hwinfo output correctly, the mouse is connected through USB and driven by HID driver, so no PS/2 protocol should be involved. Is my understanding correct? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=494244 https://bugzilla.novell.com/show_bug.cgi?id=494244#c27 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|captain.magnus@opensuse.org | --- Comment #27 from Stefan Dirsch <sndirsch@novell.com> 2011-03-18 13:26:11 UTC --- No, it's a PS/2 mouse. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=494244 https://bugzilla.novell.com/show_bug.cgi?id=494244#c28 --- Comment #28 from Jiri Kosina <jkosina@novell.com> 2011-03-18 14:29:45 CET --- That's contradicting these lines from hwinfo in initial comment though: 45: USB 00.0: 10503 USB Mouse [Created at usb.122] .. SysFS ID: /devices/pci0000:00/0000:00:1d.0/usb6/6-2/6-2:1.0 .. Hotplug: USB Vendor: usb 0x04f3 "Elan Microelectronics Corp." Device: usb 0x0212 "PS/2+USB Mouse" .. Driver: "usbhid" Driver Modules: "usbhid" /dev/input/by-id/usb-04f3_PS.2+USB_Mouse-event-mouse, /dev/input/by-path/pci-0000:00:1d.0-usb-0:2:1.0-event-mouse, /dev/input/by-id/usb-04f3_PS.2+USB_Mouse-mouse, /dev/input/by-path/pci-0000:00:1d.0-usb-0:2:1.0-mouse So what's the reason for the discrepancy here? PS/2 mouse can't be driven by usbhid dirver in any way. Thanks. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=494244 https://bugzilla.novell.com/show_bug.cgi?id=494244#c29 --- Comment #29 from Stefan Dirsch <sndirsch@novell.com> 2011-03-18 13:58:36 UTC --- Magnus observed this behaviour on various mice. One mouse, which he sent to me, and on which I could confirm the behaviour, is a PS/2 mouse. So my guess is that the hwinfo output in the initial comment has been from a different mouse. Do you need the hwinfo output from the PS/2 mouse. Should I send the mouse to you? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=494244 https://bugzilla.novell.com/show_bug.cgi?id=494244#c31 Jiri Kosina <jkosina@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |captain.magnus@opensuse.org --- Comment #31 from Jiri Kosina <jkosina@novell.com> 2011-03-18 17:28:28 CET --- This would be a little bit easier to debug with USB mouse (*) Could you please send output of 'evtest' and 'cat /sys/kernel/debug/hid/<device>/events' in parallel from the situation this wrong scroll happens? It will clearly show the correlation between what the device is really sending and interpretation of the data by the kernel. (*) It could be done with PS/2 mouse as well, but manual parsing of the data would be needed. with PS/2 mice please send dmesg output from kernel booted with i8042.debug commandline instead of /sys/kernel/debug/... output Thanks. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=494244 https://bugzilla.novell.com/show_bug.cgi?id=494244#c32 --- Comment #32 from Stefan Dirsch <sndirsch@novell.com> 2011-03-21 11:24:50 UTC --- Created an attachment (id=420447) --> (http://bugzilla.novell.com/attachment.cgi?id=420447) ps2-dmesg.log dmesg log with PS/2 mouse with i8042.debug kernel boot option -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=494244 https://bugzilla.novell.com/show_bug.cgi?id=494244#c33 --- Comment #33 from Stefan Dirsch <sndirsch@novell.com> 2011-03-21 11:25:54 UTC --- Created an attachment (id=420448) --> (http://bugzilla.novell.com/attachment.cgi?id=420448) ps2-evtest.log evtest log for PS/2 mouse. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=494244 https://bugzilla.novell.com/show_bug.cgi?id=494244#c34 --- Comment #34 from Stefan Dirsch <sndirsch@novell.com> 2011-03-21 11:26:28 UTC --- Logs are already for openSUSE 11.4. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=494244 https://bugzilla.novell.com/show_bug.cgi?id=494244#c35 --- Comment #35 from Stefan Dirsch <sndirsch@novell.com> 2011-03-26 12:06:52 UTC --- Magnus, still available for testing? Could you also provide the logs for one of your affected USB mice? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=494244 https://bugzilla.novell.com/show_bug.cgi?id=494244#c36 --- Comment #36 from Stefan Dirsch <sndirsch@novell.com> 2011-05-09 13:22:15 UTC --- Doesn't seem so. I'm afraid we need to close the bug as WONTFIX and send the mouse back to Magnus. :-( -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=494244 https://bugzilla.novell.com/show_bug.cgi?id=494244#c37 --- Comment #37 from Alexander König <alexander.koenig@koenig-a.de> 2011-05-09 19:35:02 UTC --- Any progress with the PS/2 mouse I sent you? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=494244 https://bugzilla.novell.com/show_bug.cgi?id=494244#c38 --- Comment #38 from Stefan Dirsch <sndirsch@novell.com> 2011-05-09 21:50:49 UTC --- I provided the information, that has been requested by Jiri. Unfortunately you didn't for your affected USB mouse. See his comment #31. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=494244 https://bugzilla.novell.com/show_bug.cgi?id=494244#c39 --- Comment #39 from Alexander König <alexander.koenig@koenig-a.de> 2011-05-12 18:57:17 UTC --- Hi Stefan, I have the problem with the PS/2 mouse which I sent you - it was Magnus, who had an affected USB mouse, not me. Shouldn't we keep this bug open until at least the PS/2 problem is solved? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=494244 https://bugzilla.novell.com/show_bug.cgi?id=494244#c40 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|captain.magnus@opensuse.org | --- Comment #40 from Stefan Dirsch <sndirsch@novell.com> 2011-05-12 21:44:06 UTC --- Apparently Magnus is no longer responsible.
Shouldn't we keep this bug open until at least the PS/2 problem is solved?
Depends on whether Jiri Kosina is interested in investigating the issue on PS/2 mouse. See also his comment #31. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=494244 https://bugzilla.novell.com/show_bug.cgi?id=494244#c41 Stefan Dirsch <sndirsch@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |alexander.koenig@koenig-a.d | |e --- Comment #41 from Stefan Dirsch <sndirsch@suse.com> 2011-08-31 16:29:37 UTC --- (In reply to comment #40)
Apparently Magnus is no longer responsible.
s/responsible/responsive
Shouldn't we keep this bug open until at least the PS/2 problem is solved?
Depends on whether Jiri Kosina is interested in investigating the issue on PS/2 mouse. See also his comment #31.
Obviously he isn't. Karsten, I guess I should I send the mouse back to you, right? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=494244 https://bugzilla.novell.com/show_bug.cgi?id=494244#c42 --- Comment #42 from Stefan Dirsch <sndirsch@suse.com> 2011-08-31 16:30:48 UTC --- I apologize. Your name is Alexander ... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=494244 https://bugzilla.novell.com/show_bug.cgi?id=494244#c43 Alexander König <alexander.koenig@koenig-a.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|alexander.koenig@koenig-a.d | |e | --- Comment #43 from Alexander König <alexander.koenig@koenig-a.de> 2011-09-03 11:19:27 UTC --- (In reply to comment #42)
I apologize. Your name is Alexander ...
If there is nobody to investigate the issue, please send the PS/2 mouse back. I found an old Logitech USB mouse with PS/2 adapter which works properly with my computer. Best regards, Alexander -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=494244 https://bugzilla.novell.com/show_bug.cgi?id=494244#c44 --- Comment #44 from Stefan Dirsch <sndirsch@suse.com> 2011-09-05 10:40:15 UTC --- Alexander, the mouse should be back to you still until end of this week. If not, please let me know. Thanks for your patience. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=494244 https://bugzilla.novell.com/show_bug.cgi?id=494244#c45 Stefan Dirsch <sndirsch@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #45 from Stefan Dirsch <sndirsch@suse.com> 2011-09-05 10:41:00 UTC --- Closing as wontfix. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com