At first glance, I would guess the following:
( Tell me if I'm wrong )
1. You installed the kernel
2. You installed the kernel source
3. You did not "make" the kernel from the source
Therefore, the .config data for the kernel ... well, it probably
does not match the compiled and running kernel.
Specifically, there are modules for the SOURCE kernel
that are not available in the running kernel.
YOU CAN *TRY* this:
cd /usr/src/linux
make dep; make bzImage; make modules; make modules_install;
THEN
DON'T DO ANYTHING BUT
./configure --with-whatever in your alsa source.
NOTE _________________________________
If it were me I would build the kernel AND install it,
THEN build the alsa.
If you do as I suggest without installing your new kernel
you may end up shooting off a few fingers and toes.
-AEF
On Thursday 24 January 2002 00:18, Brian Parish wrote:
> I have installed kernel 2.4.17-8mdk together with sources. configure is
> happy:
>
>
> ./configure --with-kernel=/usr/src/linux-2.4.17-8mdk
>
> finds the source.
>
> make is happy:
>
> ALSA modules were successfully compiled.
>
> then make install does this:
>
> mkdir -p /lib/modules/2.4.17-8mdk/misc
> rm -f /lib/modules/2.4.17-8mdk/misc/snd*.o
> /lib/modules/2.4.17-8mdk/misc/persist.o
> /lib/modules/2.4.17-8mdk/misc/isapnp.o
> cp modules/*.o /lib/modules/2.4.17-8mdk/misc
> /sbin/depmod -a
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.17-8mdk/kernel/fs/minix/minix.o.gz
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.17-8mdk/kernel/fs/sysv/sysv.o.gz
> make: *** [install-modules] Error 1
>
> Does this mean that alsa beta10 won't work with this kernel?
>
> Brian
>
>
> _______________________________________________
> Alsa-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/alsa-user
--
"When I took off my space suit helmet, I let out a sigh.
At least that's what I told the martians..."
- Jack Handy
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user