Comment 65 for bug 1504445

Revision history for this message
Thatoo (thatoo) wrote :

Harakhay, the guy who find a solution in here, https://bbs.archlinux.org/viewtopic.php?pid=1572218#p1572218 , told me a little bit more how he solved his problem :

Everybody suggested him to add SUSPEND_MODULES="psmouse" in /etc/pm/config.d/modules, but it didn't help for him. So he found all modules dependent upon psmouse, and some dependent upon those modules as well. He had about 6 of them. Then he did this trick with all these modules (unload on suspend, load on resume), and he found out that it works. Then only thing he needed to do was to find out what module from those 6 is needed to be reloaded....

Now, to try his solution, because i8042 doesn't works in my case, I need to how to find all modules dependent upon psmouse, and some dependent upon those modules as well...

Does anyone can help me with that?