Comment 39 for bug 1210748

Revision history for this message
Alecz20 (alexguzu) wrote :

Had this same issue and the workaround in #35 solved it:

Steps:
#open /etc/default/grub for editing as root
sudo gedit /etc/default/grub

# find the line GRUB_CMDLINE_LINUX="" and add the options "i8042.nomux=1 i8042.reset"
# example:
GRUB_CMDLINE_LINUX="i8042.nomux=1 i8042.reset"

#update grub:
sudo update-grub