LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Enterprise Linux Forums > Linux - Enterprise
User Name
Password
Linux - Enterprise This forum is for all items relating to using Linux in the Enterprise.

Notices


Reply
  Search this Thread
Old 08-11-2008, 07:45 AM   #1
raaki_88
LQ Newbie
 
Registered: Aug 2008
Posts: 7

Rep: Reputation: 0
Question general problem ... rhel 5 everything of sound card got configured but no sound


hai guys ... i have installed redhat enterprise editon 5 my sound card got detected and everything looks fine excpet i cant hear any sound any hints guys this is the quick lsmod report hope my problem gets solved


[raaki@localhost isa]$ /sbin/lsmod
Module Size Used by
netloop 10945 0
netbk 78017 0 [permanent]
blktap 115813 2 [permanent]
blkbk 21985 0 [permanent]
ipt_MASQUERADE 7745 1
iptable_nat 11205 1
ip_nat 21101 2 ipt_MASQUERADE,iptable_nat
bridge 53725 0
autofs4 24389 2
hidp 23105 2
rfcomm 42457 0
l2cap 29633 10 hidp,rfcomm
bluetooth 53925 5 hidp,rfcomm,l2cap
sunrpc 144253 1
ip_conntrack_netbios_ns 6977 0
ipt_REJECT 9537 3
xt_state 6209 3
ip_conntrack 53025 5 ipt_MASQUERADE,iptable_nat,ip_nat,ip_conntrack_netbios_ns,xt_state
nfnetlink 10713 2 ip_nat,ip_conntrack
iptable_filter 7105 1
ip_tables 17029 2 iptable_nat,iptable_filter
ip6t_REJECT 9409 1
xt_tcpudp 7105 14
ip6table_filter 6849 1
ip6_tables 18181 1 ip6table_filter
x_tables 17349 8 ipt_MASQUERADE,iptable_nat,ipt_REJECT,xt_state,ip_tables,ip6t_REJECT,xt_tcpudp,ip6_tables
dm_mirror 28997 0
dm_multipath 21577 0
dm_mod 58457 2 dm_mirror,dm_multipath
video 19269 0
sbs 18533 0
backlight 10049 0
i2c_ec 9025 1 sbs
i2c_core 23745 1 i2c_ec
button 10705 0
battery 13637 0
asus_acpi 19289 0
ac 9157 0
ipv6 251521 17 ip6t_REJECT
parport_pc 29157 0
lp 15849 0
parport 37641 2 parport_pc,lp
snd_hda_intel 23897 1
snd_hda_codec 202689 1 snd_hda_intel
snd_seq_dummy 7877 0
snd_seq_oss 32577 0
snd_seq_midi_event 11073 1 snd_seq_oss
snd_seq 49841 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
joydev 13313 0
snd_seq_device 11725 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 43201 0
snd_mixer_oss 19009 1 snd_pcm_oss
snd_pcm 72517 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_timer 24773 2 snd_seq,snd_pcm
snd 52549 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
soundcore 11553 1 snd
sg 36061 0
ide_cd 40033 0
snd_page_alloc 13769 2 snd_hda_intel,snd_pcm
forcedeth 47049 0
k8_edac 18305 0
cdrom 36705 1 ide_cd
edac_mc 25233 1 k8_edac
k8temp 9537 0
hwmon 7365 1 k8temp
pcspkr 7105 0
sdhci 21337 0
mmc_core 27585 1 sdhci
serio_raw 10693 0
ahci 23493 2
libata 116473 1 ahci
sd_mod 24897 3
scsi_mod 132941 3 sg,libata,sd_mod
ext3 123337 1
jbd 56553 1 ext3
ehci_hcd 33357 0
ohci_hcd 23645 0
uhci_hcd 25677 0
[raaki@localhost isa]$ /sbin/lsmod | grep snd
snd_hda_intel 23897 1
snd_hda_codec 202689 1 snd_hda_intel
snd_seq_dummy 7877 0
snd_seq_oss 32577 0
snd_seq_midi_event 11073 1 snd_seq_oss
snd_seq 49841 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 11725 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 43201 0
snd_mixer_oss 19009 1 snd_pcm_oss
snd_pcm 72517 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_timer 24773 2 snd_seq,snd_pcm
snd 52549 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
soundcore 11553 1 snd
snd_page_alloc 13769 2 snd_hda_intel,snd_pcm

thank you
 
Old 08-11-2008, 09:53 AM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,553

Rep: Reputation: 7946Reputation: 7946Reputation: 7946Reputation: 7946Reputation: 7946Reputation: 7946Reputation: 7946Reputation: 7946Reputation: 7946Reputation: 7946Reputation: 7946
Quote:
Originally Posted by raaki_88 View Post
hai guys ... i have installed redhat enterprise editon 5 my sound card got detected and everything looks fine excpet i cant hear any sound any hints guys this is the quick lsmod report hope my problem gets solved
Have you checked to see if your speakers are on? Have you looked at the mixer (like alsamixer, etc.), to see if the channels have decent volume, and if they're muted?
 
Old 08-12-2008, 02:17 AM   #3
raaki_88
LQ Newbie
 
Registered: Aug 2008
Posts: 7

Original Poster
Rep: Reputation: 0
yes i checked them including the alsamixer and speaker power nothings happening ... the pcm volume is 100%
 
Old 08-13-2008, 08:30 AM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,553

Rep: Reputation: 7946Reputation: 7946Reputation: 7946Reputation: 7946Reputation: 7946Reputation: 7946Reputation: 7946Reputation: 7946Reputation: 7946Reputation: 7946Reputation: 7946
Quote:
Originally Posted by raaki_88 View Post
yes i checked them including the alsamixer and speaker power nothings happening ... the pcm volume is 100%
Not just the PCM volume...volume on the other channels as well, along with muting on the other channels.

Have you tried to run alsaconf?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
fc6 sound card problem(SigmaTel STAC9200),no sound,who can help me? weller Linux - Laptop and Netbook 4 02-10-2008 08:19 AM
sound not working in SUSE 10.2 although sound card correctly configured mhardwick Linux - Software 4 03-05-2007 02:13 PM
sound card not configured paul_mat Linux - Newbie 2 01-09-2005 09:57 PM
Sound Card not configured The X Linux - Hardware 3 03-02-2003 04:37 PM

LinuxQuestions.org > Forums > Enterprise Linux Forums > Linux - Enterprise

All times are GMT -5. The time now is 06:50 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration