touchpad left-click ceased to work after update

Bug #117822 reported by kenstad
8
Affects Status Importance Assigned to Milestone
xorg-driver-synaptics (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

Everything has worked fine for months but after an automatic update by the update manager my touchpad no longer recognises left clicks - neither tap nor button - and on the first touch on the touchpad after login I get a hanging left click (a dotted box outline for selecting multiple items). Essential system info:

Laptop: MSI Megabook 1057
Touchpad:
(part of) cat /proc/bus/input/devices

I: Bus=0011 Vendor=0002 Product=0005 Version=0063
N: Name="ImPS/2 Logitech Wheel Mouse"
P: Phys=isa0060/serio2/input0
S: Sysfs=/class/input/input4
H: Handlers=mouse2 event4 ts2
B: EV=7
B: KEY=70000 0 0 0 0 0 0 0 0
B: REL=103

Ubuntu 7.04 - Feisty Fawn

uname -r
2.6.20-16-generic

Mouse related info in xorg.conf

Section "InputDevice"
 Identifier "Configured Mouse"
 Driver "mouse"
 Option "CorePointer"
 Option "Device" "/dev/input/mice"
 Option "Protocol" "ExplorerPS/2"
 Option "ZAxisMapping" "4 5"
 Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
 Identifier "Synaptics Touchpad"
 Driver "synaptics"
 Option "SendCoreEvents" "true"
 Option "Device" "/dev/psaux"
 Option "Protocol" "auto-dev"
 Option "HorizScrollDelta" "0"
EndSection

dmesg | grep Logitec
[ 17.176000] input: ImPS/2 Logitech Wheel Mouse as /class/input/input4

lsmod

Module Size Used by
binfmt_misc 12680 1
rfcomm 40856 0
l2cap 25728 5 rfcomm
bluetooth 55908 4 rfcomm,l2cap
ppdev 10116 0
i915 24448 2
drm 81044 3 i915
acpi_cpufreq 10056 0
cpufreq_userspace 5408 0
cpufreq_stats 7360 0
cpufreq_powersave 2688 0
cpufreq_ondemand 9228 2
freq_table 5792 3 acpi_cpufreq,cpufreq_stats,cpufreq_ondemand
cpufreq_conservative 8200 0
tc1100_wmi 8068 0
pcc_acpi 13184 0
dev_acpi 12292 0
sony_acpi 6284 0
video 16388 0
sbs 15652 0
i2c_ec 6016 1 sbs
i2c_core 22656 1 i2c_ec
dock 10268 0
button 8720 0
battery 10756 0
container 5248 0
ac 6020 0
asus_acpi 17308 0
backlight 7040 1 asus_acpi
ipv6 268960 12
arc4 2944 2
ecb 4480 2
blkcipher 6784 1 ecb
ieee80211_crypt_wep 6144 1
sbp2 23812 0
parport_pc 36388 0
lp 12452 0
parport 36936 3 ppdev,parport_pc,lp
snd_hda_intel 21912 0
snd_hda_codec 205056 1 snd_hda_intel
snd_pcm_oss 44544 0
snd_mixer_oss 17408 1 snd_pcm_oss
snd_pcm 79876 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_dummy 4740 0
snd_seq_oss 32896 0
snd_seq_midi 9600 0
snd_rawmidi 25472 1 snd_seq_midi
snd_seq_midi_event 8448 2 snd_seq_oss,snd_seq_midi
ipw3945 118816 1
snd_seq 52592 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 23684 2 snd_pcm,snd_seq
snd_seq_device 9100 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
ieee80211 34760 1 ipw3945
ieee80211_crypt 7040 2 ieee80211_crypt_wep,ieee80211
iTCO_wdt 11812 0
iTCO_vendor_support 4868 1 iTCO_wdt
pcspkr 4224 0
sdhci 18700 0
af_packet 23816 6
mmc_core 26756 1 sdhci
psmouse 38920 0
serio_raw 7940 0
snd 54020 10 snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore 8672 1 snd
snd_page_alloc 10888 2 snd_hda_intel,snd_pcm
shpchp 34324 0
pci_hotplug 32576 1 shpchp
intel_agp 25244 1
agpgart 35400 3 drm,intel_agp
tsdev 8768 0
evdev 11008 4
usbhid 26592 0
hid 27392 1 usbhid
ext3 133128 1
jbd 59816 1 ext3
mbcache 9604 1 ext3
sg 36252 0
sr_mod 17060 0
cdrom 37664 1 sr_mod
sd_mod 23428 3
ata_piix 14724 2
ata_generic 9092 0
libata 125720 2 ata_piix,ata_generic
scsi_mod 142348 5 sbp2,sg,sr_mod,sd_mod,libata
ohci1394 36528 0
ieee1394 299448 2 sbp2,ohci1394
generic 5124 0 [permanent]
r8169 32392 0
ehci_hcd 34188 0
uhci_hcd 25360 0
usbcore 134280 4 usbhid,ehci_hcd,uhci_hcd
thermal 14856 0
processor 31048 2 acpi_cpufreq,thermal
fan 5636 0
fbcon 42656 0
tileblit 3584 1 fbcon
font 9216 1 fbcon
bitblit 6912 1 fbcon
softcursor 3200 1 bitblit
vesafb 9220 0
capability 5896 0
commoncap 8192 1 capability

Any idea anyone?

Revision history for this message
Adam Niedling (krychek) wrote :

Feisty is not supported anymore.

Changed in xorg-driver-synaptics:
status: New → Invalid
Revision history for this message
sedesc (sedesc-riseup) wrote :

I can confirm this bug under intrepid. I had the same bug with several versions of ubuntu (including feisty) but since intrepid its no working a all.
After a restart of the xserver the tabbing works again but not the left mouse button.

greetings

Revision history for this message
Mancy (mancy) wrote :

Same problem here on "Karmic" 9.10
on update i lost the touchpad click/doubleclick but i can use the buttons to click left and right..
it's very annoying to lost the touchpad clicks
although it still scrolling vertically
FYI: the touchpad clicks into "Mouse configuration" is enabled

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.