Configuring soundcard in linux Redhat 9

  • Thread starter Thread starter nelufar
  • Start date Start date
  • Tags Tags
    Linux
Click For Summary

Discussion Overview

The discussion revolves around configuring a sound card in Linux Redhat 9, specifically addressing issues related to detection and driver support for the Intel Corp.|82801EB AC'97 Audio sound card. Participants seek assistance with installation instructions and troubleshooting steps.

Discussion Character

  • Technical explanation
  • Debate/contested
  • Experimental/applied

Main Points Raised

  • One participant reports that the sound configuration tool indicates "sound card not detected" and seeks help with instructions.
  • Another participant asks for the specific sound card being used, leading to the identification of the Intel Corp.|82801EB AC'97 Audio sound card.
  • A participant suggests that the sound card is likely integrated and recommends checking Intel's website for drivers, noting that Redhat 9 may not support newer chipsets.
  • One user mentions having downloaded a driver from Intel's site but still encounters issues with support.
  • A participant provides a link to a specific driver and instructions for installation, emphasizing the need to ensure motherboard compatibility.
  • Another user reports issues with ALSA drivers not being loaded and inquires about the necessity of ALSA Utils.
  • One participant suggests using YUM to install ALSA, explaining its function in resolving dependency issues.
  • A user expresses confusion about the time taken for YUM updates and questions whether YUM satisfies motherboard specifications.
  • Another participant provides additional instructions for configuring YUM and clarifies that it is independent of hardware specifications.
  • A user encounters network connectivity issues while attempting to use YUM and seeks advice on resolving it.
  • One participant suggests that the user may be behind a firewall, referencing a forum for further instructions.
  • A user expresses doubt about the compatibility of the sound card with Redhat Linux 9 and requests guidance on checking compatibility.

Areas of Agreement / Disagreement

Participants express various viewpoints on the compatibility and support of the sound card with Redhat 9, with no consensus reached on a definitive solution. Multiple competing views regarding driver installation and troubleshooting methods are present.

Contextual Notes

Limitations include potential compatibility issues with the sound card and the age of Redhat 9, which may not support newer hardware. Additionally, there are unresolved network connectivity problems affecting the use of YUM.

nelufar
Messages
32
Reaction score
0
How can I configure my sound card in Linux Redhat 9? When I use sound configuring tool it says "sound card not detected"
If anyone can help me with instructions to follow, it will be of great help?

Thanks for the help.
 
Computer science news on Phys.org
What soundcard are you using?
 
dduardo said:
What soundcard are you using?

I am using Intel Corp.|82801EB AC'97 Audio soundcard. When I become super user and do Setup --> sound configuration tool , it says "The Intel Corp.|82801EB AC'97 Audio is not supported. "
So, what can I do then?

Thanks for the help.
 
Last edited:
Most likely this is an integrated sound card. Go to www.intel.com and search for drivers for your particular motherboard; the audio drivers will be there. If they don't have a RH9 driver, you can try other Linux drivers they may have, ie RH Enterprise or SuSE9 drivers.
 
I would try a knoppix cd and see if it can detect it correctly. I'm almost positve linux supports that audio card. RH9 is pretty old and may not include this relatively new chipset.
 
You are right, zefram.

It is a integrated soundcard. I have already tried going to intel site and downloaded the particular driver. But that also could not help. It detected the card but complained that driver is not supported. So, what can be done then?

Thanks for the help.
 
Try this driver:

ftp://download.intel.com/design/motherbd/hz/intel8x0-alsa-1.0.1.sh.gz[/URL]

I got it from here:

[url]http://support.intel.com/design/motherbd/hz/hz_drive.htm[/url]

Make sure your motherboard matches the version number at the top of the page.

To run the file open up a terminal and type this:

gunzip intel8x0-alsa-1.0.1.sh.gz
chmod 744 intel8x0-alsa-1.0.1.sh
su
<enter root password>
./intel8x0-alsa-1.0.1.sh
 
