Comment 8 for bug 361680

Revision history for this message
Rocko (rockorequin) wrote :

Biji, does adding hdparm -S 0 near the beginning of /usr/lib/pm-utils/sleep.d/95hdparm-apm fix the problem for you? I've added it as the first line of resume_hdparm_apm(), ie:

resume_hdparm_apm()
{
 hdparm -S 0 /dev/sda
 if [ -e /usr/sbin/laptop_mode ] ; then