I have an ASUS UX330U and I am running Ubuntu 16.04.4 on it with xfce as window manager. Sometimes it happens that after suspend the touchpad is not working. The touchpad is working in the login-screen, but after successfull login, no touchpad. Note that this happens only sometimes.
I have tried modprobe -r psmouse
and modprobe psmouse
without any success.
This is the output of xinput
:
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ ELAN1200:00 04F3:3022 Touchpad id=13 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Asus Wireless Radio Control id=7 [slave keyboard (3)]
↳ Video Bus id=8 [slave keyboard (3)]
↳ Power Button id=9 [slave keyboard (3)]
↳ Sleep Button id=10 [slave keyboard (3)]
↳ USB2.0 HD UVC WebCam: USB2.0 HD id=12 [slave keyboard (3)]
↳ Asus WMI hotkeys id=14 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=15 [slave keyboard (3)]
The kernel I am using is, according to the output of uname -r
:
4.13.0-45-generic
According to this question, the output of dmesg | grep pnp
might be helpful:
[ 0.220840] pnp: PnP ACPI init
[ 0.221221] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.221404] pnp 00:03: Plug and Play ACPI device, IDs ATK3001 PNP030b (active)
[ 0.224220] pnp: PnP ACPI: found 8 devices
[ 0.956259] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
My questions are:
- Why does the touchpad stops working sometimes after returning from suspend ?
- Why is the touchpad still working in the login screen (in the cases where it is not working after logging in)?
And, of course, I would be happy if someone would tell me how to fix this.
Update 1
The output of apt policy linux-generic-hwe-16.04
is as follows:
linux-generic-hwe-16.04:
Installed: 4.13.0.45.64
Candidate: 4.13.0.45.64
Version table:
*** 4.13.0.45.64 500
500 http://de.archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages
500 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages
100 /var/lib/dpkg/status
Update 2
Since updating to kernel 4.15, I have not experienced the error so far, seems like this has indeed solved the problem (as suggested in the comments).
sudo apt update && sudo apt upgrade
it will be installed. Today they uploaded the new major version for 16.04. If you are using a mirror, the repo will be synced later. – Pilot6 Jul 05 '18 at 16:47apt policy linux-generic-hwe-1604
show? – Pilot6 Jul 05 '18 at 19:55