I use a 2.2.16-9mdk kernel. I just recompiled it, and now i have to compile emu10k module. Compilation seems to be fine, but i get an error message at use : depmod: *** Unresolved symbols in /lib/modules/2.2.16-9mdk/misc/emu10k1.o Moreover, looking in Makfile, i saw kernel configuration is taken from kernel headers. More precisely, in redhat system, in autoconf-up.h, and autoconf.h elsewhere : ifneq ($(shell grep '__rh_kernel_version_h__' $(KERNELSOURCE)/include/linux/vers# redhat kernel headers style SUB := $(shell grep __BOOT_KERNEL_ /boot/kernel.h 2>/dev/null | grep 1 | cut - VERSION_H := version-$(SUB).h AUTOCONF_H := autoconf-$(SUB).h else VERSION_H := version.h AUTOCONF_H := autoconf.h endif correct options used for kernel compilation are in autoconf.h, and particulary module_version option, but the other on is used. Turning of the test resulted in a file not found error later in makefile... Has someone already compiled this ?
