Synaptics touchpad buttons stopped working (regression)

Bug #826054 reported by Mason
26
This bug affects 5 people
Affects Status Importance Assigned to Milestone
linux (Ubuntu)
Incomplete
Medium
Unassigned

Bug Description

Occurs on HP Pavilion DV6 laptop
Ubuntu 10.04

Symptoms: Laptop touchpad lost button functionality after kernel update.
Tapping still works as left button press, but left, middle and right button standard functionality no longer working. Note that the touchpad has the buttons as part of the pad.
From the excerpts of the working and non-working dmesg, it looks like "clickpad mode" is no longer enabled. Perhaps this will help in fixing this bug in Ubuntu.

Last working kernel package: 2.6.32-32-generic
Non-working kernel packages: 2.6.32-33-generic

From working kernel dmesg:
...other details removed...
[ 15.051364] Synaptics Touchpad, model: 1, fw: 7.4, id: 0x1e0b1, caps: 0xd04771/0xe40000
[ 15.051366] Synaptics: Clickpad mode enabled
...other details removed...
[ 15.134997] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input9
...other details removed...

From failed kernel dmesg:
...details removed...
[ 14.333965] Synaptics Touchpad, model: 1, fw: 7.4, id: 0x1e0b1, caps: 0xd04771/0xe40000/0x5a0400
...details removed...
[ 14.421294] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input13
...othe details removed...

Also, a diff of the command "xinput list-props 13" for working and non-working kernels:
--- xinlprops13working 2011-08-13 16:54:06.751656282 -0700
+++ xinlprops13fail 2011-08-13 17:13:23.642583110 -0700
@@ -23,12 +23,12 @@
  Synaptics Button Scrolling (284): 1, 1
  Synaptics Button Scrolling Repeat (285): 1, 1
  Synaptics Button Scrolling Time (286): 100
- Synaptics Off (287): 0
+ Synaptics Off (287): 1
  Synaptics Guestmouse Off (288): 0
  Synaptics Locked Drags (289): 0
  Synaptics Locked Drags Timeout (290): 5000
  Synaptics Tap Action (291): 2, 3, 0, 0, 1, 3, 2
- Synaptics Click Action (292): -48, 28, -17
+ Synaptics Click Action (292): -112, 28, -17
  Synaptics Circular Scrolling (293): 0
  Synaptics Circular Scrolling Distance (294): 0.100000
  Synaptics Circular Scrolling Trigger (295): 0
@@ -40,7 +40,7 @@
  Synaptics Pressure Motion Factor (301): 1.000000, 1.000000
  Synaptics Grab Event Device (302): 1
  Synaptics Gestures (303): 1
- Synaptics Capabilities (304): 1, 1, 1, 0, 0
+ Synaptics Capabilities (304): 1, 0, 0, 0, 0
  Synaptics Pad Resolution (305): 61, 46
  Synaptics Area (306): 0, 0, 0, 0
  Synaptics Jumpy Cursor Threshold (307): 0

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: linux-image-generic 2.6.32.33.39
Regression: Yes
Reproducible: No
ProcVersionSignature: Ubuntu 2.6.32-33.72-generic 2.6.32.41+drm33.18
Uname: Linux 2.6.32-33-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
Architecture: i386
ArecordDevices:
 **** List of CAPTURE Hardware Devices ****
 card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USER PID ACCESS COMMAND
 /dev/snd/controlC0: mason 1467 F.... pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xb4400000 irq 22'
   Mixer name : 'Intel G45 DEVIBX'
   Components : 'HDA:111d7605,103c144c,00100402 HDA:80862804,80860101,00100000'
   Controls : 18
   Simple ctrls : 10
Date: Sat Aug 13 17:24:39 2011
Frequency: Once a day.
HibernationDevice: RESUME=UUID=a0d52d15-f7c2-4127-961c-4edb2f3bcc75
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
MachineType: Hewlett-Packard HP Pavilion dv6 Notebook PC
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-33-generic root=UUID=5959dd21-fec3-4419-81f8-f2209306e254 ro quiet splash
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
RelatedPackageVersions: linux-firmware 1.34.7
RfKill:
 0: phy0: Wireless LAN
  Soft blocked: no
  Hard blocked: no
SourcePackage: linux
dmi.bios.date: 05/17/2010
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.07
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 144C
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 65.19
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: N/A
dmi.modalias: dmi:bvnHewlett-Packard:bvrF.07:bd05/17/2010:svnHewlett-Packard:pnHPPaviliondv6NotebookPC:pvr0499100000243010000620000:rvnHewlett-Packard:rn144C:rvr65.19:cvnHewlett-Packard:ct10:cvrN/A:
dmi.product.name: HP Pavilion dv6 Notebook PC
dmi.product.version: 0499100000243010000620000
dmi.sys.vendor: Hewlett-Packard

Revision history for this message
Mason (mlt-svn) wrote :
Changed in linux-meta (Ubuntu):
status: New → Confirmed
Revision history for this message
Mason (mlt-svn) wrote :

Just had kernel package 2.6.32-34-generic update, and...the problem still exists.
Hopefully the Ubuntu devs have some time to look at this!

Revision history for this message
Mason (mlt-svn) wrote :

Just tried the kernel package upgrade to 2.6.32-35-generic. Unfortunately the problem still exists.
Furthermore, I cannot seem to make any setting in synclient fix this.
Any suggestions for something to try?

Revision history for this message
Mason (mlt-svn) wrote :

