Solved Elan touchpad won't work anymore on Linux Mint Cinnamon

Solved issue

DeCoolad313

New Member
Joined
Nov 28, 2025
Messages
6
Reaction score
2
Credits
46
So I installed Linux Mint Cinnamon to my laptop as I wanted to upgrade my storage and have a new simple os and my touchpad worked for the first few days but real recently my touchpad has just stopped responding. Now I am not too techincal but when I type in "xinput list" a device with touchpad in the name "ELAN0514:01 04F3:3179 Touchpad" shows up. I saw a post on a website saying to add some commands to my /etc/default/grub and update it and reboot but nothing has worked so far. Thanks in advance
 


You're not alone with it, Elantech often has wonky bios/uefi integration that leads to flaky kernel integration. I had one over a dozen years ago with serious issues, and now I type on a notebook from 2019 that still has some issues (it got better though). My current sometimes disappears on boot or resume. Usually it recovers by suspending and resuming once.

Add some info on the hardware, especially which notebook model it is.
 
Some Acer have "advanced features" in bios for the touchpad. Disable those is one tip I found. If it does not appear to work, disable it via hotkey and enable again.

What happens when it stops responding? Cursor freezes but continues after a while, or disappear?

edit: when you don't see the touchpad listed in bios, press "ctrl s" on the main screen.
 
Last edited:
you could try
sudo apt install -t bullseye-backports linux-image-amd64

followed by
sudo apt install -t bullseye-backports firmware-linux

and finish with
sudo apt update && apt upgrade -y

I can't guarantee it will work for you, but it does work on some Acers.



Top
 
G'day DeCoolad313, Welcome to Linux.org

When it has stopped responding, has there been any error message displayed ? This matters.
but real recently my touchpad has just stopped responding.
How recently?...can you pinpoint the date, even approximately?
 
G'day DeCoolad313, Welcome to Linux.org

When it has stopped responding, has there been any error message displayed ? This matters.

How recently?...can you pinpoint the date, even approximately?
Its not that there is an error message, if I just try move my finger on it the cursor doesnt move. I'd say it stopped woring maybe a week ago aswell.
 
you could try
sudo apt install -t bullseye-backports linux-image-amd64

followed by
sudo apt install -t bullseye-backports firmware-linux

and finish with
sudo apt update && apt upgrade -y

I can't guarantee it will work for you, but it does work on some Acers.



Top
Those first two commands gave me the same error even after updating my things in terminal:
E: The value 'bullseye-backports' is invalid for APT::Default-Release as such a release is not available in the sources
 
Last edited:
Some Acer have "advanced features" in bios for the touchpad. Disable those is one tip I found. If it does not appear to work, disable it via hotkey and enable again.

What happens when it stops responding? Cursor freezes but continues after a while, or disappear?

edit: when you don't see the touchpad listed in bios, press "ctrl s" on the main screen.
In thr bios main tab pressing ctrl and s brought up a touch pad option between I2C and ps2 but its auto selected to I2C so il leave it. Also I just use my mouse as that works so the cursor doesn't just disappear. And there are no advanced features in my bios relating to touchpad
 
My printer stopped working last night. Simply no response from it.

The day before, it worked.

I immediately suspected something in an update. When I tried reinstalling it etc etc it threw an error......mentioning 'cups'

I looked in history of updates, ad there it was..a cups update, done earlier in the day.

I use Timeshift. It had taken a snapshot prior to that update being installed.

I Restored the system to the Snapshot....and the printer works again.

That is why I asked for any error message
It is likely that you do not have Timeshift set up?...yes/no

So to move on, try the below:

from this page: https://linuxmint.com/rel_zara.php

Touchpad drivers​


The default touchpad driver in this edition is "libinput" (provided by the xserver-xorg-input-libinput package).


If you experience problems with it, you can switch to another driver called "synaptics" (provided by the xserver-xorg-input-synaptics package).


To know which driver is used by your input devices, run the following command:


grep -i "Using input driver" /var/log/Xorg.0.log .. . run this in Terminal, post the result back here....do this first.


When both drivers are installed, "synaptics" takes priority.


To switch to the "synaptics" driver, install it with the command:


apt install xserver-xorg-input-synaptics


Then log out and log back in.


To go back to using "libinput", simply remove the "synaptics" driver:


apt remove xserver-xorg-input-synaptics


Then log out and log back in.


Note: You can also try installing the "evdev" driver (provided by the xserver-xorg-input-evdev).
 
I am so stupid, I just fully read your comment and looked up keyboard shortcuts that disable touchpad and found out that if you just press f10, it works again. Thanks very much for that and sorry for the inconvenience.
Some Acer have "advanced features" in bios for the touchpad. Disable those is one tip I found. If it does not appear to work, disable it via hotkey and enable again.

What happens when it stops responding? Cursor freezes but continues after a while, or disappear?

edit: when you don't see the touchpad listed in bios, press "ctrl s" on the main screen.
 
Well done.

You have learned something worthwhile today !
 


Follow Linux.org

Staff online


Top