Skip to content

Instantly share code, notes, and snippets.

@admkng
Last active November 17, 2016 21:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save admkng/03d87edde7ff16f2db4e to your computer and use it in GitHub Desktop.
Save admkng/03d87edde7ff16f2db4e 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