>document,and boot into new kenrel 2.6.10 my ethernet > devices are not working so i boot to normal 2.4.20-8 > kernel and found thers it working. I can access > proxy server. Then i boot again to 2.6.10 and it > also start working. It seems you havn't enabled realtek network driver support in your 2.6 kernel. Check for CONFIG_8139TOO=y/m is there in .config of your 2.6 kernel. > How to solve this problem?? i want my each > compiled kernel along with 2.6 kernel works with all > modules.lsmod does not showing 8139too loaded and > when try to load it from > /lib/modules/2.4.26/drivers/net/8139too.o i get > error. You can't insert a module which compiled for linux 2.4 to 2.6 kernel. Do you have a directory named 2.6.10 under /lib/modules ? If not, you have to do 'make modules' and 'make modules_install' after your kernel compilation. Regards Suneesh __________________________________ Do you Yahoo!? Yahoo! Mail - You care about security. So do we. http://promotions.yahoo.com/new_mail -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/