Re: boot up commands

2001-04-17 Thread V.Suresh
That's good for perfect modules. What about modules that need forcing, I mean 'insmod -f '. My module has a kernel mismatch, and I have to force insmod it. I think it is not possible with /etc/modules. Once upon a time, Kevin Easton <[EMAIL PROTECTED]> found a keyboard. And typed: > >Hi, > >J

Re: boot up commands

2001-04-17 Thread Kevin Easton
Hi, Just stick the name of the module you want to load at boot time in /etc/modules. - Kevin. - Original Message - From: "V.Suresh" <[EMAIL PROTECTED]> To: "Debian List" Sent: Wednesday, April 18, 2001 1:38 AM Subject: boot up commands > I want a insmod command to beperformed

Re: boot up commands

2001-04-17 Thread will trillich
On Tue, Apr 17, 2001 at 09:38:51PM +0600, V.Suresh wrote: > I want a insmod command to beperformed during booting. In which file should > I put it up? SHould I write a new script, and put it in /etc/init.d? > But I don't know how to implement the start/stop functions? cd /etc/init.d cp skeleton yo

Re: boot up commands

2001-04-17 Thread James Tapping
Put it in the file /etc/modules normaly works for me.. On Tue, 17 Apr 2001, V.Suresh wrote: > I want a insmod command to beperformed during booting. In which file should > I put it up? SHould I write a new script, and put it in /etc/init.d? > But I don't know how to implement the start/stop fu