Hi all,

I am trying to install ALSA on my computer.

I downloaded and decompressed alsa-driver-0.9.0beta9.

I did:
       cd /alsa-driver-0.9.0beta9
       ./configure --with-cards=emu10k1 --with-sequencer=yes 
--with-moddir=/lib/modules/2.4.8-26mdk/misc
         (--with-moddir=/lib/modules/2.4.8-26mdk/misc because if not kernel modules 
are stored
            in /lib/modules/2.4.8-2bk/misc which is the latest compiled kernel (see 
later why))
       make (with su <password>)
       make install

Modules are installed in /lib/modules/2.4.8-26mdk/misc but I got the following 
messages:

/sbin/depmod -a
depmod: *** Unresolved symbols in /lib/modules/2.4.8-26mdk/misc/snd-pcm-oss.o
depmod: *** Unresolved symbols in /lib/modules/2.4.8-26mdk/misc/snd-pcm.o
depmod: *** Unresolved symbols in /lib/modules/2.4.8-26mdk/misc/snd-rawmidi.o
depmod: *** Unresolved symbols in /lib/modules/2.4.8-26mdk/misc/snd-seq-device.o
depmod: *** Unresolved symbols in /lib/modules/2.4.8-26mdk/misc/snd-seq-midi-event.o
depmod: *** Unresolved symbols in /lib/modules/2.4.8-26mdk/misc/snd-seq-oss.o
depmod: *** Unresolved symbols in /lib/modules/2.4.8-26mdk/misc/snd-seq.o
depmod: *** Unresolved symbols in /lib/modules/2.4.8-26mdk/misc/snd-timer.o
depmod: *** Unresolved symbols in /lib/modules/2.4.8-26mdk/misc/snd.o
make: *** [install-modules] Erreur 1

I have to say that I compiled some times ago a kernel 2.4.8 with extraversion=-2bk 
which never worked and I came back to the one built by Mandrake: 2.4.8-26mdk.

I modified /usr/src/linux-2.4.8/Makefile again to have:
VERSION = 2
PATCHLEVEL = 4
SUBLEVEL = 8
EXTRAVERSION = -26mdk

I read Alsa-HOWTO, Alsa-sound-mini-HOWTO and Module-HOWTO but I was unable to find a 
solution to this problem.

What can I do ?

Bernard

_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to