On Thu, Jun 19, 2008 at 6:26 AM, Patrick <<a href="mailto:fedora-list@puzzled.xs4all.nl">fedora-list@puzzled.xs4all.nl</a>> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Wed, 2008-06-18 at 19:13 -0700, Endy wrote:<br>
> Matt Morgan wrote:<br>
> > When I boot my computer all the way up, sound works fine.<br>
> ><br>
> > When I return from suspend or hibernate, sound is gone. I don't get<br>
> > any obvious error messages, I just don't hear anything.<br>
> ><br>
> > It's Fedora 9, i386, on an intel board with integrated Intel sound.<br>
> > Any ideas/suggestions?<br>
> ><br>
> > Thanks,<br>
> > Matt<br>
> I had a similar problem with my dell...but that was on f8.  I haven't<br>
> had any issues in f9.  It's a pain in the ass, but dropping into<br>
> runlevel 3, rmmod-ing the sound module (probably snd-hda-intel) and then<br>
> loading it again and going back to init 5 solved the problem when I was<br>
> experiencing it.<br>
<br>
</div>You can configure it so it gets done automagically. Quoting from<br>
<a href="http://people.freedesktop.org/%7Ehughsient/quirk/quirk-suspend-advanced.html" target="_blank">http://people.freedesktop.org/~hughsient/quirk/quirk-suspend-advanced.html</a><br>
<br>
To do this, create a file in /etc/pm/config.d/unload_modules and add the<br>
following line:<br>
<br>
SUSPEND_MODULES="b44"<br>
<br>
You'll also need to make this script executable, which you can do using:<br>
chmod +x /etc/pm/config.d/unload_modules<br>
<br>
Replace b44 with the name of your kernel sound module(s) and give it a try.<br>
<br>
Regards,<br>
<font color="#888888">Patrick</font><br></blockquote></div><br>Thanks to you both. I think I may have bigger problems.<br><br>I tried the automagic way ... it didn't work. Maybe snd-hda-intel isn't right? How do I know? When I try 'modprobe -l snd*' I get 122 results.<br>
<br>I tried the manual way ... turns out that sound isn't all that I lose after suspend/hibernate. I can't get to the console on ctrl-alt-f1. No video is sent. It works after a complete reboot.<br><br>What's going on here? <br>
<br>Thanks a lot,<br>Matt<br>