[Solved] I am not able to hear any sound from CentOS 5.9

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat [Solved] I am not able to hear any sound from CentOS 5.9
# 1  
Old 03-07-2014
RedHat [Solved] I am not able to hear any sound from CentOS 5.9

Hi,

1. I have installed Sound and media player for Centos 'Software Package Installer'.
2. I plugged my headphone in system
3. I am not able to hear sound .

Headphone is working on windows machine.

NOTE : Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio Controller (rev 01) installed in my centOS machine.
# 2  
Old 03-07-2014
What's your computer?

Laptops especially often have problems with sound, particularly brand-new laptops which Linux maintainers haven't been told about. Manufacturers wall over problems with custom Windows drivers and don't tell anyone, Linux is forced to deal with it the hard way. There's usually a way, but someone needs to find it.

Search for topics related to linux and your particular model of computer, not just generic "sound doesn't work in centos" topics.
# 3  
Old 03-07-2014
We have a bunch of Dell Optiplex 980's that are running RedHat 5.1. The sound was not working and I had to get it working. According to my notes what I did was:

Step 1 is to Upgrade the ALSA (Advanced Linux Sound Architecture) subsystem by installing the following packages:
Code:
rpm -Uvh --force --nodeps alsa-lib-1.0.24.1-35.el5.i386.rpm
rpm -Uvh --force --nodeps alsa-lib-1.0.24.1-35.el5.x86_64.rpm
rpm -Uvh --force --nodeps alsa-lib-devel-1.0.24.1-35.el5.x86_64.rpm
rpm -Uvh --force --nodeps alsa-utils-1.0.24.2-24.el5.x86_64.rpm
rpm -Uvh --force --nodeps libasound2-1.0.24.1-35.el5.x86_64.rpm

Step 2 is to upgrade the kernel:
Code:
rpm -Uvh kernel-2.6.18-238.12.1.el5.x86_64.rpm
rpm -Uvh kernel-devel-2.6.18-238.12.1.el5.x86_64.rpm

Step 3 is to reinstall the NVIDIA video driver which the new kernel just overlaid:
Code:
/bin/sh /tmp/NVIDIA-Linux-x86_64-270.41.19.run -a --ui=none -X -q -z

Run alsamixer and ensure that the volumes are up and unmuted. You can test the sound with: speaker-test -l10 -c6 -twav

This exact procedure probably won't help you. But it might give you an idea where to start.
# 4  
Old 03-08-2014
Thanks to all for the reply . I am able to listen sound on my centOS machine Smilie
# 5  
Old 03-10-2014
Quote:
Originally Posted by es_centos
Thanks to all for the reply . I am able to listen sound on my centOS machine Smilie
Are you now? How did you fix it?
# 6  
Old 03-12-2014
[Solved]

Initially I tried with Commands in Console but did not worked so I suppose to again work with GUI options and found GUI Interface as System-> Administration-> Sound card detection -> Reload Audio Driver and All other is set as default and reboot .
After that I have done following :
1. System->Preference-> Sound : Click to active system sounds .
2. System->Preference-> VolumeControl : Change Device -> Then I selected HDA Intel(ALSA mixer)
and I heard sound in CentOS Smilie.

Thanks !
This User Gave Thanks to es_centos For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

[Solved] ls -l in CentOS 6.4 after upload using sftp

Hi everyone, Something rather interesting just happened to me. I uploaded a file to a server through sftp. I closed the connection and then logged on to the server via ssh. So far so good. When I typed ls -l in the remote server to retrieve a directory listing, the file that was previously... (2 Replies)
Discussion started by: gacanepa
2 Replies

2. UNIX for Advanced & Expert Users

[Solved] Cannot install KVM guest on CentOS/RedHat

Hi, I've a CentOS Server and I need to create KVM guest machine without X. /usr/sbin/virt-install --name server1 --ram 4000 --vcpus=8 --file=/srv/virtual/server1.img --file-size=20 --cdrom /tmp/server1.iso --mac=52:54:00:fd:48:7c The iso was created with cobbler... So, now the machine is... (5 Replies)
Discussion started by: hiddenshadow
5 Replies

3. Red Hat

How to Upgrade Centos 5.7 using Centos 5.8 ISO image on Vmware workstation

Dear Linux Experts, On my windows 7 desktop with the help of Vmware workstation (Version 7.1), created virtual machine and installed Centos 5.7 successfully using ISO image. Query : Is this possible to upgrade the Centos 5.7 using Centos 5.8 ISO image to Centos version 5.8?.. if yes kindly... (2 Replies)
Discussion started by: Ananthcn
2 Replies

4. UNIX for Dummies Questions & Answers

Help is Hear

i made a program called Unix Unlocked for mac osx networks / home computers safe yes you can get it at my site www.geocities.com/huntermadison2002/unix.html :) you can sen me new bits of coad that i will try to run on it at my forms (0 Replies)
Discussion started by: thepicoman
0 Replies
Login or Register to Ask a Question