Thanks for your help
I add to modprobe.conf your lines but it does not change anything. It's so strange. I tried also bulding modules in kernel and installing new alsa libs and utils but nothing changed.
bah!
Thanks anyway carlo
On Thu, 16 Sep 2004, Kevin J. Cummings wrote:
Carlo Orecchia wrote:HI All
I got this problem after installing FC2: The sound played fine on the initial test (just after installation) but after fedora started no sound would play. I went to soundcard detection and retested and it would not play.
Carlo,
Check out your /etc/modprobe.conf file, it should have the following lines:
# Entry for nVidia AC-97 integrated audio #alias snd-card-0 nvaudio # ALSA portion alias char-major-116* snd alias snd-card-0 snd-intel8x0 # OSS portion alias char-major-14* soundcore alias sound-slot-0 snd-card-0 # AC-97 sound card (on motherboard) alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm-oss alias sound-service-0-8 snd-seq-oss alias sound-service-0-12 snd-pcm-oss options snd cards_limit=1 install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 && \ /usr/sbin/alsactl restore > /dev/null 2>&1 || : remove snd-intel8x0 { /usr/sbin/alsactl store > /dev/null 2>&1 || : ; }; \ /sbin/modprobe -r --ignore-remove snd-intel8x0
I have an nForce 2 chipset as well and this works for me.
You may want to execute the "/usr/sbin/alsactl store" by hand after you initially configure the card and have it working so that you will restore a working configuration after each reboot....
-- Dott. Carlo Orecchia E-Mail: carlo@xxxxxxxxxxxxxxxxx Web: http://numb.darktech.org/carlo/