Skip to content

Instantly share code, notes, and snippets.

@a-sync
Forked from admkng/etd0108.rst
Created November 17, 2016 21:02
Show Gist options
  • Save a-sync/7392a8903202f1899c80e454973e0eff to your computer and use it in GitHub Desktop.
Save a-sync/7392a8903202f1899c80e454973e0eff to your computer and use it in GitHub Desktop.
Asus X750L touchpad not detected in Ubuntu

The Asus X750L touchpad manufactured by elantech (ETD0108) isn't detected in recent versions of Ubuntu and Arch Linux. To get it working, add the following kernel parameter to your grub line:

i8042.noloop

To make it permanent, add it to the GRUB_CMDLINE_LINUX_DEFAULT variable in /etc/default/grub:

GRUB_CMDLINE_LINUX_DEFAULT="i8042.noloop quiet splash"

Then run:

sudo update-grub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment