LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Need Help in Installing Sound Drivers for Rhel5 (https://www.linuxquestions.org/questions/linux-newbie-8/need-help-in-installing-sound-drivers-for-rhel5-861109/)

hasmeet.singh337 02-06-2011 11:53 PM

Need Help in Installing Sound Drivers for Rhel5
 
Hello Everybody,
I am a newbie in Linux, I have installed vlc player on my system using wine. In the task bar, the volume control is working fine and songs also get played in the vlc player.But i am not getting
any voice in my headphones. Please help me.Following i am giving the results of few commands, which can help you people in giving me the best decision


lspci


OUTPUT
00:00.0 Host bridge: Intel Corporation 82810E DC-133 (GMCH) Graphics Memory Controller Hub (rev 03)
00:01.0 VGA compatible controller: Intel Corporation 82810E DC-133 (CGC) Chipset Graphics Controller (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 05)
00:1f.0 ISA bridge: Intel Corporation 82801BA ISA Bridge (LPC) (rev 05)
00:1f.1 IDE interface: Intel Corporation 82801BA IDE U100 Controller (rev 05)
00:1f.2 USB Controller: Intel Corporation 82801BA/BAM USB Controller #1 (rev 05)
00:1f.3 SMBus: Intel Corporation 82801BA/BAM SMBus Controller (rev 05)
00:1f.4 USB Controller: Intel Corporation 82801BA/BAM USB Controller #1 (rev 05)
00:1f.5 Multimedia audio controller: Intel Corporation 82801BA/BAM AC'97 Audio Controller (rev 05)
01:01.0 Ethernet controller: Davicom Semiconductor, Inc. 21x4x DEC-Tulip compatible 10/100 Ethernet (rev 31)


lsmod | grep snd


output
snd_seq_midi 12353 0
snd_intel8x0 35421 1
snd_ac97_codec 93025 1 snd_intel8x0
ac97_bus 6337 1 snd_ac97_codec
snd_seq_dummy 7877 0
snd_seq_oss 32577 0
snd_seq_midi_event 11073 2 snd_seq_midi,snd_seq_oss
snd_seq 49585 6 snd_seq_midi,snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_pcm_oss 42817 0
snd_mixer_oss 19009 1 snd_pcm_oss
snd_pcm 72133 3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer 24517 2 snd_seq,snd_pcm
snd_page_alloc 14281 2 snd_intel8x0,snd_pcm
snd_mpu401 12265 0
snd_mpu401_uart 12097 1 snd_mpu401
snd_rawmidi 26561 2 snd_seq_midi,snd_mpu401_uart
snd_seq_device 11725 5 snd_seq_midi,snd_seq_dummy,snd_seq_oss,snd_seq,snd_rawmidi
snd 55237 14 snd_intel8x0,snd_ac97_codec,snd_seq_oss,snd_seq,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_mpu4 01,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore 11553 1 snd

r_hartman 02-07-2011 12:21 PM

Looks like your sound drivers are all loaded. Do you have any sound in Linux, but only issues in VLC, i.e. in wine? Why use wine at all? VLC is available for RHEL5 in the rpmforge repository. See this link for more info: http://www.videolan.org/vlc/download-redhat.html

If you're a newbie in Linux, like you say, I'd not think you're paying for a RHEL subscription, hence you won't be able to keep your system current. If that's correct, I suggest you switch to CentOS: http://centos.org/


All times are GMT -5. The time now is 02:58 AM.