<br><br><div><span class="gmail_quote">On 8/22/07, <b class="gmail_sendername">Robert P. J. Day</b> <<a href="mailto:rpjday@mindspring.com">rpjday@mindspring.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>  i just finished installing f8-t1 on a gateway laptop, during which<br>the sound test at the end of the install worked fine.  now, though,<br>after the system is up and running, i have no sound whatever.<br><br>  curiously, i have no volume control icon on the panel, and no volume
<br>control entry in the drop-down menus.  running "soundcard detection"<br>gives me:<br><br>  Vendor:  Intel Corporation<br>  Model:   82801G (ICH7 Family) High Definition Audio Controller<br>  Module:  snd-hda-intel
<br><br>  Device settings<br>   PCM Device   STAC92xx Analog<br><br>but running the sound test gives me nothing.<br><br>  running "gnome-volume-control" manually displays only two settings:<br>Playback, Master and PCM.
<br><br>  i'm open to suggestions. thanks.<br><br>rday<br><br>--<br>========================================================================<br>Robert P. J. Day<br>Linux Consulting, Training and Annoying Kernel Pedantry
<br>Waterloo, Ontario, CANADA<br><br><a href="http://crashcourse.ca">http://crashcourse.ca</a><br>========================================================================<br><br>--<br>fedora-test-list mailing list<br><a href="mailto:fedora-test-list@redhat.com">
fedora-test-list@redhat.com</a><br>To unsubscribe:<br><a href="https://www.redhat.com/mailman/listinfo/fedora-test-list">https://www.redhat.com/mailman/listinfo/fedora-test-list</a><br></blockquote></div><br>This is what I have to do on F7 to get it working
<br><br><a href="http://forums.fedoraforum.org/forum/showthread.php?t=160584&page=2&highlight=1420">http://forums.fedoraforum.org/forum/showthread.php?t=160584&page=2&highlight=1420</a><br><br>The last time I booted into rawhide sound worked, but you might try it.
<br><br><pre class="alt2" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 226px;"># yum groupinstall "Development Tools"<br># yum install mercurial<br># cd /usr/src<br>
# mkdir alsa && cd alsa<br># hg clone <a href="http://hg-mirror.alsa-project.org/alsa-driver">http://hg-mirror.alsa-project.org/alsa-driver</a> alsa-driver<br># cd alsa-driver<br># hg clone <a href="http://hg-mirror.alsa-project.org/alsa-kernel">
http://hg-mirror.alsa-project.org/alsa-kernel</a> alsa-kernel <br># ./hgcompile && make install<br># echo options snd-hda-intel model=3stack > /etc/modprobe.d/sound<br># modprobe snd-hda-intel<br># system-config-sound (test it)
<br># reboot (to make sure it sticks, or if the test before didn't work)</pre><br><br>