Touchpad stops working after some time, works again if restarted using Fn Key and F7

Asked by Fahad

Hey Everyone!

I've been running Ubuntu on my laptop for a while now. It's been working alright, but today, when I rebooted it and logged in, the touchpad stopped working after some time. I disabled the touchpad and re-enabled it using the button on my keyboard, and it started again. Problem is, the touchpad keeps shutting off automatically after some time.

I'm using Ubuntu 14.04, and the kernel version is 3.13.0-43-generic.

I'm not sure what information will be helpful, so ask for anything you need!

I'd be very glad if you could help me fix this.

Thanks in advance!

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

What is the make and model of the laptop?

Revision history for this message
Fahad (fahadmonster) said :
#2

Acer Aspire E14

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

When the touchpad stops working, press CTRL + ALT + T and run:

dmesg | tail; lsb_release -a

What is the output please?

Revision history for this message
Fahad (fahadmonster) said :
#4

[ 954.328647] psmouse serio1: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[ 954.345981] psmouse serio1: TouchPad at isa0060/serio1/input0 - driver resynced.
[ 1034.769432] psmouse serio1: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[ 1034.770645] psmouse serio1: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[ 1034.773397] psmouse serio1: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[ 1034.773404] psmouse serio1: TouchPad at isa0060/serio1/input0 lost sync at byte 1
[ 1034.789261] psmouse serio1: TouchPad at isa0060/serio1/input0 - driver resynced.
[ 1525.456463] systemd-hostnamed[3660]: Warning: nss-myhostname is not installed. Changing the local hostname might make it unresolveable. Please install nss-myhostname!
[ 3156.032489] psmouse serio1: TouchPad at isa0060/serio1/input0 lost synchronization, throwing 4 bytes away.
[ 4636.803979] systemd-hostnamed[5347]: Warning: nss-myhostname is not installed. Changing the local hostname might make it unresolveable. Please install nss-myhostname!
LSB Version: core-2.0-amd64:core-2.0-noarch:core-3.0-amd64:core-3.0-noarch:core-3.1-amd64:core-3.1-noarch:core-3.2-amd64:core-3.2-noarch:core-4.0-amd64:core-4.0-noarch:core-4.1-amd64:core-4.1-noarch:cxx-3.0-amd64:cxx-3.0-noarch:cxx-3.1-amd64:cxx-3.1-noarch:cxx-3.2-amd64:cxx-3.2-noarch:cxx-4.0-amd64:cxx-4.0-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-3.1-amd64:desktop-3.1-noarch:desktop-3.2-amd64:desktop-3.2-noarch:desktop-4.0-amd64:desktop-4.0-noarch:desktop-4.1-amd64:desktop-4.1-noarch:graphics-2.0-amd64:graphics-2.0-noarch:graphics-3.0-amd64:graphics-3.0-noarch:graphics-3.1-amd64:graphics-3.1-noarch:graphics-3.2-amd64:graphics-3.2-noarch:graphics-4.0-amd64:graphics-4.0-noarch:graphics-4.1-amd64:graphics-4.1-noarch:languages-3.2-amd64:languages-3.2-noarch:languages-4.0-amd64:languages-4.0-noarch:languages-4.1-amd64:languages-4.1-noarch:multimedia-3.2-amd64:multimedia-3.2-noarch:multimedia-4.0-amd64:multimedia-4.0-noarch:multimedia-4.1-amd64:multimedia-4.1-noarch:printing-3.2-amd64:printing-3.2-noarch:printing-4.0-amd64:printing-4.0-noarch:printing-4.1-amd64:printing-4.1-noarch:qt4-3.1-amd64:qt4-3.1-noarch:security-4.0-amd64:security-4.0-noarch:security-4.1-amd64:security-4.1-noarch
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#5

Run the below command and reboot to test:

echo "options psmouse proto=imps" | sudo tee /etc/modprobe.d/psmousefix.conf > /dev/null

Revision history for this message
Fahad (fahadmonster) said :
#6

Nope, problem still there...

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#7

Ok, you can run:

sudo rm /etc/modprobe.d/psmousefix.conf

To remove the file and reboot. I suggest you report a bug

Revision history for this message
Fahad (fahadmonster) said :
#8

Thanks actionparsnip, that solved my question.