How to get the Elan Touchpad on Lenovo Ideapad working in Ubuntu Linux This have been tested on Ubuntu, Linux Mint and several other Linux distributions.
- Open your Terminal with the keyboard shortcut ctrl+alt+t
- Open your Grub with the following command:
sudo nano /etc/default/grub
- Look for the following line:
GRUBCMDLINELINUX=“”
Now, change it to:
GRUBCMDLINELINUX=“i8042.nopnp=1 pci=nocrs”
- Press ctrl+o to save the file
Press ctrl+x to exit the nano editor
- Update Grub with the following command:
sudo update-grub
- Reboot your computer
See also