Quote:
Originally Posted by reddazz
Have you tried reconfiguring the sound card by doing system-config-soundcard as root?
|
Hi readdazz. I have a similar problem as Maxorata does. Following your suggestion I have run system-config-soundcard and below are the information I have got:
Vendor:
Intel corporation
Model:
82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller
Module:
snd intel8x0
PCM Device:
ICH5
When I click on the test sound button everything goes fine, but nothing happens when I use, for example, DjPlay to listen an audio CD. No sound at all!!! On the KMix interface the output slide controls are all up and not mute.
For a better understanding, here is the output of the /sbin/lsmod | grep snd command,...
[paulo@localhost ~]$ /sbin/lsmod | grep snd
snd_intel8x0 37084 1
snd_ac97_codec 99813 1 snd_intel8x0
snd_ac97_bus 6593 1 snd_ac97_codec
snd_seq_dummy 8133 0
snd_seq_oss 37057 0
snd_seq_midi_event 11841 1 snd_seq_oss
snd_seq 57009 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 12365 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 46433 0
snd_mixer_oss 20545 1 snd_pcm_oss
snd_pcm 80965 3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer 26693 2 snd_seq,snd_pcm
snd 58181 11 snd_intel8x0,snd_ac97_codec,snd_seq_oss,snd_seq
soundcore 12193 1 snd
snd_page_alloc 14281 2 snd_intel8x0,snd_pcm
... here is the output of dmesg | grep ICH command,
[paulo@localhost ~]$ dmesg | grep ICH
PCI quirk: region 0400-047f claimed by ICH4 ACPI/GPIO/TCO
PCI quirk: region 0500-053f claimed by ICH4 GPIO
ICH5: IDE controller at PCI slot 0000:00:1f.1
ICH5: chipset revision 2
ICH5: not 100% native mode: will probe irqs later <--- Could it be a problem???
iTCO_wdt: Found a ICH5 or ICH5R TCO device (Version=1, TCOBASE=0x0460)
... here is the output of rpm -qa | grep alsa command,...
paulo@localhost ~]$ rpm -qa | grep alsa
alsa-lib-1.0.13-1.fc6
alsa-lib-devel-1.0.13-1.fc6
alsa-utils-1.0.13-1.fc6
[paulo@localhost ~]$
... here is the output of su -c "yum list | grep alsa" root command
[paulo@localhost ~]$ su -c "yum list | grep alsa" root
Senha:
alsa-lib.i386 1.0.13-1.fc6 installed
alsa-lib-devel.i386 1.0.13-1.fc6 installed
alsa-utils.i386 1.0.13-1.fc6 installed
alsa-oss.i386 1.0.12-3.fc6 extras
alsa-oss-devel.i386 1.0.12-3.fc6 extras
alsa-tools.i386 1.0.12-4.fc6 extras
alsamixergui.i386 0.9.0-0.3.rc1.fc6 extras
balsa.i386 2.3.14-1.fc6 extras
kadu-alsa_sound.i386 0.5.0-1.fc6 extras
openpbx-alsa.i386 1.2-3.rc2.svn2282.fc6 extras
python-alsaaudio.i386 0.2-1.fc6 extras
[paulo@localhost ~]$
... and here is the output of su -c "cat /proc/modules | grep snd" root command
[paulo@localhost ~]$ su -c "cat /proc/modules | grep snd" root
Senha:
snd_intel8x0 37084 3 - Live 0xf8a08000
snd_ac97_codec 99813 1 snd_intel8x0, Live 0xf8a76000
snd_ac97_bus 6593 1 snd_ac97_codec, Live 0xf8989000
snd_seq_dummy 8133 0 - Live 0xf895d000
snd_seq_oss 37057 0 - Live 0xf8996000
snd_seq_midi_event 11841 1 snd_seq_oss, Live 0xf8959000
snd_seq 57009 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event, Live 0xf89b7000
snd_seq_device 12365 3 snd_seq_dummy,snd_seq_oss,snd_seq, Live 0xf893f000
snd_pcm_oss 46433 0 - Live 0xf8970000
snd_mixer_oss 20545 1 snd_pcm_oss, Live 0xf8922000
snd_pcm 80965 4 snd_intel8x0,snd_ac97_codec,snd_pcm_oss, Live 0xf89a2000
snd_timer 26693 3 snd_seq,snd_pcm, Live 0xf894e000
snd 58181 13 snd_intel8x0,snd_ac97_codec,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd _timer, Live 0xf8960000
soundcore 12193 1 snd, Live 0xf891e000
snd_page_alloc 14281 2 snd_intel8x0,snd_pcm, Live 0xf8910000
I haven't tried another Media player because I think the problem is related to configuration issues, but I can't figure out how I can fixed it since all the outputs seem to be ok. Any suggestions?
Thanks in advance
Paulo Góes