Last edited by a moderator:
Hi dduardo,
thanks for the link. I followed your instruction , but then this is what it asked:


Intel Motherboard ADI AC97 Audio Device Driver has been compiled
Following are the list of driver that has been load :

ALSA Base driver : Not Loaded
OSS PCM Module : Not Loaded
OSS Mixer Module : Not Loaded
OSS Midi Module : Not Loaded


Do you wish to continue to configure your audio device?



When I said ' Yes' , it complained ' Do you have Alsa Utils installed? ' So, where can I find this?

Thanks for the help
 
Thanks, dduardo

Even though it complained I could listen the sample sound. I don't know why ALSA Utils are required.

Thanks, once again.
 
  • #10
If you most certainly need alsa for the sound to work properly. I would first suggest getting YUM from here:

http://ftp.freshrpms.net/pub/freshrpms/redhat/9/yum/yum-2.0.4-1.rh.fr.i386.rpm

Then from the commandline as root you can do the following:

yum update
yum install alsa*

It will automatically go out to the internet, download any dependences and install the software for you.
 
Last edited by a moderator:
  • #11
Thanks for the link dduardo
What are these YUM?
 
  • #12
yum is a program like apt-get (debian) or emerge (gentoo) that installs software for you and automagically resolves dependency problems by downloading and installing any additional packages you need. These tools make installing software in linux easier than in windows. I don't know how long you've been using linux, but there is thing called "dependancy hell" in which the software you want to install requires ten other programs, which themselves require ten other programs and you have to go and download and install the dependencies before you can install the program you want.
 
  • #13
dduardo,

Hello!

I am new to Linux and learning to operate it. So, thanks for explaining. I followed your instructions but when I said "yum update" it took long time and the prompt command didnot appear. Does it takes so much time for updating.

Do these yum's also satisfy motherboard specifications or the link you had given is
sufficient?

Thanks again for the help.
 
  • #14
This site has better instructions:

http://linux.lsu.edu/yum.php

You'll actually need to place this file in your /etc folder:

http://linux.lsu.edu/yum/redhat/9/yum.conf

It basically has a list of all the servers you can download files from. Rerun "yum update" to get the lastest list of file, which can take some time.

Yum is independent of which computer you have. If you get this file:

http://linux.lsu.edu/yum/redhat/9/yum-2.0.5-1.noarch.rpm

You'll see that is says noarch or no architecture. This means that it doesn't matter which computer you have, it willl install on anything that has redhat.
 
Last edited by a moderator:
  • #15
Hi dduardo,

When I did "yum update "
After sometime this is what it showed:

Gathering header information file(s) from server(s)
Server: Red Hat Linux 9 - i386 - freshrpms
retrygrab() failed for:
http://ayo.freshrpms.net/redhat/9/i386/freshrpms/headers/header.info
Executing failover method
failover: out of servers to try
Error getting file http://ayo.freshrpms.net/redhat/9/i386/freshrpms/headers/header.info
[Errno 7] HTTP Error (CannotSendRequest):


So what should be done then?


Thanks for the help.
 
  • #16
Looks like a network connectivity problem to me. I can download the file just fine. Try again?
 
  • #17
You are right, zefram. There is some connectivity problem. I will try again.
Thanks.
 
  • #18
Hi dduardo,

I have done "yum update"
But when I say " yum install alsa* "
It says, there is no package found. So, what can be done?

Thanks for the help.
 
  • #20
Wish You All "A VERY HAPPY NEW YEAR!"

Thank you,Ramki, for your help.

But I have already tried this. I think sound card is not compatible with RHL 9.
If only help can be provided for how to check the compatiblity, it would be helpful.

Thanks.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
1K
Replies
4
Views
3K
Replies
4
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 18 ·
Replies
18
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 18 ·
Replies
18
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
Replies
2
Views
3K