<br><br><div class="gmail_quote">On Sat, May 24, 2008 at 8:52 AM, stan &lt;<a href="mailto:goedigi89__e@cox.net">goedigi89__e@cox.net</a>&gt; 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&#39;ve got nothing, &nbsp;I&#39;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. &nbsp;It is from the alsa-devel list and is an extract of the full message.<br>
...<br>
If not, try &quot;acpi=off&quot;. &nbsp;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 &quot;./configure --with-cards=hda-intel --with-debug=detect&quot;. &nbsp;Once you build and install it, type &quot;lsmod|fgrep snd|awk &#39;{print $1}&#39;|xargs rmmod&quot; to remove all sound modules, type &quot;dmesg -c&quot; to clear the dmesg log, then &quot;modprobe snd_hda_intel&quot; to load the new modules. &nbsp;If you still don&#39;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 &quot;make install-modules&quot; to install only your module. &nbsp;Then reboot. &nbsp;If that is easier. &nbsp;The debug message should indicate the problem if sound doesn&#39;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 &#39;{print $1}&#39;|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>