Hardware Troubleshooting in Linux > Linux Audio Support

Intel Sound Card on Redhat ws

(1/1)

Ujjwol:
MY newly installed red hat linux ws couldn't detect my intel sound card,working normal on wndows. how shall i detect it??

Ricky:
Well, I suggest you to download ALSA driver and shall work for you.
But as I know you are pretty new to linux, I found a detailed instruction to install it. Don't worry, at first look complicated but is easy and simple.
Here is the detailed instruction I found on other site:



first :-

do

--- Code: ---lspci | grep Audio
--- End code ---

and then u get the type of your sound card
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)

second :-

then download the lastest alsa Driver ,asla Util and alsa Lib from www.alsa-project.org

third:-

In a shell type these commands:
Make a directory to store the alsa source code in.
These are single command per line ie. type one by one.

--- Code: ---cd /usr/src
mkdir alsa
cd alsa
cp /downloads/alsa-* .
--- End code ---
Now unzip and install the alsa-driver package

--- Code: ---bunzip2 alsa-driver-xxx
tar -xf alsa-driver-xxx
cd alsa-driver-xxx
./configure --with-cards=hda-intel --with-sequencer=yes;make;make install
--- End code ---

In a shell type these commands:
Make a directory to store the alsa source code in.

--- Code: ---cd /usr/src
mkdir alsa
cd alsa
cp /downloads/alsa-* .
--- End code ---
Now unzip and install the alsa-driver package

--- Code: ---bunzip2 alsa-driver-xxx
tar -xf alsa-driver-xxx
cd alsa-driver-xxx
./configure --with-cards=hda-intel --with-sequencer=yes;make;make install
--- End code ---
In a shell type these commands:
Make a directory to store the alsa source code in.

--- Code: ---cd /usr/src
mkdir alsa
cd alsa
cp /downloads/alsa-* .
--- End code ---
Now unzip and install the alsa-driver package

--- Code: ---bunzip2 alsa-driver-xxx
tar -xf alsa-driver-xxx
cd alsa-driver-xxx
./configure --with-cards=hda-intel --with-sequencer=yes;make;make install

--- End code ---
Now unzip and install the alsa-lib package

--- Code: ---cd ..
bunzip2 alsa-lib-xxx
tar -xf alsa-lib-xxx
cd alsa-lib-xxx
./configure;make;make install
--- End code ---
Now unzip and install the alsa-utils package

--- Code: ---cd ..
bunzip2 alsa-utils-xxx
tar -xf alsa-utils-xxx
cd alsa-utils-xxx
./configure;make;make install
--- End code ---
after that add this to shell

--- Code: ---#modprobe snd-hda-intel;modprobe snd-pcm-oss;modprobe snd-mixer-oss;modprobe snd-seq-oss

--- End code ---
then type

--- Code: ---#alsaconf
--- End code ---
and it will work automatically then type

--- Code: ---#alsamixer
--- End code ---
to check than every thing is unmutted then every thing is ready to work just play your favorite track and just smile.
Thank you! to ADAM who compiled these instructions.

This might look hard but actually its repeated steps.

Ujjwol:
Thank  You for your help (oh! sorry i forgot your name).
now i am going to deploy your concept or something now

Ricky:
Welcome though my name is clearly written :)
~Ricky

Ricky:
As asked in other thread about same question :

--- Quote ---ricky by your method my sound card  :(couldn't be detected
i think kernel recompilation method can be best, as i knew from alsa site and i don't know how, Huh
--- End quote ---

Well, we are actually compiling all the stuff, may be you missed something, .. ./configure, make , make install..
all these are for compiling.

I suggest you to do all with peace and fresh mind while understanding the stuff which you do not get  at first!

Navigation

[0] Message Index

Go to full version