Skip to content

Instantly share code, notes, and snippets.

@mymindwentblvnk
Last active January 28, 2019 19:00
Show Gist options
  • Save mymindwentblvnk/ee58bc998a6b9f99029cb251dbdda32a to your computer and use it in GitHub Desktop.
Save mymindwentblvnk/ee58bc998a6b9f99029cb251dbdda32a to your computer and use it in GitHub Desktop.
  1. First get into terminal and type sudo vim /etc/default/grub.

  2. Next, the grub.cfg file should pop up. Find GRUB_CMDLINE_LINUX="" and within the quotes type in i8042.reset i8042.nomux i8042.nopnp i8042.noloop.

  3. So it should look like this: GRUB_CMDLINE_LINUX="i8042.reset i8042.nomux i8042.nopnp i8042.noloop"

  4. Hit save.

  5. Next, you need to open up another terminal window and update grub by typing in sudo update-grub and finally restart.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment