LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Linux Sound (https://www.linuxquestions.org/questions/linux-newbie-8/linux-sound-771144/)

mdsudheer 11-24-2009 12:21 AM

Linux Sound
 
I have installed RedHat Enterprise Linux WS-4 in my desktop (dual boot with WindowsXP) with genome desktop environment.The problem is I cannt hear sound in Linux, but it works smoothly in Windows XP.The automatic sound card detection tool found out that my sound card is AC'97 audio controller.I installed alsa in my system.Still it doesnt work.Can anybody help me to fix this problem.?

divyashree 11-24-2009 01:26 AM

Quote:

Originally Posted by mdsudheer (Post 3767581)
I have installed RedHat Enterprise Linux WS-4 in my desktop (dual boot with WindowsXP) with genome desktop environment.The problem is I cannt hear sound in Linux, but it works smoothly in Windows XP.The automatic sound card detection tool found out that my sound card is AC'97 audio controller.I installed alsa in my system.Still it doesnt work.Can anybody help me to fix this problem.?

U reinstall the alsa packages and try ,

1st check the packages installed as root by,

Code:

rpm -qa |grep alsa
perhaps it will return the two packages
Code:

alsa-utils.x
and
Code:

alsa-lib.x
then try to remove the packages by

Code:

rpm -e --nodeps alsa-lib
Code:

rpm -e --nodeps alsa-utils
Then install both packages through yum ,if u have or by supplying

Code:

rpm -ivh <package name>
from where the packages are..

jstephens84 11-24-2009 01:36 PM

try running alsamixer and ensure that master is not set to mute.


All times are GMT -5. The time now is 09:39 AM.