PDA

View Full Version : Sound Card not detected in FC10


mohdarifsaifi
26th December 2008, 06:48 AM
I did the fresh installation of Fedora 10. But there is no sound.Here i am giving some important information from my machine:
[arif@localhost /]$ lspci | grep "Audio"
00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03)

[arif@localhost /]$ /sbin/lsmod | grep snd
snd_intel8x0 30876 0
snd_ac97_codec 95264 1 snd_intel8x0
ac97_bus 5504 1 snd_ac97_codec
snd_seq_dummy 6660 0
snd_seq_oss 30364 0
snd_seq_midi_event 9600 1 snd_seq_oss
snd_seq 48576 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 10124 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 42496 0
snd_mixer_oss 16896 1 snd_pcm_oss
snd_pcm 65924 3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer 22024 2 snd_seq,snd_pcm
snd 50616 10 snd_intel8x0,snd_ac97_codec,snd_seq_dummy,snd_seq_ oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_o ss,snd_pcm,snd_timer
soundcore 9416 1 snd
snd_page_alloc 11016 2 snd_intel8x0,snd_pcm

[arif@localhost /]$ cat /proc/asound/cards
--- no soundcards ---

[arif@localhost /]$ cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.17.

[arif@localhost /]$ rpm -qa | grep alsa
alsa-utils-1.0.18-3.rc3.fc10.i386
alsa-lib-1.0.18-6.rc3.fc10.i386
bluez-alsa-4.17-2.fc10.i386
alsa-lib-devel-1.0.18-6.rc3.fc10.i386
alsa-plugins-pulseaudio-1.0.18-1.rc3.fc10.i386


PLEASE GIVE YOUR SUGGESTIONS, I HAVE TRIED A LOT TO FIND THE PROBLEM, BUT COULDN'T COME TO ANY CONCLUSION!!!

narasim_7
26th December 2008, 07:11 AM
Did you check the volume settings of all tracks (using the preferences) in Volume control applet. Try increasing,unmuting some tracks might work.
Good luck!

mohdarifsaifi
26th December 2008, 07:22 AM

Yes i have checked it, In preferences only one track Master Playback is given.
In folder /proc/asound, there should be one folder for my sound card Intel ICH6 but is not there.

bd54338rre
26th December 2008, 07:39 AM
I did the fresh installation of Fedora 10. But there is no sound.Here i am giving some important information from my machine:
[arif@localhost /]$ lspci | grep "Audio"
00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03)

[arif@localhost /]$ /sbin/lsmod | grep snd
snd_intel8x0 30876 0
snd_ac97_codec 95264 1 snd_intel8x0
ac97_bus 5504 1 snd_ac97_codec
snd_seq_dummy 6660 0
snd_seq_oss 30364 0
snd_seq_midi_event 9600 1 snd_seq_oss
snd_seq 48576 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 10124 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 42496 0
snd_mixer_oss 16896 1 snd_pcm_oss
snd_pcm 65924 3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer 22024 2 snd_seq,snd_pcm
snd 50616 10 snd_intel8x0,snd_ac97_codec,snd_seq_dummy,snd_seq_ oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_o ss,snd_pcm,snd_timer
soundcore 9416 1 snd
snd_page_alloc 11016 2 snd_intel8x0,snd_pcm

[arif@localhost /]$ cat /proc/asound/cards
--- no soundcards ---

[arif@localhost /]$ cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.17.

[arif@localhost /]$ rpm -qa | grep alsa
alsa-utils-1.0.18-3.rc3.fc10.i386
alsa-lib-1.0.18-6.rc3.fc10.i386
bluez-alsa-4.17-2.fc10.i386
alsa-lib-devel-1.0.18-6.rc3.fc10.i386
alsa-plugins-pulseaudio-1.0.18-1.rc3.fc10.i386


PLEASE GIVE YOUR SUGGESTIONS, I HAVE TRIED A LOT TO FIND THE PROBLEM, BUT COULDN'T COME TO ANY CONCLUSION!!!

u use kde or gnome?
what sound card do you have?. What kernel do you run?

try at least to install the latest kernel:
http://koji.fedoraproject.org/koji/buildinfo?buildID=7611

bd54338rre
26th December 2008, 07:42 AM
[arif@localhost /]$ cat /proc/asound/cards
--- no soundcards ---

PLEASE GIVE YOUR SUGGESTIONS, I HAVE TRIED A LOT TO FIND THE PROBLEM, BUT COULDN'T COME TO ANY CONCLUSION!!!


localhost ~]$ cat /proc/asound/cards
0 [CX8811 ]: CX88x - Conexant CX8811
Conexant CX8811 at 0xde000000
1 [UART ]: MPU-401 UART - MPU-401 UART
MPU-401 UART at 0x330, irq 5
2 [SI7012 ]: ICH - SiS SI7012
SiS SI7012 with ALC200,200P at irq 21

i do not understand why u no have output

mohdarifsaifi
26th December 2008, 07:48 AM
This is my sound card:-

[arif@localhost /]$ lspci | grep "Audio"
00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03)

My kernel is 2.6.27.5-117.fc10.i686
I use GNOME
cat /proc/asound/cards should give some output, but in my case no output.
I dont know the reason.

bd54338rre
26th December 2008, 08:58 AM
install the latest kernel:
http://koji.fedoraproject.org/koji/buildinfo?buildID=7611

and reboot