Sandra wrote:
Thank you. I try to install the Copperjet ADSL modem to get Internet acces.I think you ment newer.
It's mandatory to have a kernel older than 2.4.18.
Since you're trying to build a kernel module, ignore the posts about glibc-kernheaders.
Now I'll copy the config-2.4.18 to /usr/src/linux-2.4.20-2.21 as .config.Why not use on of the configs from 2.4.20-2.21? Some stuff has probbly changed.
You'll need to run 2.4.20-2.21 anyway.
I'll cross my fingers andThat won't get you far. you need
/usr/src/linux-2.4.20-2.21/make xconfig
cd /usr/src/linux-2.4.20-2.21 make xconfig
make depWhy do you want a complely new kernel?
make clean
make bzImage
make modules
make_modules_install
Is the module you are trying to add part of the kernel or an addon you got somewhere else?
If it's and add on you just need to cp configs/kernel-2.4.20-<your arch>.config .config make oldconfig make dep
to get the headers setup properly and then build the module according to the instruction they provide.
-Thomas
-- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list