Nagayoshi Hayashi wrote: > hi : > > Holger Waechtler wrote: > > >>Hi, >> >>the driver you built believes that your kernel has module versioning >>support. You probably built your driver against the wrong kernel >>includes. Make sure that /usr/src/linux is a link to the kernel sources >>of the kernel you are running. > > > this part is done. > > > >>The .config there has to match the kernel >>config of the running kernel. >> > > > what u mean by the .config ?
that's the file generated by make config/menuconfig/xconfig. It is used to generate the header files which define all CONFIG_XXX definitions you selected for your kernel config. These have to be consistent with the running kernel, namely the module versioning option in your case... Holger -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.
