Replying to both msg's at once.
I did do make oldconfig twice (noted that on the maillist archives). Now the make dep clean bzImage modules,
is this a combination of make dep, make bzImage, make modules? do I'd then follow up with?:
make modules_install make install
Thanks for the help, all.....
Kevin
I deduce you are using the 2.4 series kernel. I would do: make mrproper x2 copy .config make oldconfig make menuconfig make dep clean bzImage modules
N.Emile...
"make mrproper" run once, but in some situations it is needed to run "make oldconfig" twice. So to be on the safe side run it (make oldconfig) always more than 1 time.
Alexander