FS#17880 - [pm-utils] don't unload psmouse.ko before suspend/hibernate
Attached to Project:
Arch Linux
Opened by Eric MSP Veith (Technaton) - Sunday, 17 January 2010, 21:38 GMT
Last edited by Thayer Williams (thayer) - Tuesday, 19 January 2010, 19:02 GMT
Opened by Eric MSP Veith (Technaton) - Sunday, 17 January 2010, 21:38 GMT
Last edited by Thayer Williams (thayer) - Tuesday, 19 January 2010, 19:02 GMT
|
Details
The "psmouse" kernel module is known to cause problems with
some newer laptops, e.g. sudden poweroffs when resuming.
Arch therefore already explicitly unloads it in
/etc/rc.d/rc.shutdown. However, this isn't done with
pm-utils before suspend or hibernate.
Arch could supply a config file in /etc/pm/conf.d with the module noted since pm-utils has a facility for removing modules before entering suspend or hibernate. |
This task depends upon
Closed by Thayer Williams (thayer)
Tuesday, 19 January 2010, 19:02 GMT
Reason for closing: Won't implement
Tuesday, 19 January 2010, 19:02 GMT
Reason for closing: Won't implement
# reload the following modules to fix USB issues
SUSPEND_MODULES="ehci_hcd uhci_hcd usbcore"
It's just as easy for other users to do the same if they have finicky hardware.