Comment 34 for bug 191024

Revision history for this message
gsalem (salem-ghassan) wrote : Re: [Bug 191024] Re: Synaptics touchpad not detected

Hi,
lshal on mly system sees this

udi =
'/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port_logicaldev_input'
  info.capabilities = {'input', 'input.mouse', 'input.touchpad'} (string
list)
  info.category = 'input' (string)
  info.parent =
'/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port' (string)
  info.product = 'AlpsPS/2 ALPS GlidePoint' (string)
  info.udi =
'/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port_logicaldev_input'
(string)
  input.device = '/dev/input/event7' (string)
  input.originating_device =
'/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port' (string)
  input.product = 'AlpsPS/2 ALPS GlidePoint' (string)
  linux.device_file = '/dev/input/event7' (string)
  linux.hotplug_type = 2 (0x2) (int)
  linux.subsystem = 'input' (string)
  linux.sysfs_path =
'/sys/devices/platform/i8042/serio1/input/input7/event7' (string)

tpconfig -i gives:

Found Synaptics Touchpad.
Firmware: 8.96 (multiple-byte mode).
Sensor type: unknown (0).
Geometry: rectangular/landscape/up.
Packets: absolute, 80 packets per second.
Corner taps disabled; no tap gestures.
Edge motion: none.
Z threshold: 6 of 7.
2 button mode; corner tap is right button click.

and the only remedy was to change modprobe's options as I said. Before that,
/proc/bus/input/devices could not see it as a touchpad.

Do you have any file named psmouse* in /etc/modprobe.d?

rgds
On Tue, Aug 26, 2008 at 1:18 AM, FriedChicken <email address hidden> wrote:

> Yes, I've tried your tips, but they all didn't help.
>
> My Tochpad seems to be am Syn0804:
> lshal | grep 0804
> udi = '/org/freedesktop/Hal/devices/pnp_SYN0804'
> info.product = 'PnP Device (SYN0804)' (string)
> info.udi = '/org/freedesktop/Hal/devices/pnp_SYN0804' (string)
> pnp.id = 'SYN0804' (string)
>
> But it seems to call itself a "PS/2 Logitech Wheel Mouse":
> cat /proc/bus/input/devices
> (...)
> I: Bus=0011 Vendor=0002 Product=0001 Version=0063
> N: Name="PS/2 Logitech Wheel Mouse"
> P: Phys=isa0060/serio4/input0
> S: Sysfs=/class/input/input9
> U: Uniq=
> H: Handlers=mouse1 event8
> B: EV=7
> B: KEY=70000 0 0 0 0 0 0 0 0
> B: REL=103
>
> Or at least psmouse detects it as this, although tpconfig detects a
> Syanptics.
>
> --
> Synaptics touchpad not detected
> https://bugs.launchpad.net/bugs/191024
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in "linux" source package in Ubuntu: Confirmed
> Status in "xserver-xorg-input-synaptics" source package in Ubuntu: New
>
> Bug description:
> Binary package hint: xserver-xorg-input-synaptics
>
> My Fujitsu Siemens Amilo Pi 1506 has got a Synaptics tochpad but is isn't
> detected correctly. Tapping and dragging works but scrolling and other
> touchpad-specific functions don't work.
>
> I've modified the xorg.conf as described in bug #173411, but it didn't help
> anything. The XServer says:
> [...]
> (II) Synaptics touchpad driver version 0.14.6 (1406)
> Synaptics Touchpad no synaptics event device found (checked 20 nodes)
> (**) Option "Device" "/dev/psaux"
> (**) Option "SHMConfig" "on"
> (**) Option "HorizEdgeScroll" "0"
> Query no Synaptics: 6003C8
> (EE) Synaptics Touchpad no synaptics touchpad detected and no repeater
> device
> (EE) Synaptics Touchpad Unable to query/initialize Synaptics hardware.
> (EE) PreInit failed for input device "Synaptics Touchpad"
> (II) UnloadModule: "synaptics"
> (WW) <default pointer>: No Device specified, looking for one...
> (II) <default pointer>: Setting Device option to "/dev/input/mice"
> (--) <default pointer>: Device: "/dev/input/mice"
> (==) <default pointer>: Protocol: "Auto"
> (**) Option "CorePointer"
> (**) <default pointer>: always reports core events
> (==) <default pointer>: Emulate3Buttons, Emulate3Timeout: 50
> (**) <default pointer>: ZAxisMapping: buttons 4 and 5
> (**) <default pointer>: Buttons: 9
> (**) <default pointer>: Sensitivity: 1
> [...]
> (II) evaluating device (<default pointer>)
> (II) XINPUT: Adding extended input device "<default pointer>" (type: MOUSE)
> [...]
>
> It seems that the touchpad is detected as PS/2 mouse or something like
> that.
>