Skip to content

Instantly share code, notes, and snippets.

@userddssilva
Last active April 8, 2021 17:28
Show Gist options
  • Save userddssilva/53f9b0f5af3325fba48d077e5a92cc89 to your computer and use it in GitHub Desktop.
Save userddssilva/53f9b0f5af3325fba48d077e5a92cc89 to your computer and use it in GitHub Desktop.
how to activate my touchpad on thinkpad with ubuntu
#!/bin/bash
sudo rmmod psmouse
sudo modprobe psmouse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment