From: arnuld on
I am using RHEL4 and I am am completely unable to configure sound. my
system has nothing like "/dev/dsp" or "/dev/sequencer".


[root(a)raj etc]# alsamixer
alsamixer: function snd_ctl_open failed for default: No such file or
directory
[root(a)raj etc]#

[root(a)raj etc]# uname -a
Linux raj.phonologies.com 2.6.9 #1 Wed Jul 12 15:08:58 IST 2006
i686 i686 i386 GNU/Linux
[root(a)raj etc]#

[root(a)raj etc]# /sbin/lspci | grep -i audio
00:1b.0 Class 0403: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family)
High Definition Audio Controller (rev 03)
[root(a)raj etc]#


I installed latest alsa drivers from alsa web-site, they installed fine,
I checked my card requires [B]snd-hda-intel[/B] module but when I try to
load the module I get this:

[root(a)raj etc]# /sbin/modprobe snd-hda-intel
WARNING: Error inserting snd
(/lib/modules/2.6.9/kernel/sound/acore/snd.ko): Unknown symbol in module,
or unknown parameter (see dmesg)

WARNING: Error inserting snd_hwdep
(/lib/modules/2.6.9/kernel/sound/acore/snd-hwdep.ko): Unknown symbol in
module, or unknown parameter (see dmesg)

WARNING: Error inserting
snd_page_alloc (/lib/modules/2.6.9/kernel/sound/acore/snd-page-alloc.ko):
Unknown symbol in module, or unknown parameter (see dmesg)

WARNING: Error
inserting snd_timer (/lib/modules/2.6.9/kernel/sound/acore/snd-timer.ko):
Unknown symbol in module, or unknown parameter (see dmesg)

WARNING: Error
inserting snd (/lib/modules/2.6.9/kernel/sound/acore/snd.ko): Unknown
symbol in module, or unknown parameter (see dmesg)

WARNING: Error
inserting snd_page_alloc
(/lib/modules/2.6.9/kernel/sound/acore/snd-page-alloc.ko): Unknown symbol
in module, or unknown parameter (see dmesg)

WARNING: Error inserting
snd_timer (/lib/modules/2.6.9/kernel/sound/acore/snd-timer.ko): Unknown
symbol in module, or unknown parameter (see dmesg)

FATAL: Error inserting
snd_pcm (/lib/modules/2.6.9/kernel/sound/acore/snd-pcm.ko): Unknown symbol
in module, or unknown parameter (see dmesg)

WARNING: Error running install
command for snd_pcm FATAL: Error inserting snd_hda_intel
(/lib/modules/2.6.9/kernel/sound/pci/hda/snd-hda-intel.ko): Unknown symbol
in module, or unknown parameter (see dmesg) [root(a)raj etc]#



any idea ?


--
http://lispmachine.wordpress.com/
my email ID is at the above address

From: Dances With Crows on
arnuld staggered into the Black Sun and said:
> I am using RHEL4 and I am am completely unable to configure sound.
> Linux 2.6.9 #1 Wed Jul 12 15:08:58 IST 2006

That kernel's almost 2 years old, so it's not surprising that things
don't work.

> 00:1b.0 Class 0403: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family)
> High Definition Audio Controller (rev 03)

New hardware + old kernel = things don't work. There were a lot of
different revisions of this audio chipset. If you have one of those
revisions that came out after 2.6.9 was released, it's obviously not
going to work right.

>[B]snd-hda-intel[/B]

Usenet is not a BBcode-using web forum.

> FATAL: Error inserting snd_hda_intel
> (/lib/modules/2.6.9/kernel/sound/pci/hda/snd-hda-intel.ko): Unknown
> symbol in module, or unknown parameter
>
> Any idea?

Your kernel's almost certainly too old to recognize the sound card.
First thing to try is to get a new kernel.

--
For every complex problem, there is a solution that is simple,
neat, and wrong.
My blog and resume: http://crow202.dyndns.org:8080/wordpress/
Matt G|There is no Darkness in Eternity/But only Light too dim for us to see
From: Allen Kistler on
Dances With Crows wrote:
> arnuld staggered into the Black Sun and said:
>> I am using RHEL4 and I am am completely unable to configure sound.
>> Linux 2.6.9 #1 Wed Jul 12 15:08:58 IST 2006
>
> That kernel's almost 2 years old, so it's not surprising that things
> don't work.
>
>> 00:1b.0 Class 0403: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family)
>> High Definition Audio Controller (rev 03)
>
> New hardware + old kernel = things don't work. There were a lot of
> different revisions of this audio chipset. If you have one of those
> revisions that came out after 2.6.9 was released, it's obviously not
> going to work right.
>
>> [B]snd-hda-intel[/B]
>
> Usenet is not a BBcode-using web forum.
>
>> FATAL: Error inserting snd_hda_intel
>> (/lib/modules/2.6.9/kernel/sound/pci/hda/snd-hda-intel.ko): Unknown
>> symbol in module, or unknown parameter
>>
>> Any idea?
>
> Your kernel's almost certainly too old to recognize the sound card.
> First thing to try is to get a new kernel.
>

Actually it would probably be better to use a real Red Hat kernel,
instead of custom compiling your own. RH backports new features and new
hardware support to old kernels (almost) to the point that the "2.6.9"
really only specifies the kernel API.

If the reason you're custom compiling your own kernel, apparently not
even using the Red Hat source, is because you don't have a Red Hat
subscription, I'd recommend trying Centos or Whitebox, which are "free"
versions of Red Hat. They're not always completely binary compatible,
but it's probably closer to what you're trying now. Even better, if you
don't have a subscription, is to go completely clone and install from
the Centos or Whitebox media, instead of installing from RH media and
trying to "upgrade" or whatever on your own.