Open Termninal and follow steps.
- sudo su
- apt update
- apt autoremove
- apt upgrade
- apt upgrade
- apt install build-essentials -y
- nano /etc/default/grub
(Edit “GRUB_CMDLINE_LINUX_DEFAULT to GRUB_CMDLINE_LINUX_DEFAULT= “quiet i8042.nopnp=1 pci=nocrs”)
- update-grub
- apt install git
- git clone GitHub - pavlepiramida/elan_i2c_dkms: Updated kernel module to fix touchpad detection on the Ideapad S145.
- apt install make dkms
- cd elan_i2c_dkms
- dkms install
- reboot