Re: No Sound after installing Fedora 7
"Justin Conover" <[email protected]> Tue, 2 Oct 2007 09:48:08 -0500
| Newsgroups | gmane.linux.freshrpms.user |
|---|---|
| Message-ID | <[email protected]> |
On 9/29/07, jatin davey <[email protected]> wrote: > > it worked finallyn > i updated my kernel to 2.6.22 > 2.6.21 didnt work. > > thank you very much for helping me out. > > *Paulo Cavalcanti <[email protected]>* wrote: > > > > On 9/29/07, jatin davey <[email protected]> wrote: > > > > i will try with the latest drivers as well > > > > Have you seen this? > > http://www.stchman.com/feisty_tips.html > > But I agree that alsa lists are more appropriate. > > > -- > Paulo Roma Cavalcanti > LCG - UFRJ > > > ------------------------------ > Download prohibited? No problem. CHAT<http://in.rd.yahoo.com/tagline_webmessenger_1/*http://in.messenger.yahoo.com/webmessengerpromo.php>from any browser, without download. > > I have the following sound card: lspci -vv |grep -i audio 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02) Every time there is a new kernel I do the following: http://justinconover.com/blog/2007/08/16/1420-dell-inspiron-and-fedora-7/ YMMV on the day of the src tree.... :) # 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 # reboot (to make sure it sticks, or if the test before didn't work) # system-config-sound (test it)