<br><br><div class="gmail_quote">On Sat, May 24, 2008 at 8:52 AM, stan <<a href="mailto:goedigi89__e@cox.net">goedigi89__e@cox.net</a>> wrote:<br><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">Justin Conover wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
I've got nothing,  I've tried latest stable alsa-driver/lib, snapshot and git tree.<br>
<br>
</blockquote></div>
Here is some advice to someone who has the same problem as you, but has an ICH7 hda-intel.  It is from the alsa-devel list and is an extract of the full message.<br>
...<br>
If not, try "acpi=off".  Lastly, you can try downloading a daily snapshot from <a href="ftp://ftp.suse.com/pub/projects/alsa/snapshot/driver/" target="_blank">ftp://ftp.suse.com/pub/projects/alsa/snapshot/driver/</a> and building it with "./configure --with-cards=hda-intel --with-debug=detect".  Once you build and install it, type "lsmod|fgrep snd|awk '{print $1}'|xargs rmmod" to remove all sound modules, type "dmesg -c" to clear the dmesg log, then "modprobe snd_hda_intel" to load the new modules.  If you still don't get audio, type dmesg to see the latest output and email that info here.<br>

<br>
Tobin<br>
...<br>
<br>
Instead of the install above you can use "make install-modules" to install only your module.  Then reboot.  If that is easier.  The debug message should indicate the problem if sound doesn't work. <br><div>
<div></div><div class="Wj3C7c">
<br>
-- <br>
fedora-list mailing list<br>
<a href="mailto:fedora-list@redhat.com" target="_blank">fedora-list@redhat.com</a><br>
To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list" target="_blank">https://www.redhat.com/mailman/listinfo/fedora-list</a><br>
</div></div></blockquote></div><br><br># lsmod|fgrep snd|awk '{print $1}'|xargs rmmod<br>ERROR: Module snd_hda_intel is in use<br>ERROR: Module snd_mixer_oss is in use<br>ERROR: Module snd_pcm is in use by snd_hda_intel<br>
ERROR: Module snd_timer is in use by snd_pcm<br>ERROR: Module snd_page_alloc is in use by snd_hda_intel,snd_pcm<br>ERROR: Module snd_hwdep is in use by snd_hda_intel<br>ERROR: Module snd is in use by snd_hda_intel,snd_mixer_oss,snd_pcm,snd_timer,snd_hwdep<br>
ERROR: Module soundcore is in use by snd<br><br><br><br>2.6.23 default kernel on F8 works fine, thats it ;)<br>