Francis Galiegue a �crit :
> 
> On Wed, 9 Aug 2000, Guillaume Rousse wrote:
> 
> > There are some configure-version couple files in kernel includes : *.h,
> > *-up.h, *-fb.h, etc...
> > The one containing my just used compilation options is .h, but version.h
> > doesn't define KERNEL_VERSION, that seems to be needed for emu10k module
> > compilation. This is defined in version-up.h, but corresponding
> > configure-up.h has default compilations options.
> > So which couple must i use ? good configure-bad version or bad
> > configure-good version ?
> >
> 
> I don't see your problem, actually... All that's needed is that /usr/src/linux
> point to the kernel sources, then make dep all (in the emu10k1 source dir) to
> build the module...
The problem is :
/sbin/depmod -a 2.2.16-9mdk
depmod: *** Unresolved symbols in
/lib/modules/2.2.16-9mdk/misc/emu10k1.o
root@agathe emu10k1]# modprobe sound
/lib/modules/2.2.16-9mdk/misc/emu10k1.o: unresolved symbol
unregister_sound_dsp_Rcd083b10
/lib/modules/2.2.16-9mdk/misc/emu10k1.o: unresolved symbol
unregister_sound_midi_Rfdab6de3
/lib/modules/2.2.16-9mdk/misc/emu10k1.o: unresolved symbol
register_sound_dsp_Rf4674964
/lib/modules/2.2.16-9mdk/misc/emu10k1.o: unresolved symbol
register_sound_mixer_Rf743d250
/lib/modules/2.2.16-9mdk/misc/emu10k1.o: unresolved symbol
unregister_sound_mixer_R7afc9d8a
/lib/modules/2.2.16-9mdk/misc/emu10k1.o: unresolved symbol
register_sound_midi_R0621866b
/lib/modules/2.2.16-9mdk/misc/emu10k1.o: insmod
/lib/modules/2.2.16-9mdk/misc/emu10k1.o failed
/lib/modules/2.2.16-9mdk/misc/emu10k1.o: insmod sound failed
It seems that emu10k module is dynamically linkd to other modules it
can't find.

Another problem, wich is evocated in README is 'make sure your kernel
options are correctly recovered'. That's not the case, particulary for
kernel_moduleversion, as the configure.h file used is not the good one.

Maybe the first is a consequence of the second ?
 
> --
> Francis Galiegue, [EMAIL PROTECTED]
> "Programming is a race between programmers, who try and make more and more
> idiot-proof software, and universe, which produces more and more remarkable
> idiots. Until now, universe leads the race"  -- R. Cook

-- 
Guillaume Rousse
Iremia - Universit� de la R�union

Plus petites unit�s de mesure 
- de longueur : le millim�tre
- de volume : le millilitre
- d'intelligence : le militaire

Reply via email to