On 10/24/05, Can Sar <csar@xxxxxxxxxxxx> wrote: > > I wrote a Linux Module that I would like to load into my kernel as > soon as possible during boot. Is there any way to do this? > You can put your module loading command "insmod <path_and_your_module_name> " in scripts found in /etc/rc.d/ directory or more specifically can be in /etc/rc.d/rc.local file. I hope this will help. -- Fawad Lateef -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/