On Sun, Jun 29, 2008 at 07:41:11PM -0600, Matt Nelson wrote: > Thanks I finally found some guidance as to what is happening, or at least > the symptoms. I am finding that after coming out of suspend(S3) the sound > card module, snd_hda_intel, does not function properly. I can remove the > module and load it again and it works fine. My problem and now my question > for a workaround is this: to remove and reload this module I have to change > from init 5 to init 3 and then back to init 5. Any idea's on how to remove > and reload this module without going into init 3? Or better yet would be > how to preserve this module from the effects of suspend.
I believe that Fedora uses pm-utils for suspend. If that really is the case it should be as easy as adding a file in /etc/pm/config.d containing a line like this: SUSPEND_MODULES="snd_hda_intel" -- Byron Clark /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
