public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: mouse still losing sync and thus jumping around
@ 2005-03-03 14:21 Bennie Kahler-Venter
  2005-03-21 22:22 ` Andrew Morton
  2005-05-25 22:07 ` Andrew Morton
  0 siblings, 2 replies; 20+ messages in thread
From: Bennie Kahler-Venter @ 2005-03-03 14:21 UTC (permalink / raw)
  To: linux-kernel

Using SuSE 9.1 Professional with kernel 2.6.11  running on a AOpen 1845
Laptop.

Currently running without APM & ACPI

If I turn either or both on I get an erratic mouse and entries such as
these:
Mar  3 15:06:55 bventer01 kernel: psmouse.c: Mouse at
isa0060/serio2/input0 lost synchronization, throwing 2 bytes away.
Mar  3 15:07:23 bventer01 kernel: psmouse.c: Mouse at
isa0060/serio2/input0 lost synchronization, throwing 2 bytes away.

Kernels 2.6.x all reproduce the above symptoms.  I'm currently running
on 2.6.11

Must say that the occurance of these erratic problems are a lot less in
2.6.11 but they still persist.  I did do a test to see if it was ACPI
related.

With ACPI and APM turned on and when I restart "powersaved" mouse goes
crazy without me touching it.  I'm not too sure how to progress to
locate/fix this problem.

Tnx & Bi
Bennie Kahler-Venter



^ permalink raw reply	[flat|nested] 20+ messages in thread
* Re: mouse still losing sync and thus jumping around
@ 2005-06-13 21:40 Voluspa
  2005-06-13 21:47 ` Dmitry Torokhov
  2005-06-13 21:59 ` bhaskara
  0 siblings, 2 replies; 20+ messages in thread
From: Voluspa @ 2005-06-13 21:40 UTC (permalink / raw)
  To: dmitry.torokhov; +Cc: linux-kernel


On 2005-02-23 16:53:04 Dmitry Torokhov wrote:
> On Wed, 23 Feb 2005 17:29:49 +0100, Nils Kalchhauser wrote:
[...]
>> it seems to me like it is connected to disk activity... is that
>> possible?

> Yes, It usually happens either under high load, when mouse interrupts
> are significantly delayed. Or sometimes it happen when applications
> poll battey status and on some boxes it takes pretty long time. And
> because it is usually the same chip that serves keyboard/mouse it
> again delays mouse interrupts.

My notebook is an Acer Aspire 1520 (1524) with a Synaptics Touchpad,
model: 1, fw: 5.8, id: 0x9248b1, caps: 0x904713/0x4000

Kernels 2.6.11.11 and 2.6.12-rc6
Synaptics driver 0.14.2

The "lost sync at byte" and "driver resynched" began flooding the logs
when I enabled Sensors --> Temperatures --> thermal_zone [THRC/THRS] in
the system monitor gkrellm. I haven't tried battery monitoring.

There are only occasional mouse pointer jumps, but the logfiles grow
very quickly. I tried reducing the gkrellm updates from 10 times a
second to 2, but it only had a marginal effect. It seems a bit silly
that this powerful notebook (AMD64 Athlon 3400+) can't 'multitask'
correctly.

I thought about just erasing the warning messages from the kernel
source (don't want to disable warn in syslog completely), but when I
found the gkrellm culprit I turned off the monitoring instead,
reluctantly.

My system has no taxing desktop, just a window manager.

Mvh
Mats Johannesson
--

^ permalink raw reply	[flat|nested] 20+ messages in thread
* mouse still losing sync and thus jumping around
@ 2005-02-23 13:22 Nils Kalchhauser
  2005-02-23 14:17 ` Dmitry Torokhov
  0 siblings, 1 reply; 20+ messages in thread
From: Nils Kalchhauser @ 2005-02-23 13:22 UTC (permalink / raw)
  To: linux-kernel

Hi!


I still get the following messages and my mouse jumps around weirdly 
making work rather difficult regardless of which 2.6 kernel I use (tried 
2.6.8, 2.6.9, 2.6.10, 2.6.11-rc2 with patch-see below, 2.6.11-rc4):

psmouse.c: Mouse at isa0060/serio4/input0 lost synchronization, throwing 
2 bytes away.
psmouse.c: Mouse at isa0060/serio4/input0 lost synchronization, throwing 
2 bytes away.
psmouse.c: TouchPad at isa0060/serio2/input0 lost sync at byte 4
psmouse.c: TouchPad at isa0060/serio2/input0 lost sync at byte 1
psmouse.c: TouchPad at isa0060/serio2/input0 - driver resynched.
psmouse.c: TouchPad at isa0060/serio2/input0 lost sync at byte 1

(using either the touchpad or the connected PS/2 mouse)

I tried the patch Dmitry Torokhov supplied in the message with subject 
"Re: Really annoying bug in the mouse driver" from Jan 27 which 
supposedly fixes this problem. unfortunately it only got worse.

the problem is really annoying with windows sometimes closing because of 
sporadic mouse clicks etc. I would happily try patches and help in 
debugging, so if anyone has an idea or if more info about my 
setup/config is needed, just tell me.


thanks a lot,
Nils


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

end of thread, other threads:[~2005-06-14  1:39 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-03 14:21 mouse still losing sync and thus jumping around Bennie Kahler-Venter
2005-03-21 22:22 ` Andrew Morton
2005-05-25 22:07 ` Andrew Morton
2005-05-26  8:19   ` Bennie Kahler-Venter
2005-05-27 12:58   ` Bennie Kahler-Venter
2005-05-27 13:57     ` Dmitry Torokhov
2005-05-27 13:42   ` mouse still losing sync and thus jumping around (2.6.12-rc5) Bennie Kahler-Venter
  -- strict thread matches above, loose matches on Subject: below --
2005-06-13 21:40 mouse still losing sync and thus jumping around Voluspa
2005-06-13 21:47 ` Dmitry Torokhov
2005-06-13 23:45   ` Voluspa
2005-06-13 21:59 ` bhaskara
2005-06-13 22:03   ` Dmitry Torokhov
2005-06-13 22:22     ` bhaskara
2005-02-23 13:22 Nils Kalchhauser
2005-02-23 14:17 ` Dmitry Torokhov
2005-02-23 16:29   ` Nils Kalchhauser
2005-02-23 16:53     ` Dmitry Torokhov
2005-02-24  3:05       ` Anthony DiSante
2005-02-24  3:18         ` Dmitry Torokhov
2005-02-24  8:16           ` Anthony DiSante

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