Comment 30 for bug 1504445

Revision history for this message
Thatoo (thatoo) wrote :

So now, I am running ubuntu 14.04 with kernel 3.19.30.
kernel 4.1.6 have been deleted
the driver focaltech-dkms is installed,

The touchpad works like it was working.

Before suspending the computer, I can deactivate and activate again the touchpad with the hotkey of my keyboard without problem.

I deleted this file /etc/pm/sleep.d/0000trackpad
that was containing

#!/bin/sh
case "$1" in
    suspend|hibernate)
        modprobe -r psmouse;
    resume|thaw)
        modprobe psmouse;
esac

I can suspend the computer but still the problem is on. After the computer come back from sleeping, the touchpad is not working anymore.
What should I do?

Is the Elantech driver the problem, I don't know and I don;t know how to delete it.