--- Yasmine Habib <yasmine.maged@xxxxxxxxx> wrote: > .. i am supposed to do "make dep" to set up all the dependancies > correctly but i get a warning "make dep is unnecessary now". Is > there any clue why i get this message? This step was part of 2.4 series kernel. For 2.6 you do not need this step. > I also want to know from where to get an updated working > configuration file for kernel 2.6.5-1.358 for an i386 architecture? It looks like you are on Fedora Core. You can get working .config file from /boot/config-2.6.5-1.358, or from /usr/src/linux-2.6.5-1.358/config if you have sources installed. After you copy config file as .config in /usr/src/linux directory, do make oldconfig, it will pick up old configuration and will ask you about newer options in the kernel. > Lastly, is there any other way to make a loadable kernel module? Not sure aht you are asking here. > Thank you http://www.beconvinced.com -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/