I am trying to install the kernel 2.6.9 and 2.6.16. while installing the module using make modules_install it gives following error. This comes at the same point in both the version. I am not able to understand what is the problem. INSTALL sound/soundcore.ko if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.6.9; fi depmod: *** Unresolved symbols in /lib/modules/2.6.9/kernel/drivers/atm/eni.ko depmod: suni_init depmod: *** Unresolved symbols in /lib/modules/2.6.9/kernel/drivers/atm/idt77252.ko depmod: suni_init depmod: *** Unresolved symbols in /lib/modules/2.6.9/kernel/drivers/atm/iphase.ko depmod: suni_init depmod: *** Unresolved symbols in /lib/modules/2.6.9/kernel/drivers/atm/nicstar.ko depmod: suni_init
just a guess: are you compiling atm drivers without compiling atm support ? anupam -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/