![]() |
Touchpad not working following latest updates - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5) +--- Forum: Other (https://www.linuxliteos.com/forums/forumdisplay.php?fid=20) +--- Thread: Touchpad not working following latest updates (/showthread.php?tid=6626) |
Touchpad not working following latest updates - Golan2072 - 12-04-2019 Hi, I have a Dell Vostro 15 3000 series laptop. It worked perfectly until today. I have the latest Linux Lite version and have installed updates today. Immediately after the updates, my touchpad stopped working. I tried various solution I found on Google, none works. Re: Touchpad not working following latest updates - Moltke - 12-04-2019 (12-04-2019, 01:10 PM)Golan2072 link Wrote: Hi, What do you mean excatly by "stopped working"? Doesn't tab work? Neither right nor left button works? it doesn't work at all? I ask because depending on the specific issue you may have there might be a specific solution. For me, it looks like the driver module isn't being loadaed. Did you try rebooting your pc after updating/upgrading? If you didn't, try that and see if it works. Also, what's the output of this command? Code: grep -e "input driver" /var/log/Xorg.0.log Re: Touchpad not working following latest updates - Golan2072 - 12-04-2019 The touchpad does not work at all - neither cursor movement nor buttons. I tried rebooting several times. Also tried turning the laptop off completely, waiting several seconds, then turning it on again. It didn't help. Here is the output: ![]() Re: Touchpad not working following latest updates - Valtam - 12-04-2019 Let's see if it is kernel update related. When you reboot, hold down Shift and then go to Advanced and choose a previous kernel to boot from. Try that each time to see if functionality returns. Re: Touchpad not working following latest updates - Golan2072 - 12-05-2019 Bingo! Going back to the previous kernel solves the issue. Re: Touchpad not working following latest updates - Golan2072 - 12-05-2019 Is this bug report relevant? https://bugzilla.kernel.org/show_bug.cgi?id=47311 Re: Touchpad not working following latest updates - Valtam - 12-05-2019 (12-05-2019, 10:03 AM)Golan2072 link Wrote: Is this bug report relevant? Might pay to Google the kernel version and Ubuntu to get a clearer idea eg. "kernel 4.4.0-131-generic #157-Ubuntu SMP touchpad bug" If no finds, then submit the bug to Ubuntu. |