16.04: Elantech touchpad not working on new laptop

6,646

I would suggest trying the libinput driver. It's much newer than evdev and synaptics and fixed some issues I had with the Elan touchpad on the computer I use. It also supports most of the hardware of other drivers supported, including some graphics tablets. Instructions:

  1. Install the package xserver-xorg-input-libinput

    sudo apt install xserver-xorg-input-libinput
    
  2. Uninstall xserver-xorg-input-evdev

    sudo apt remove xserver-xorg-input-evdev
    
  3. Uninstall xserver-xorg-input-synaptics

    sudo apt remove xserver-xorg-input-synaptics
    
  4. Reboot and see if things work better.

Share:
6,646

Related videos on Youtube

michaelkovarik
Author by

michaelkovarik

Updated on September 18, 2022

Comments

  • michaelkovarik
    michaelkovarik over 1 year

    I recently bought an HP 14-an013nr, which was released within the last two months. It has an Elantech touchpad that does not seem to work. That is, motions with my finger do not result in corresponding motions of the pointer. Sometimes the pointer moves in a different direction. Most of the times the pointer is stationary.

  • user48147
    user48147 over 7 years
    If it was helpful, please consider an upvote.
  • St.Antario
    St.Antario over 4 years
    Does not work on 18.04
  • Doğuş
    Doğuş about 4 years
    Does not work on 19.10 as well.
  • Piotr Żak
    Piotr Żak over 3 years
    Not working on 20.04