FC3 and soundcard

Alexander Apprich a.apprich at science-computing.de
Mon Jan 17 08:48:34 UTC 2005


Didier Cassereau wrote:
> Hello everybody,
> 
> I use FC3 + kernel 2.6.9-1.724_FC3smp ; the sound card is identified 
> without problems and sound works fine.
> 
> I tried with kernel 2.6.10-1.737_FC3smp ; the auto detection of the 
> sound card works and yields the same as with kernel 2.6.9-1.724_FC3smp. 
> But sound does not work !
> I have the same problem with kernel 2.6.10-1.741_FC3smp.
> 
> Does somebody have an idea or a suggestion ?
> 
> Also I never could listen an audio CD ; the CD is read and the tracks 
> are listed correctly, but no sound.

Okay, what soundcard do you have? What modules were loaded with kernel
2.6.9-1.724_FC3smp? Did you check /etc/modprobe.conf?

apprich at elmstreet apprich $ grep snd /etc/modprobe.conf
alias snd-card-0 snd-intel8x0
options snd-card-0 index=0
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

apprich at elmstreet apprich $ sudo /sbin/lspci | grep -i audio
00:1f.5 Multimedia audio controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) 
AC'97 Audio Controller (rev 02)

apprich at elmstreet apprich $ /sbin/lsmod | grep -i snd
snd_intel8x0           35853  5
snd_ac97_codec         65169  1 snd_intel8x0
snd_pcm_oss            50809  0
snd_mixer_oss          20929  2 snd_pcm_oss
snd_pcm                89669  3 snd_intel8x0,snd_pcm_oss
snd_timer              27077  1 snd_pcm
snd_page_alloc         13641  2 snd_intel8x0,snd_pcm
gameport                8513  1 snd_intel8x0
snd_mpu401_uart        11329  1 snd_intel8x0
snd_rawmidi            27109  1 snd_mpu401_uart
snd_seq_device         11849  1 snd_rawmidi
snd                    54821  16 
snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore              12961  2 snd

Did you check /var/log/messages for error messages?
> 
> Thanks in advance
> Best regards
> 

Alex




More information about the fedora-list mailing list