-
First get into terminal and type
sudo vim /etc/default/grub. -
Next, the
grub.cfgfile should pop up. FindGRUB_CMDLINE_LINUX=""and within the quotes type ini8042.reset i8042.nomux i8042.nopnp i8042.noloop. -
So it should look like this:
GRUB_CMDLINE_LINUX="i8042.reset i8042.nomux i8042.nopnp i8042.noloop" -
Hit save.
-
Next, you need to open up another terminal window and update grub by typing in
sudo update-gruband finally restart.
Last active
January 28, 2019 19:00
-
-
Save mymindwentblvnk/ee58bc998a6b9f99029cb251dbdda32a to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment