[Jaunty] Trackpad not detected on a noname Intel laptop

Bug #361845 reported by Marc Tardif
18
This bug affects 2 people
Affects Status Importance Assigned to Milestone
xserver-xorg-input-synaptics (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

I'm running Jaunty with the latest updates as of today and the mouse trackpad doesn't work on some noname Intel laptop. I'm not sure whether this is a problem with the hardware or with Jaunty yet, I will follow up on this bug shortly after testing with the live cd from a previous release.

ProblemType: Bug
Architecture: i386
Dependencies:

DistroRelease: Ubuntu 9.04
Package: linux-source None [modified: /var/lib/dpkg/info/linux-source.list]
PackageArchitecture: all
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: linux-meta
Uname: Linux 2.6.28-11-generic i686
UnreportableReason: This is not a genuine Ubuntu package

Revision history for this message
Marc Tardif (cr3) wrote :

Mouse works fine on a hardy 8.04.1 live cd, so this seems to be a regression.

Revision history for this message
Leann Ogasawara (leannogasawara) wrote :

Hi Marc,

Can you take a look at the following and attach the requested debug info.

https://wiki.ubuntu.com/DebuggingTouchpadDetection

affects: linux-meta (Ubuntu) → xserver-xorg-input-synaptics (Ubuntu)
Changed in xserver-xorg-input-synaptics (Ubuntu):
status: New → Incomplete
Marc Tardif (cr3)
tags: added: regression-potential
Revision history for this message
Marc Tardif (cr3) wrote : apport-collect data

Architecture: i386
Dependencies:

DistroRelease: Ubuntu 9.04
Package: linux None [modified: /var/lib/dpkg/info/linux.list]
PackageArchitecture: i386
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
Uname: Linux 2.6.28-11-generic i686
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

Revision history for this message
Marc Tardif (cr3) wrote :

Architecture: i386
DistroRelease: Ubuntu 9.04
MachineType: COMPAL HGL3X
Package: linux-image-2.6.28-11-generic 2.6.28-11.41
PackageArchitecture: i386
ProcCmdLine: root=UUID=53d15af1-fa42-4424-8cae-1d196fe0378b ro quiet splash
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
ProcVersionSignature: Ubuntu 2.6.28-11.41-generic
Uname: Linux 2.6.28-11-generic i686
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

Revision history for this message
Marc Tardif (cr3) wrote :
Revision history for this message
Marc Tardif (cr3) wrote :
Revision history for this message
Marc Tardif (cr3) wrote :
Revision history for this message
Marc Tardif (cr3) wrote :
Revision history for this message
Marc Tardif (cr3) wrote :
Revision history for this message
Marc Tardif (cr3) wrote :
Revision history for this message
Marc Tardif (cr3) wrote :
Revision history for this message
Marc Tardif (cr3) wrote :
Revision history for this message
Marc Tardif (cr3) wrote :
Revision history for this message
Marc Tardif (cr3) wrote :

Here is some more information from the DebuggingTouchpadDetection wiki page:

$ cd /var/lib/acpi-support/; grep '.' *-*
bios-version:101A
system-manufacturer:COMPAL
system-product-name:HGL3X
system-version:Null

$ uname -a
Linux ubuntu 2.6.28-11-generic #41-Ubuntu SMP Wed Apr 8 04:38:53 UTC 2009 i686 GNU/Linux

$ cat /proc/version_signature
Ubuntu 2.6.28-11.41-generic

Revision history for this message
Marc Tardif (cr3) wrote :
Revision history for this message
Marc Tardif (cr3) wrote :
Revision history for this message
Marc Tardif (cr3) wrote :

I also tried installing the linux-restricted-modules package, just in case it might make a difference, but the mouse still doesn't work.

Revision history for this message
Leann Ogasawara (leannogasawara) wrote :

Seems like it is being recognized by the kernel:

$ grep -irn "elantech" dmesg.txt
656:[ 10.690240] psmouse serio4: ID: 10 00 64<6>elantech.c: assuming hardware version 1, firmware version 2.4
662:[ 10.910672] elantech.c: Synaptics capabilities query result 0x00, 0x02, 0x64.
666:[ 11.231572] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio4/input/input7

I do see the following in your Xorg.0.log:
...
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on HAL to provide the list of input devices.
 If no devices become available, reconfigure HAL or disable AllowEmptyInput.
...
...
(II) config/hal: Adding input device ETPS/2 Elantech Touchpad
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
 compiled for 1.6.0, module version = 0.99.3
 Module class: X.Org XInput Driver
 ABI class: X.Org XInput driver, version 4.0
(II) Synaptics touchpad driver version 0.99.3
(**) Option "Device" "/dev/input/event7"
(II) ETPS/2 Elantech Touchpad: x-axis range 32 - 544
(II) ETPS/2 Elantech Touchpad: y-axis range 32 - 352
(II) ETPS/2 Elantech Touchpad: device does not report pressure, will use touch data.
(II) ETPS/2 Elantech Touchpad: finger width range 0 - 0
(II) ETPS/2 Elantech Touchpad: buttons: left right middle double triple
(--) ETPS/2 Elantech Touchpad touchpad found
(**) ETPS/2 Elantech Touchpad: always reports core events
(II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD)
(**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
(**) ETPS/2 Elantech Touchpad: (accel) filter chain progression: 2.00
(**) ETPS/2 Elantech Touchpad: (accel) filter stage 0: 20.00 ms
(**) ETPS/2 Elantech Touchpad: (accel) set acceleration profile 0
(--) ETPS/2 Elantech Touchpad touchpad found

Just curious what your xorg.conf looks like?

Revision history for this message
Marc Tardif (cr3) wrote :

The file /etc/X11/xorg.conf is empty.

Revision history for this message
Vicenç Juan Tomàs (vtomasr5) wrote :

I have the same problem

Revision history for this message
Vicenç Juan Tomàs (vtomasr5) wrote :

I tried with xserver-xorg-input-synaptics package of debian sid (v1.1.0-1) and the same happens.

I added this section in my xorg.conf:

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

Revision history for this message
Vicenç Juan Tomàs (vtomasr5) wrote :

Wow, The problem has been solved only! It works now!
This is very strange.

Revision history for this message
Vicenç Juan Tomàs (vtomasr5) wrote :

It's very strange. If I remove the battery from my laptop, the trackpad works!, however, if I plug it the battery trackpad doesn't work!

can anyone confirm this?

Steve Beattie (sbeattie)
tags: added: jaunty regression-release
removed: regression-potential
Revision history for this message
Bryce Harrington (bryce) wrote :

Hi Mark, the input subsystem has been pretty radically changed since this bug was reported last year; are you still having the same issue with it?

Changed in xserver-xorg-input-synaptics (Ubuntu):
status: Incomplete → New
status: New → Incomplete
Revision history for this message
Bryce Harrington (bryce) wrote :

I'll go ahead and assume this is fixed now; you can reopen if it's still an issue (or better yet... file a new one using ubuntu-bug)

Changed in xserver-xorg-input-synaptics (Ubuntu):
status: Incomplete → Fix Released
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.