Comment 54 for bug 1314198

Revision history for this message
Pilot6 (hanipouspilot) wrote :

@hesedieal84

Yes, it is important to file a separate bug. My image probably won't work out of the box, since noloop quirk is probably needed.
X550LC is included to list, but your model is not.
As a temporary solution yo may add i8042.noloop=1 to /etc/default/grub

Run

sudo gedit /etc/default/grub

In the opened file edit string

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

so it looks like

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.noloop=1"

Then save file and run

sudo update-grub

Touchpad should work.