0

I installed Ubuntu 18.04 in my Lenovo IdeaPad 330 and from the installed Ubuntu touchpad is not working when I run the command xinput list there isn't any touchpad device showing there.

Someone told me that it is kernel version doesn't support this with new devices.

R K
  • 155
  • 1
  • 3
  • 10
  • There's an answer on this link: https://askubuntu.com/questions/1266880/touchpad-and-wifi-not-working-on-lenovo-ideapad-3-14iil05-ubuntu-16-04-06/1404386#1404386 – Dugonkt Apr 25 '22 at 03:04

1 Answers1

0

I fixed this problem on a lubuntu 18.04 just doing a upgrade:

sudo apt autoremove
sudo apt update
sudo apt upgrade
ailtonbsj
  • 131