Bugzilla – Bug 135239
kernel needs i8042.nomux boot option to correctly detect Synaptics TouchPad
Last modified: 2005-11-23 18:26:43 UTC
This is using kernel 2.6.13-15-default. Without i8042.nomux, kernel detects only "PS/2 Generic Mouse on isa0060/serio4" With i8042.nomux, kernel detects "SynPS/2 Synaptics TouchPad on isa0060/serio1", which then works fine with the Xorg synaptics driver. (This boot option also cures mouse synchronisation loss craziness when resuming from a suspend.) Hardware is a Fujitsu-Siemens Lifebook S7010. I will attach boot.msg files showing this behaviour.
Created attachment 58314 [details] boot.msg showing Synaptics touchpad detection
Created attachment 58315 [details] boot.msg showing only generic PS/2 mouse detection
Can you please provide the output of 'dmidecode' on your machine? We need to add it to the list of machine (mostly from Fujitsu-Siemens) which don't have working Active Multiplexing implementations, resulting in incorrect detection of attached devices, and other troubles during operation (lost sync, etc).
Created attachment 58420 [details] Output of dmidecode
Created attachment 58453 [details] Patch to add the S7010 to MUX blacklist This patch will fix the problem. It'll be added to the upstream kernel soon.
Thanks for reporting the problem, and giving your dmidecode. The above patch will be applied to upstream kernel soon. Until then, please use the kernel option (add it to /boot/grub/menu.lst).
OK, thanks.