LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   no sound after installing fedora 7 (https://www.linuxquestions.org/questions/linux-hardware-18/no-sound-after-installing-fedora-7-a-588020/)

jatindavey 09-28-2007 11:08 AM

no sound after installing fedora 7
 
after installing fedora 7 i am not able to play any sound.
installed all the codecs for video and audio using yum.

was able to play avi movies but no sound.
all the mp3 sound codecs were updated but still no luck.

please help me i am a newbie to linux

jay73 09-28-2007 11:30 AM

That looks like sound card issue. I suggest that you post the output of the following:

lspci | grep sound

and

lsmod

Also check the speaker icon (top right if you are using Gnome) to verify that the sound isn't muted; you should also right-click and select Open Volume Control to verify that you are using the correct sound card if you have more than one.

By the way, Anaconda (the installer) runs a sound test as one of its last steps. Did you get any sound or not?

jatindavey 09-28-2007 12:20 PM

no sound after installing fedora 7
 
[root@localhost ~]# lspci | grep sound
[root@localhost ~]# lsmod
Module Size Used by
autofs4 24645 2
hidp 26433 2
rfcomm 43481 0
l2cap 30145 10 hidp,rfcomm
bluetooth 57125 5 hidp,rfcomm,l2cap
sunrpc 159133 1
nf_conntrack_netbios_ns 7105 0
nf_conntrack_ipv4 15049 2
xt_state 6593 2
nf_conntrack 61001 3 nf_conntrack_netbios_ns,nf_conntrack_ipv4,xt_state
nfnetlink 10841 2 nf_conntrack_ipv4,nf_conntrack
ipt_REJECT 8641 2
iptable_filter 6977 1
ip_tables 16389 1 iptable_filter
xt_tcpudp 7233 10
ip6t_REJECT 9537 2
ip6table_filter 6849 1
ip6_tables 17541 1 ip6table_filter
x_tables 18757 6 xt_state,ipt_REJECT,ip_tables,xt_tcpudp,ip6t_REJECT,ip6_tables
cpufreq_ondemand 11981 1
acpi_cpufreq 14281 1
ipv6 276673 25 ip6t_REJECT
dm_mirror 24405 0
dm_multipath 21705 0
dm_mod 57485 2 dm_mirror,dm_multipath
video 21065 0
sbs 19173 0
i2c_ec 9281 1 sbs
button 12113 0
dock 13669 0
battery 14149 0
ac 9413 0
parport_pc 29797 0
lp 15977 0
parport 38025 2 parport_pc,lp
loop 19785 0
snd_hda_intel 24281 2
snd_hda_codec 202689 1 snd_hda_intel
snd_seq_dummy 7877 0
8139cp 26689 0
snd_seq_oss 33345 0
8139too 29249 0
snd_seq_midi_event 11073 1 snd_seq_oss
snd_seq 50353 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
mii 9409 2 8139cp,8139too
snd_seq_device 11852 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 43489 0
snd_mixer_oss 19393 2 snd_pcm_oss
snd_pcm 74565 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
serio_raw 10821 0
snd_timer 24773 2 snd_seq,snd_pcm
snd 53189 11 snd_hda_intel,snd_hda_codec,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd _timer
sr_mod 20197 0
soundcore 11553 2 snd
cdrom 37217 1 sr_mod
snd_page_alloc 13769 2 snd_hda_intel,snd_pcm
joydev 13441 0
i2c_piix4 12493 0
i2c_core 24641 2 i2c_ec,i2c_piix4
pcspkr 7105 0
sg 37213 0
pata_atiixp 12353 0
ata_generic 12101 0
sata_sil 15433 5
libata 115417 3 pata_atiixp,ata_generic,sata_sil
sd_mod 23873 6
scsi_mod 137549 4 sr_mod,sg,libata,sd_mod
ext3 125385 5
jbd 59881 1 ext3
mbcache 12357 1 ext3
ehci_hcd 35405 0
ohci_hcd 23749 0
uhci_hcd 26833 0
[root@localhost ~]#

hi jay , have attached the outputs of the commands that u asked for, please help me out

also while installing i did not get any sound.
checked the right click option in the volume control , it shows 2 devices one is the alsa mixer and the other one is the OSS mixer. i use alsa mixer.

jay73 09-28-2007 12:22 PM

Oops, sorry, that should have been

lspci | grep audio.

Can you redo that one?

jatindavey 09-28-2007 10:04 PM

no output
 
i didnt get any output from the command :

lspci | grep audio

jay73 09-28-2007 10:56 PM

That's not very good knows, it seems it can't even detect your sound card. If that is correct, there is nothing you can do. Do you know by heart which sound card you have?

jatindavey 09-28-2007 11:57 PM

sound card
 
i think it is detecting my sound card.
when i go to the system and administration menu in the desktop i see the following sound card selected.

selected card

Vendor : ATI Technologies
model : SB450 HDA audio
module : snd-hda-intel

tried doing many things by googling about it.

still not working.

Lannix 09-29-2007 01:52 AM

Sound
 
I had a similar problem. I solved it by doing:

Code:

sudo chmod 755 /dev/dsp
That fixed it for me, but I'm not sure how helpful it will be to you.

Good luck!

jay73 09-29-2007 11:35 AM

Ouch, the ATI SB. I remember assisting others with the same issue and I'm afraid that we never found a way to get it to work. Yes, you're right, there is some information on the net but little or none of it actually helps.

jatindavey 09-29-2007 11:15 PM

getting sound now
 
hi all

i was finally able to get sound in my laptop with fedora 7
i updated the kernel to 2.6.22 and it worked.
i read in one of the ubuntu forums that the kernel 2.6.21 has an issue with the sound.

just updated the kernel and it worked.
but stil i have one issue , not able to hear sound in headphones and the sound is vey low when compared to vista which i had installed in the same laptop.

need help on resolving this issue


All times are GMT -5. The time now is 07:28 PM.