Since I use a laptop I'm in the need to have PCMCIA support. Anyway, emerging the pcmcia-cs package it keeps saying that it misses something in the kernel headers (modversions.h). This file seems to have disappeared in 2.6 kernel series but pcmcia-cs keeps complaining. I've googled the web but found no clear answer.
What is the correct way to migrate to kernel 2.6.0?
I've been using 2.6.0 for about a week and I am relatively satisfied.
My linux-2.6.0 sources does have a modversions.h file:
root # find /usr/src/linux-2.6.0/ -name modversions.h /usr/src/linux-2.6.0/include/config/modversions.h
but I do not think that it is created until you configure and/or build your kernel. I think the file has something to do with the "module versions" parameter in your kernel configuration. FYI my entire modversions.h is:
#define CONFIG_MODVERSIONS 1
HTH, JZ
-- [EMAIL PROTECTED] mailing list
