Touchpad often not detected on HP 625

Archived topics about LMDE 1 and LMDE 2
Locked
ibruell

Touchpad often not detected on HP 625

Post by ibruell »

Often when I boot my laptop in battery mode, the touchpad is not detected correctly or sometimes not detected at all. So I have to reboot the machine.

The kernel detects it correctly I think

Code: Select all

[    8.441196] psmouse serio4: synaptics: Touchpad model: 1, fw: 7.4, id: 0x1e0b1, caps: 0xd04773/0xa40000/0xa0400
[    8.466190] Linux media interface: v0.10
[    8.485009] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input7
xorg has some trouble:

Code: Select all

[  4810.802] (II) LoadModule: "synaptics"
[  4810.802] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[  4810.802] (II) Module synaptics: vendor="X.Org Foundation"
[  4810.802]    compiled for 1.11.2.902, module version = 1.5.0
[  4810.802]    Module class: X.Org XInput Driver
[  4810.802]    ABI class: X.Org XInput driver, version 13.0
[  4810.802] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[  4810.802] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[  4810.802] (**) SynPS/2 Synaptics TouchPad: always reports core events
[  4810.802] (**) Option "Protocol" "event"
[  4810.802] (**) Option "Device" "/dev/input/mouse0"
[  4810.802] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0 Product 0
[  4810.802] (--) synaptics: SynPS/2 Synaptics TouchPad: invalid x-axis range.  defaulting to 1615 - 5685
[  4810.802] (--) synaptics: SynPS/2 Synaptics TouchPad: invalid y-axis range.  defaulting to 1729 - 4171
[  4810.802] (--) synaptics: SynPS/2 Synaptics TouchPad: invalid pressure range.  defaulting to 0 - 255
[  4810.802] (--) synaptics: SynPS/2 Synaptics TouchPad: invalid finger width range.  defaulting to 0 - 15
[  4810.802] (**) Option "VertEdgeScroll" "1"
[  4810.802] (**) Option "TouchpadOff" "0"
[  4810.802] (**) Option "TapButton1" "1"
[  4810.802] (--) synaptics: SynPS/2 Synaptics TouchPad: no supported touchpad found
[  4810.802] (EE) synaptics: SynPS/2 Synaptics TouchPad: Unable to query/initialize Synaptics hardware.
[  4810.828] (EE) PreInit returned 11 for "SynPS/2 Synaptics TouchPad"
[  4810.828] (II) UnloadModule: "synaptics"
[  4810.828] (II) Unloading synaptics
I tried the following with /etc/X11/xorg.conf.d/50-synaptics.conf:

Code: Select all

Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
        Option "Protocol" "event"
        Option "TouchpadOff" "0"
        Option "TapButton1" "1"
        Option "VertEdgeScroll" "1"
EndSection
Most the time I boot the laptop supplied to power the touchpad is correctly detected.

Before I installed Linux Mint LMDE I have used Ubuntu 10.10 without problems.

I have linuxmint debian 201204 installed.

Anyone an idea ???
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Locked

Return to “LMDE Archive”