Sound card

Mark Knecht markknecht at gmail.com
Tue Apr 12 14:53:44 UTC 2005


On Apr 12, 2005 7:43 AM, Scott Mertens <smertens at mho.com> wrote:
> > do an
> >
> > #rpm -qa |grep alsa
> >
> > you should see the following packages
> >
> >
> > alsa-lib-1.0.6-4
> > alsa-lib-devel-1.0.6-4
> > alsa-utils-1.0.6-3
> >
> > if not, you need to install them the install cd's or iso images
> >
> > JD
> 
> Here are my results
> [root at RHServer01 ~]# rpm -qa |grep alsa
> alsa-utils-1.0.6-3
> alsa-lib-1.0.6-5.RHEL4
> [root at RHServer01 ~]#

OK, a couple more things:

1) What kernel are you running? 2.6 kernels have alsa built inside
them. (Generally)

2) Is any part of Alsa loaded?

lsmod | grep snd

ls /proc/asound
cat /proc/asound/version

3) What results do you see if you try

yum search alsa-tools

4) What is in your modprobe.conf file?

cat /etc/modprobe.conf

Keep going!

- Mark




More information about the Redhat-install-list mailing list