no sound on gateway laptop

Justin Conover justin.conover at gmail.com
Wed Aug 22 15:33:19 UTC 2007


On 8/22/07, Robert P. J. Day <rpjday at mindspring.com> wrote:
>
>
>   i just finished installing f8-t1 on a gateway laptop, during which
> the sound test at the end of the install worked fine.  now, though,
> after the system is up and running, i have no sound whatever.
>
>   curiously, i have no volume control icon on the panel, and no volume
> control entry in the drop-down menus.  running "soundcard detection"
> gives me:
>
>   Vendor:  Intel Corporation
>   Model:   82801G (ICH7 Family) High Definition Audio Controller
>   Module:  snd-hda-intel
>
>   Device settings
>    PCM Device   STAC92xx Analog
>
> but running the sound test gives me nothing.
>
>   running "gnome-volume-control" manually displays only two settings:
> Playback, Master and PCM.
>
>   i'm open to suggestions. thanks.
>
> rday
>
> --
> ========================================================================
> Robert P. J. Day
> Linux Consulting, Training and Annoying Kernel Pedantry
> Waterloo, Ontario, CANADA
>
> http://crashcourse.ca
> ========================================================================
>
> --
> fedora-test-list mailing list
> fedora-test-list at redhat.com
> To unsubscribe:
> https://www.redhat.com/mailman/listinfo/fedora-test-list
>

This is what I have to do on F7 to get it working

http://forums.fedoraforum.org/forum/showthread.php?t=160584&page=2&highlight=1420

The last time I booted into rawhide sound worked, but you might try it.

# yum groupinstall "Development Tools"
# yum install mercurial
# cd /usr/src
# mkdir alsa && cd alsa
# hg clone http://hg-mirror.alsa-project.org/alsa-driver alsa-driver
# cd alsa-driver
# hg clone http://hg-mirror.alsa-project.org/alsa-kernel alsa-kernel
# ./hgcompile && make install
# echo options snd-hda-intel model=3stack > /etc/modprobe.d/sound
# modprobe snd-hda-intel
# system-config-sound (test it)
# reboot (to make sure it sticks, or if the test before didn't work)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/fedora-test-list/attachments/20070822/88caf573/attachment.htm>


More information about the fedora-test-list mailing list