Quote:
Originally posted by Thetargos
I do have the kernel installed (it actually installed from rpm by RH's up2date) and the sources. I have even tried to recompile it... but unfortunately it would exit with an error at the make dep step.
|
instead of doing a make oldconfig
try make menuconfig
or
make xconfig(from your X terminal)
and choose the necessary features that you want to add to your kernel
and now do a make dep
if there are again errors do a
make dep 2>errorfile
and give the content of errorfile
by
less errorfile