2005-12-01 19:52:13

by jurriaan

[permalink] [raw]
Subject: mouse resync messages since 2.6.15-rc2-mm1, still in 2.6.15-rc3-mm1

I access my workstations with a KVM switch, a Rose Vista model, and
since 2.6.15-rc2-mm1, I get an awful lot of

logips2pp: Detected unknown logitech mouse model 1
psmouse.c: resync failed, issuing reconnect request

messages. What is the information content in these messages? I take it
they tell me something important - but I can't understand what. If they
are just noise, could they please be removed?
I know my mouse works when I switch consoles; this KVM has worked for
ages with linux.

I can always #if 0 them out myself, but I'm curious what the meaning of
these messages is.

Thanks,
Jurriaan
--
Fire control was manual now. So was the coffeemaker, but with green
smoke gathering under the ceiling, that didn't seem as crucial somehow.
Tanya Huff - The Better Part of Valor
Debian (Unstable) GNU/Linux 2.6.15-rc2-mm1 5404 bogomips load 1.76


2005-12-02 01:59:42

by Dmitry Torokhov

[permalink] [raw]
Subject: Re: mouse resync messages since 2.6.15-rc2-mm1, still in 2.6.15-rc3-mm1

On Thursday 01 December 2005 14:51, jurriaan wrote:
> I access my workstations with a KVM switch, a Rose Vista model, and
> since 2.6.15-rc2-mm1, I get an awful lot of
>
> logips2pp: Detected unknown logitech mouse model 1
> psmouse.c: resync failed, issuing reconnect request
>
> messages. What is the information content in these messages? I take it
> they tell me something important - but I can't understand what. If they
> are just noise, could they please be removed?
> I know my mouse works when I switch consoles; this KVM has worked for
> ages with linux.
>

You not supposed to see thiese messages. When you boot, what mouse type
does the kernel detect? Could you send me your dmesg please? Also, if
you could do:

1. echo 1 > /sys/modules/i8042/parameters/debug
2. Switch your KVM to another box
3. Wait 5 seconds
4. Switch back
5. Move the mouse slightly
6. echo 0 > /sys/modules/i8042/parameters/debug

... and send me dmesg I would appreciate it.

> I can always #if 0 them out myself, but I'm curious what the meaning of
> these messages is.
>

You can disable resync mode by doing:

echo -n 0 > /sys/bus/serio/devices/serioX/resync_time

where serioX is serio port your mouse is connected to.

--
Dmitry