Comment 27 for bug 1065840

Revision history for this message
Alexander (alxkud) wrote :

Hello dear Ubuntu users who suffer from this annoying bug.

I can't stay away from it since I use day by day my PC with Ubuntu 14 .04 LTS installed on it.
My config is based on the "Asus Striker II Extreme" MB which is concerned (Nvidia MCP).

So, the workaround is VERY SIMPLE:
http://sethdepot.org/site/DebianLinux
------------
Can be automated with the following udev rule, put to the file /etc/udev/rules.d/86-async-scsi-disable.rules
# Workaround for broken/slow suspend by disabling async ata/scsi targets
# https://sethdepot.org/site/DebianLinux
ACTION=="add", SUBSYSTEM=="scsi", ENV{DEVTYPE}=="scsi_target", ATTR{power/async}="disabled"
------------

Thank you and good luck.