[PlanetCCRMA] 2.6.10-0.2.rdt.rhfc2.ccrma kernel feedback - alsa load fail

Fernando Lopez-Lezcano nando@ccrma.Stanford.EDU
Fri Jan 28 11:28:01 2005


On Thu, 2005-01-27 at 15:17, luciorgomes wrote:
> This kernel fails to load alsa for me. 
> The previous
> (2.6.10-0.1.rdt.rhfc2.ccrma) is
> working fine.

It does seem to work here in my laptop. 
How did you install? Using planetccrma-core-* should prevent problems
like this one. The usual cause is a mismatch of the architecture of the
kernel and the kernel-module-alsa packages, do this to find out:
  rpm -q --qf "%{NAME}-%{VERSION}-%{RELEASE}  %{ARCH}" kernel
and the same thing for the kernel-module-alsa-* package. Both
architectures should match. 

Also, a "/sbin/depmod -ae" will tell us which symbols are missing or
unknown. 

-- Fernando

> boot.log of the kernel:
> 
> Jan 27 20:31:59 hendrix modprobe:
> WARNING: Error inserting snd
> (/lib/modules/2.6.10-0.2.rdt.rhfc2.ccrma/updates/acore/snd.ko):
> Unknown
> symbol in module, or unknown parameter
> (see dmesg)
> Jan 27 20:31:59 hendrix modprobe:
> WARNING: Error inserting
> snd_seq_device
> (/lib/modules/2.6.10-0.2.rdt.rhfc2.ccrma/updates/acore/seq/snd-seq-device.ko):
> Unknown symbol in module, or unknown
> parameter (see dmesg)
[MUNCH]