Package: powersaved
Version: 0.14.0-5

On resuming from suspends to disk or ram I had no sound on my Inspiron
b130.  This may be a hardware bug, since I have anecdotal evidence that
this happens with the laptops stock install of XP as well.  Regardless
of cause, adding the following snippet to powersaved's resume scripts
has fixed the problem.

## This is a terrible hack for what is probably a bug somewhere else

if [ -x /etc/init.d/alsa-utils ]; then
  /etc/init.d/alsa-utils restart
fi

____________
Nate Eastman



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to