Re: Keine Maus mit Kernel 2.6.x
Hallo,
ich habe jetzt die Lösung für das Problem. Man muß einfach
psmouse.proto=bare als Kernelparameter angeben (und zusätzlich
psmouse.proto=imps, wenn man eine Intellimouse benutzen möchte)
Das Problem liegt hier:(Dmitry Torokhov, Peter Osterlund)
It seems that older Compaqs and some ASUS have the following issues:
1. They lack an active multiplexing controller
2. They completely hide presence of an external mouse port.
So what happens is that kernel detects Synaptics and assumes it is
the only device. Then out of sudden is gets a steam of bare PS/2
data from external mouse which of course violate Synaptics protocol
standard and you get these "lost sync" messages.
I would think its a design mistake and that these manufacturers
do not expect Synaptics touchpad ever used in its native mode.
For example on my Dell mouse connected to the external port takes
over the Synaptics (it's also lacks active multiplexor) so if
there is something on the external port the Synaptics is not
detected at all allowing kernel to work out of the box.
You have 2 possible workarounds:
1. Pass psmouse.proto=bare to the kernel therefore forcing Synaptics
to work in PS/2 emulation mode, but you will loose advanced features,
like scrolling and corner tapping
2. Invest in an USB mouse.
Bei mir funktioniert das wunderbar, sogar das Tabbing des Touchpad
funktioniert...
Sascha
Reply to: