Touch Pad Not Working In Fujitus laptop when linux, Ubuntu, etc



For your pc is needed some configuration to activate touchpad.

You must follow these steps

open a terminal and write this and insert your password:

sudo nano /etc/default/grub


in nano find the line:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

edit it with:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.notimeout"

save it (CTRL+O and then ENTER)

exit from nano (CTRL+X)

back in terminal type:

sudo update-grub

restart your ubuntu.

Comments