public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: psmouse.c, throwing 3 bytes away
@ 2004-02-05 21:56 Luis Miguel García
  2004-02-05 19:33 ` Murilo Pontes
  2004-02-06  7:02 ` Claudio Martins
  0 siblings, 2 replies; 38+ messages in thread
From: Luis Miguel García @ 2004-02-05 21:56 UTC (permalink / raw)
  To: LINUX KERNEL MAILING LIST, murilo_pontes, vojtech

It's only me or we're having problems with kde 3.2?? Does it make sense? 
perhaps it's only that it's big compile? or not?

I have this problemsometimes and even another problem in which 
double-click converts itself in 40-clicks.

Any tip on that?




^ permalink raw reply	[flat|nested] 38+ messages in thread
* Re: psmouse.c, throwing 3 bytes away
@ 2004-02-05  6:18 Bob Gill
  0 siblings, 0 replies; 38+ messages in thread
From: Bob Gill @ 2004-02-05  6:18 UTC (permalink / raw)
  To: Linux Kernel Mailing List

Aha!  So it isn't just me or the mouse getting old!  Ok.  My mouse is a
ps/2 style HP wheel mouse.  I'm running 2.6.2 with Fedora Core (updated
with yum).  I have the same problem as others have described --mouse
goes crazy (usually left/right, not up/down), apps pop open, mouse
pointer moves very fast.  /var/log/messages gives:
Feb  4 20:34:10 localhost kernel: psmouse.c: Wheel Mouse at
isa0060/serio1/input0 lost synchronization, throwing 3 bytes away.
Feb  4 22:07:12 localhost kernel: psmouse.c: Wheel Mouse at
isa0060/serio1/input0 lost synchronization, throwing 3 bytes away.

After a second or two, the mouse regains it's footing and all is well. 
My mobo is Soyo P4S Dragon Ultra c/w SiS 645 chipset.
Mouse build is:
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_TSDEV is not set
CONFIG_INPUT_EVDEV=m
# CONFIG_INPUT_EVBUG is not set
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y

and XF86Config has
(in Section "ServerLayout")
InputDevice    "Mouse0" "CorePointer"
(in Section "InputDevice")
Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/psaux"
        Option      "ZAxisMapping" "4 5"
        Option      "Buttons" "3"
        Option      "Resolution" "250"

...and yes...I taint Feisty Dunnart with an NVidia binary for my video. 
The system runs at 1.8GHz and I'm not overclocking.  TIA

Bob


^ permalink raw reply	[flat|nested] 38+ messages in thread
* psmouse.c, throwing 3 bytes away
@ 2004-02-05  2:20 Walt Nelson
  2004-02-05  4:54 ` Claudio Martins
                   ` (2 more replies)
  0 siblings, 3 replies; 38+ messages in thread
From: Walt Nelson @ 2004-02-05  2:20 UTC (permalink / raw)
  To: kernel list

My mouse has been acting wired occationally, not all the time. I receive the 
following error in the syslog. This has been happening since 2.6.2-RC3. I am 
currently using 2.6.2. Are these related?

Feb  4 13:56:02 gumby kernel: psmouse.c: Wheel Mouse at isa0060/serio1/input0 
lost synchronization, throwing 3 bytes away.

The following occurs when starting KDE/X.
Feb  4 18:05:11 gumby kernel: atkbd.c: Unknown key released (translated set 2, 
code 0x7a on isa0060/serio0).
Feb  4 18:05:11 gumby kernel: atkbd.c: This is an XFree86 bug. It shouldn't 
access hardware directly.
Feb  4 18:05:11 gumby kernel: atkbd.c: Unknown key released (translated set 2, 
code 0x7a on isa0060/serio0).
Feb  4 18:05:11 gumby kernel: atkbd.c: This is an XFree86 bug. It shouldn't 
access hardware directly.

Thanks in advance

Walt

^ permalink raw reply	[flat|nested] 38+ messages in thread

end of thread, other threads:[~2004-02-09 22:25 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-05 21:56 psmouse.c, throwing 3 bytes away Luis Miguel García
2004-02-05 19:33 ` Murilo Pontes
2004-02-06  7:02 ` Claudio Martins
2004-02-06 10:12   ` Christian Unger
2004-02-06 17:52     ` Adrian Bunk
2004-02-06 18:03       ` Michael Buesch
2004-02-06 21:49     ` Claudio Martins
  -- strict thread matches above, loose matches on Subject: below --
2004-02-05  6:18 Bob Gill
2004-02-05  2:20 Walt Nelson
2004-02-05  4:54 ` Claudio Martins
2004-02-05 10:20   ` Isaac Claymore
2004-02-09  6:15     ` Isaac Claymore
2004-02-09  9:09       ` Vojtech Pavlik
2004-02-09  9:49         ` Isaac Claymore
2004-02-09  9:52           ` Vojtech Pavlik
2004-02-05 13:40   ` Michael Buesch
2004-02-05 15:31     ` johann lombardi
2004-02-05  5:05 ` Mike Houston
2004-02-05 17:24 ` Murilo Pontes
2004-02-05 20:38   ` Vojtech Pavlik
2004-02-05 18:14     ` Murilo Pontes
2004-02-05 19:08     ` Murilo Pontes
2004-02-05 21:06     ` Michael Buesch
2004-02-05 22:10     ` Mike Houston
2004-02-06  7:15       ` Mike Houston
2004-02-06  8:06         ` Walt Nelson
2004-02-07  5:47           ` Mike Houston
2004-02-07  9:11             ` Murilo Pontes
2004-02-08 21:59               ` Vojtech Pavlik
2004-02-08 22:19                 ` aeriksson
2004-02-08 22:32                   ` Vojtech Pavlik
2004-02-08 23:03                   ` Bernd Schubert
2004-02-08 23:30                     ` Vojtech Pavlik
     [not found]                       ` <40278077.5070409@free.fr>
2004-02-09 22:25                         ` Bernd Schubert
2004-02-06  0:33     ` Pete Clements
2004-02-06 22:44     ` Kronos
2004-02-07  2:35     ` Jamie Lokier
2004-02-07  4:19       ` Gene Heskett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox