[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Openvortex-dev] Errors using 2.6.0-test2-mm4
From: |
Manuel Jander |
Subject: |
Re: [Openvortex-dev] Errors using 2.6.0-test2-mm4 |
Date: |
07 Aug 2003 17:06:23 -0400 |
Hi,
The alsa tree doesnt seme to be meant to be build outside the kernel
tree. I had the same problem, with other drivers too (intel8x0). So that
what i did was simply inserting it into the kernel tree. Thats very
easy:
In your kernel tree rename (or delete) the following directories out of
the way:
include/sound
sound/
Replace the directories above with:
<alsatree>/alsa-kernel/include -> <kerneltree>/include/sound/
<alsatree/>alsa-kernel/ -> <kerneltree>/sound/
That should work. Sorry for not telling before, i forgot that "little
detail".
Its quiet cool having the AU88X0 options in the "menuconfig" interface
:-)
On Thu, 2003-08-07 at 20:05, Torsten Stremlau wrote:
[snip]
> (/lib/modules/2.6.0-test2-mm4/kernel/sound/acore/snd-pcm.o): Invalid
> module format
> WARNING: Error inserting snd_ac97_codec
> (/lib/modules/2.6.0-test2-mm4/kernel/sound/pci/ac97/snd-ac97-codec.o):
> Invalid module format
> FATAL: Error inserting snd_au8830
> (/lib/modules/2.6.0-test2-mm4/kernel/sound/pci/au88x0/snd-au8830.o):
> Invalid module format
> ---
> Do you know what is causing the errors?
>
The kernel 2.6 modules use another format. The filenames ar .ko instead
of .o. I guess its more than just the name that changed.
Best Regards
Manuel Jander