Kernel package 2.6.32-36-generic: problem still exists.
Is this the wrong place to report this problem?

Revision history for this message
Mason (mlt-svn) wrote :

Kernel package 2.6.32-37-generic: problem still exists.
Windows 7 works fine--should this bug be linked to bug #1?

Revision history for this message
Mason (mlt-svn) wrote :

Kernel package 2.6.32-38-generic: no surprise now, the problem still exists.
Regressions are a low priority?

Brad Figg (brad-figg)
affects: linux-meta (Ubuntu) → linux (Ubuntu)
Revision history for this message
Joseph Salisbury (jsalisbury) wrote :

Would it be possible for you to test the latest upstream kernel? It will allow additional upstream developers to examine the issue. Refer to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest v3.3 kernel[1] (Not a kernel in the daily directory). Once you've tested the upstream kernel, please remove the 'needs-upstream-testing' tag(Only that one tag, please leave the other tags). This can be done by clicking on the yellow pencil icon next to the tag located at the bottom of the bug description and deleting the 'needs-upstream-testing' text.

If this bug is fixed by the mainline kernel, please add the following tag 'kernel-fixed-upstream-KERNEL-VERSION'. For example, if kernel version 3.3-rc2 fixed the issue, the tag would be: 'kernel-fixed-upstream-v3.3-rc2'.

If the mainline kernel does not fix this bug, please add the tag: 'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, for example it will not boot, please add the tag: 'kernel-unable-to-test-upstream'.
Once testing of the upstream kernel is complete, please mark this bug as "Confirmed".

Thanks in advance.

[1] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.3-rc3-precise/

Changed in linux (Ubuntu):
importance: Undecided → Medium
tags: added: kernel-da-key
Revision history for this message
Mason (mlt-svn) wrote :

Tested with both
linux-image-3.3.0-030300rc3-generic-pae_3.3.0-030300rc3.201202082335_i386.deb and
linux-image-3.3.0-030300rc4-generic-pae_3.3.0-030300rc4.201202181935_i386.deb

Both still exhibit the problem.

tags: added: kernel-bug-exists-upstream
removed: needs-upstream-testing
Revision history for this message
Joseph Salisbury (jsalisbury) wrote :

This issue appears to be an upstream bug, since you tested the latest upstream kernel. Would it be possible for you to open an upstream bug report at bugzilla.kernel.org [1]? That will allow the upstream Developers to examine the issue, and may provide a quicker resolution to the bug.

If you are comfortable with opening a bug upstream, It would be great if you can report back the upstream bug number in this bug report. That will allow us to link this bug to the upstream report.

[1] https://wiki.ubuntu.com/Bugs/Upstream/kernel

Revision history for this message
Mason (mlt-svn) wrote :

There is apparently a report already for this bug in bugzilla, #41252:
https://bugzilla.kernel.org/show_bug.cgi?id=41252

The response to that bug indicates the kernel had clickpad support removed, and it was supposed to be moved to the x driver (to xf86-input-synaptics).

Following the trail to the xorg bugtracker:
https://bugs.freedesktop.org/show_bug.cgi?id=38303

it appears the bug has been fixed as of Feb. 9.

So I think this means it is back to Ubuntu!
Will the Ubuntu devs be able to integrate the fix in the xorg input driver?

Many thanks!

Revision history for this message
Joseph Salisbury (jsalisbury) wrote :

The fix will make it into Ubuntu through stable updates, once it is applied to the upstream stable tree.

Revision history for this message
Mason (mlt-svn) wrote :

Great!
Should this bug have additional tags to indicate it is an xorg input bug? Or be switched to an appropriate xorg group in ubuntu?

Revision history for this message
EboMike (0-launchpad-ebomike-com) wrote :

As of Ubuntu 12.04 with 3.2.0-27-generic, this is still an issue. Is there any way to check whether or not xorg contains the patch?

penalvch (penalvch)
tags: added: kernel-bug-exists-upstream-v3.3-rc3-precise kernel-bug-exists-upstream-v3.3-rc4-precise needs-upstream-testing
removed: kernel-bug-exists-upstream
Revision history for this message
penalvch (penalvch) wrote :

Mason, this bug was reported a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue? If so, could you please test for this with the latest development release of Ubuntu? ISO images are available from http://cdimage.ubuntu.com/daily-live/current/ .

If it remains an issue, could you please run the following command in the development release from a Terminal (Applications->Accessories->Terminal), as it will automatically gather and attach updated debug information to this report:

apport-collect -p linux <replace-with-bug-number>

Also, could you please test the latest upstream kernel available following https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow additional upstream developers to examine the issue. Please do not test the daily folder, but the one all the way at the bottom. Once you've tested the upstream kernel, please comment on which kernel version specifically you tested. If this bug is fixed in the mainline kernel, please add the following tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested. For example:
kernel-fixed-upstream-v3.11-rc5

This can be done by clicking on the yellow circle with a black pencil icon next to the word Tags located at the bottom of the bug description. As well, please remove the tag:
needs-upstream-testing

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

As well, please remove the tag:
needs-upstream-testing

Once testing of the upstream kernel is complete, please mark this bug's Status as Confirmed. Please let us know your results. Thank you for your understanding.

tags: added: kernel-bug-exists-upstream-v3.3-rc4 needs-full-computer-model
removed: kernel-bug-exists-upstream-v3.3-rc3-precise kernel-bug-exists-upstream-v3.3-rc4-precise
Changed in linux (Ubuntu):
status: Confirmed → Incomplete
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.