Hello, I have a kernel tree in /work/src/kern2.6 , and I created a folder elsewhere for building it; I configured the kernel with: make O=/work/kernObj menuconfig Afterwards,I build the kernel with: make O=/work/kernObj Now I want to install the modules into /lib/modules; how should I do it ? when running: make O=/work/kernObj modules_install , it starts the configuration process all over again... and also: make modules_install from /work/kernObj does not work - again the same configuration process starts all over again. What should I do to install the modules under /lib/modules/x_y_z? ? any ideas? Rgs Ian -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