mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* 2.6.2: psmouse.c: .... Mouse at isa0060/serio1/input0 lost synchronization, throwing 3 bytes away.
@ 2004-02-08  6:18 fire-eyes
  2004-02-08  9:00 ` Murilo Pontes
  0 siblings, 1 reply; 2+ messages in thread
From: fire-eyes @ 2004-02-08  6:18 UTC (permalink / raw)
  To: linux-kernel

  Please CC: me, as I am not subscribed to this list.


I am using kernel 2.6.2 with SMP support on an Asus A7M-266D 
motherboard. I am using a Logitech M-BJ69 ps/2 mouse.

While in xfree, twice today I had the following happen:

While using the mouse, the pointer suddenly jumped wildly all over the 
place, I heard exactly two PC speaker beeps, then I got control back. 
This took about a quarter second in total. After that, no mouse button 
worked, including wheels.

I ctl-alt-backspace out of xfree. I check my load and it is high. I'm 
using xfce 4.0.3 window manager, and xfwm4 is taking up 99.9% of cpu. I 
need to kill -9 it. Not sure if xfce4 is actually a problem, I don't see 
how it would affect the mouse.

Both times I got the following error in logs:

kernel: psmouse.c: Explorer Mouse at isa0060/serio1/input0 lost 
synchronization, throwing 3 bytes away.

Here is some more info on my system:

Gentoo Linux
glibc-2.3.3_pre20040117
gcc (GCC) 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r1, propolice)
xfree 4.3.99.902

Now what stands out there is the xfree version. I never had this error 
in 4.3.0.

Starting xfree and xfce4, I get the following in logs. And yes it really 
is this many times:

atkbd.c: Unknown key released (translated set 2, code 0x7a on 
isa0060/serio0).
atkbd.c: This is an XFree86 bug. It shouldn't access hardware directly.
atkbd.c: Unknown key released (translated set 2, code 0x7a on 
isa0060/serio0).
atkbd.c: This is an XFree86 bug. It shouldn't access hardware directly.
atkbd.c: Unknown key released (translated set 2, code 0x7a on 
isa0060/serio0).
atkbd.c: This is an XFree86 bug. It shouldn't access hardware directly.
atkbd.c: Unknown key released (translated set 2, code 0x7a on 
isa0060/serio0).
atkbd.c: This is an XFree86 bug. It shouldn't access hardware directly.


Is there any further info I can provide to help solve a possible problem?

Thanks!

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

* Re: 2.6.2: psmouse.c: .... Mouse at isa0060/serio1/input0 lost synchronization, throwing 3 bytes away.
  2004-02-08  6:18 2.6.2: psmouse.c: .... Mouse at isa0060/serio1/input0 lost synchronization, throwing 3 bytes away fire-eyes
@ 2004-02-08  9:00 ` Murilo Pontes
  0 siblings, 0 replies; 2+ messages in thread
From: Murilo Pontes @ 2004-02-08  9:00 UTC (permalink / raw)
  To: linux-kernel

You disable CONFIG_PREEMPT? may be work around this problem

Em Dom 08 Fev 2004 06:18, fire-eyes escreveu:
>   Please CC: me, as I am not subscribed to this list.
> 
> 
> I am using kernel 2.6.2 with SMP support on an Asus A7M-266D 
> motherboard. I am using a Logitech M-BJ69 ps/2 mouse.
> 
> While in xfree, twice today I had the following happen:
> 
> While using the mouse, the pointer suddenly jumped wildly all over the 
> place, I heard exactly two PC speaker beeps, then I got control back. 
> This took about a quarter second in total. After that, no mouse button 
> worked, including wheels.
> 
> I ctl-alt-backspace out of xfree. I check my load and it is high. I'm 
> using xfce 4.0.3 window manager, and xfwm4 is taking up 99.9% of cpu. I 
> need to kill -9 it. Not sure if xfce4 is actually a problem, I don't see 
> how it would affect the mouse.
> 
> Both times I got the following error in logs:
> 
> kernel: psmouse.c: Explorer Mouse at isa0060/serio1/input0 lost 
> synchronization, throwing 3 bytes away.
> 
> Here is some more info on my system:
> 
> Gentoo Linux
> glibc-2.3.3_pre20040117
> gcc (GCC) 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r1, propolice)
> xfree 4.3.99.902
> 
> Now what stands out there is the xfree version. I never had this error 
> in 4.3.0.
> 
> Starting xfree and xfce4, I get the following in logs. And yes it really 
> is this many times:
> 
> atkbd.c: Unknown key released (translated set 2, code 0x7a on 
> isa0060/serio0).
> atkbd.c: This is an XFree86 bug. It shouldn't access hardware directly.
> atkbd.c: Unknown key released (translated set 2, code 0x7a on 
> isa0060/serio0).
> atkbd.c: This is an XFree86 bug. It shouldn't access hardware directly.
> atkbd.c: Unknown key released (translated set 2, code 0x7a on 
> isa0060/serio0).
> atkbd.c: This is an XFree86 bug. It shouldn't access hardware directly.
> atkbd.c: Unknown key released (translated set 2, code 0x7a on 
> isa0060/serio0).
> atkbd.c: This is an XFree86 bug. It shouldn't access hardware directly.
> 
> 
> Is there any further info I can provide to help solve a possible problem?
> 
> Thanks!
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 

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

end of thread, other threads:[~2004-02-08 12:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-08  6:18 2.6.2: psmouse.c: .... Mouse at isa0060/serio1/input0 lost synchronization, throwing 3 bytes away fire-eyes
2004-02-08  9:00 ` Murilo Pontes

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

all inboxes | Powered by JetHome®