Fedora Fix touchpad MSI Prestige

Posted by Carles Loriente on December 23, 2019 · 1 min read

Seems that there is a problem in the latest versions of Fedora, when the computer wakes up after sleep mode or hibernate mode, the MSI Prestige touchpad freezes and didn’t respond until OS is restarted.

There are several ways to fix that.

Create an alias inside your .bashrc file


alias fixtouchpad="sudo rmmod i2c_hid; sudo modprobe i2c_hid"

Download the GitHub Gist Fedora Fix Touchpad MSI Prestige

Everytime your computer wakes up you can call from terminal ‘fixtouchpad’.

Found a snippet that saved your day? Consider dropping a tip!