hi, check if eth0 is up or not by $ ifconfig eth0 up if u get the message delaying eth0 initialization probably the modules of ur ethernet card are missing.make sure that u select correct drivers. use '$make menuconfig' friendly and much quicker. select the corresponding (pcmcia)modules of ur ethernet card and after compiling,use $make modules_install to install the modules. afaik this should work,and also one more thing kernels with odd numbers are not used for workstations they are experimental kernels vamsi On Thu, 19 Sep 2002, Saji Kumar VR wrote: > Hi, > > I have Redhat 7.1 with 2.4.2 kernel. I want to > install 2.5.33 kernel in my machine. I have downloaded > 2.5.33 tree & compiled it. But its giving some linking erros, when I compile > after including network drivers > ( ie, enabiling through make config). Without these drivers, I can install > the kernel & boot on it, but without network support. > > Is there anything to be taken care compiling 2.5 kernel in redhat 7.1 > running 2.4.2 kernel? > > Rgds, > Saji > > -- bash$ :(){:|:&};: just do it!! -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/