On Thu, 10 Aug 2000, Guillaume Rousse wrote:
> Francis Galiegue a �crit :
> >
> > 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
Uhm, it looks like the driver has problems with CONFIG_MODVERSIONS? Very
strange...
Is it a kernel compiled by yourself? If yes, did you compile it with
CONFIG_MODVERSIONS? What cmdline did you type to compile the emu10k1 module?
>
> 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 ?
>
/usr/src/linux not pointing to the good headers? I'm lost...
Are they the distribution headers?
--
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