Comment 5 for bug 641091

Revision history for this message
Vladimir Prus (vladimir-prus) wrote :

Further bits of info.

1. Using i8042.nomux and i8042.reest on kernel command line does not fix this.
2. This time around, external mouse buttons do work, so I've looked at dmesg and found these additional messages:

[1266874868.433383] psmouse.c: GlidePoint at isa0060/serio1/input0 lost synchronization, throwing 2 bytes away.
[1266874868.945985] psmouse.c: resync failed, issuing reconnect request
[1266874870.465631] psmouse.c: GlidePoint at isa0060/serio1/input0 lost synchronization, throwing 2 bytes away.
[1266874870.976315] psmouse.c: resync failed, issuing reconnect request
[1266874874.950429] psmouse.c: GlidePoint at isa0060/serio1/input0 lost synchronization, throwing 2 bytes away.
[1266874875.463905] psmouse.c: resync failed, issuing reconnect request
[ 342.525807] psmouse.c: GlidePoint at isa0060/serio1/input0 lost synchronization, throwing 3 bytes away.
[ 343.035419] psmouse.c: resync failed, issuing reconnect request

3. If I do
modprobe -r psmouse
modprobe psmouse

both the trackstick and touchpad operate normally. Of course, this is merely an ugly workaround.