<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Gary Sandine wrote:
<blockquote cite="mid1155495140.18543.12.camel@alrak.laclinux.com"
 type="cite">
  <pre wrap="">On Sun, 2006-08-13 at 12:45 -0600, I wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">On Sun, 2006-08-13 at 11:31 -0600, BrianO'Keefe wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">Gary Sandine wrote: 
      </pre>
      <blockquote type="cite">
        <pre wrap="">On Sun, 2006-08-13 at 10:51 -0600, BrianO'Keefe wrote:  
        </pre>
        <blockquote type="cite">
          <pre wrap="">I'm running DapperLTS, dual boot w/ OS X, and am having sound issues. 
When my computer suspends and then I wake it the sound becomes garbled. 
Is there a way to restart the sound server without logging out and in or 
restarting the computer?  
          </pre>
        </blockquote>
        <pre wrap="">Most suspend methods have a configuration file in which one provide a
list of services to stop before suspend and to start after resume.  If
that's the case for whatever method you are using, put artsd or esd or
whatever in the list.  Maybe that will work?
  
        </pre>
      </blockquote>
      <pre wrap="">Where would I find the configuration file? I just use the suspend icon
in Ubuntu so I don't know which method it uses.
      </pre>
    </blockquote>
    <pre wrap="">Try this in /etc/default/acpi-support:

# Add services to this list to stop them before suspend and restart
# them in the resume process.
STOP_SERVICES=""
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Oh... if you're using a powerpc Mac, that file won't exist.
Try /etc/default/pmi or pmu (something like that).



_______________________________________________
nmglug mailing list
<a class="moz-txt-link-abbreviated" href="mailto:nmglug@nmglug.org">nmglug@nmglug.org</a>
<a class="moz-txt-link-freetext" href="http://www.nmglug.org/mailman/listinfo/nmglug">http://www.nmglug.org/mailman/listinfo/nmglug</a>

  </pre>
</blockquote>
Thanks Gary. Here're the contents of /etc/default/pmi. Please
illustrate your addition a bit. Are you saying to add
STOP_SERVICES=""       to the file like:<br>
<br>
<pre wrap=""># The directory for blacklisting modules
BLACKLISTDIR="/var/lib/pmi/blacklist"

# The directory for adding services to be stopped
STOPDIR="/var/lib/pmi/stop"

STOP_SERVICES=""

</pre>
<br>
</body>
</html>