On Wed, 2008-06-18 at 19:13 -0700, Endy wrote: > Matt Morgan wrote: > > When I boot my computer all the way up, sound works fine. > > > > When I return from suspend or hibernate, sound is gone. I don't get > > any obvious error messages, I just don't hear anything. > > > > It's Fedora 9, i386, on an intel board with integrated Intel sound. > > Any ideas/suggestions? > > > > Thanks, > > Matt > I had a similar problem with my dell...but that was on f8. I haven't > had any issues in f9. It's a pain in the ass, but dropping into > runlevel 3, rmmod-ing the sound module (probably snd-hda-intel) and then > loading it again and going back to init 5 solved the problem when I was > experiencing it. You can configure it so it gets done automagically. Quoting from http://people.freedesktop.org/~hughsient/quirk/quirk-suspend-advanced.html To do this, create a file in /etc/pm/config.d/unload_modules and add the following line: SUSPEND_MODULES="b44" You'll also need to make this script executable, which you can do using: chmod +x /etc/pm/config.d/unload_modules Replace b44 with the name of your kernel sound module(s) and give it a try. Regards, Patrick -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list