On Tue, Sep 10, 2002 at 04:34:09PM +0200, Edward Gerhold wrote: > Christine Ames wrote: > > > --- Edward Gerhold <edwin.hold@t-online.de> wrote: > > > >> Mcen navaraj wrote: > >> > >> > >>> hello, > >>> please tell me how to start a module at boot time. > >> > >> Isn't /etc/modules.cnf doing this for us ? > > i really meant /etc/modules.conf :) No, you really ment /etc/modules ;-). /etc/modules.conf is a config file for modprobe. But it does not run modprobe. To actually load the module at boot time, you have to call modprobe from some init script. Most distros do this for all modules mentioned in some file, possibly called /etc/modules (that's for Debian, so it may be called different somewhere else). ------------------------------------------------------------------------------- Jan 'Bulb' Hudec <bulb@ucw.cz> -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/