Touchpad not working after sleep on Dell Inspiron 13 7000

Asked by Morgan Hodgkinson

The touchpad doesn't work at all after closing the screen to sleep then open the machine then the touchpad doesn't work at all until you reboot the Dell Inspiron 13 7000 and can some help a noob

running Ubuntu 14.10

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Geoffrey McClinsey (geoffmcc) said :
#1
Revision history for this message
Geoffrey McClinsey (geoffmcc) said :
#2

Did that link help you?

Revision history for this message
Markus Koppe (markus-koppe) said :
#3

I have the same problem with my Dell Inspiron 13 7000 running Ubuntu 14.10 and followed the instructions in the thread at ubuntuforums but it still doesn't work. Also, the right mouse button does not work. Can anybody help?

Revision history for this message
Nicolay Giraldo (nicolay-g) said :
#4

That thread is closed.

Anyway, this is the script that worked for me in the Inspiron 13 7000:

/etc/pm/sleep.d/0000trackpad
#!/bin/sh
case "$1" in
    resume|thaw)
        modprobe -r hid_multitouch && modprobe hid_multitouch ;;
esac

Revision history for this message
Markus Koppe (markus-koppe) said :
#5

Great, thanks a lot! Now it's working! :-)

Best regards

Markus

Am 20.02.2015 um 04:46 schrieb Nicolay Giraldo:
> Question #257689 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/257689
>
> Nicolay Giraldo proposed the following answer: That thread is
> closed.
>
> Anyway, this is the script that worked for me in the Inspiron 13
> 7000:
>
> /etc/pm/sleep.d/0000trackpad #!/bin/sh case "$1" in resume|thaw)
> modprobe -r hid_multitouch && modprobe hid_multitouch ;; esac
>

Can you help with this problem?

Provide an answer of your own, or ask Morgan Hodgkinson for more information if necessary.

To post a message you must log in.