My touchpad is recognized as PS/2 mouse, not as Synaptics device, as it should. The same problem is described here: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/565543 cat /proc/bus/input/devices I: Bus=0011 Vendor=0002 Product=0005 Version=0000 N: Name="ImPS/2 Generic Wheel Mouse" P: Phys=isa0060/serio1/input0 S: Sysfs=/devices/platform/i8042/serio1/input/input1 U: Uniq= H: Handlers=mouse0 event1 B: EV=7 B: KEY=70000 0 0 0 0 B: REL=103 # grep -i synaptics .config CONFIG_MOUSE_PS2_SYNAPTICS=y # CONFIG_MOUSE_SYNAPTICS_I2C is not set Thanks!
Is the touchpad really Synaptics and not ALPS, Elantech, FSP and so forth? What driver does the other OS uses for it? Also, was tere a kernel that detected the touchpad properly or was it always broken?
I have the same issue. Running Ubuntu 10.10 Kernel 2.6.35-22-generic cat /proc/bus/input/devices output I: Bus=0011 Vendor=0002 Product=0001 Version=0000 N: Name="PS/2 Generic Mouse" P: Phys=isa0060/serio1/input0 S: Sysfs=/devices/platform/i8042/serio1/input/input11 U: Uniq= H: Handlers=mouse0 event11 B: EV=7 B: KEY=70000 0 0 0 0 B: REL=3 Output from tpconfig Found Synaptics Touchpad. Firmware: 8.96 (multiple-byte mode). dmesg output attached
Additionally: Touchpad has not worked under any of the following kernels. 2.6.35-20-generic 2.6.32-25-generic 2.6.32-21-generic
Created attachment 30942 [details] dmesg output Output of dmesg to help identify the cause of the problem.
(In reply to comment #2) > Output from tpconfig > > Found Synaptics Touchpad. > Firmware: 8.96 (multiple-byte mode). > > dmesg output attached If I see another tpconfig output I am gonna scream... The utility does not work. Please boot with "i8042.debug" on the kernel command line and provide full dmesg. Thanks.
Created attachment 31022 [details] dmesg output dmesg output with i8042.debug option
_Full_ dmesg, please. I need to see the device initialization phase, not only you working your touchpad/typing. Probably if you boot into text console you will be able to capture more? Also try adding log_buf_len=131072 to the kernel command line. Thanks.
Created attachment 31052 [details] full dmesg output
OK, it's another 73 02 64 model touchpad. *** This bug has been marked as a duplicate of bug 14660 ***