Re: Modules at boot time

2002-06-04 Thread prover
AIL PROTECTED]> Cc: Sent: Tuesday, June 04, 2002 5:53 AM Subject: Re: Modules at boot time > On Mon, Jun 03, 2002 at 11:33:55PM -0400, Kapil Khosla wrote: > > Hi, > > I got my sound card to work by doing > > modprobe trident > > modprobe sound > > but I

Re: Modules at boot time

2002-06-04 Thread prover
3 AM Subject: Modules at boot time > Hi, > I got my sound card to work by doing > modprobe trident > modprobe sound > but I have to do this everytime at boot time. > I also did update-modules expecting that it will modify the .conf file and I will be all set but that doesnt seem

Re: Modules at boot time

2002-06-03 Thread Chris Kenrick
On Mon, Jun 03, 2002 at 11:33:55PM -0400, Kapil Khosla wrote: > Hi, > I got my sound card to work by doing > modprobe trident > modprobe sound > but I have to do this everytime at boot time. > I also did update-modules expecting that it will modify the .conf file and I > will be all set but that

Modules at boot time

2002-06-03 Thread Kapil Khosla
Hi, I got my sound card to work by doing modprobe trident modprobe sound but I have to do this everytime at boot time. I also did update-modules expecting that it will modify the .conf file and I will be all set but that doesnt seem to be the case, How should I proceed from here, Thanks Kapil

Re: how to load modules at boot time

2000-11-06 Thread Leen Besselink
> > but if i wanted to be more sophisticated about it, would i add them to > /etc/modules? > Yes, I think this is the official place (the file also won't be changed, when you (or apt-get upgrade gets) run).

Re: how to load modules at boot time

2000-11-06 Thread kmself
on Sun, Nov 05, 2000 at 11:11:56PM -0800, Peter Jay Salzman ([EMAIL PROTECTED]) wrote: > dear all, > > i'd like to load two modules -- 3dfx.o and tulip.o (voodoo3 and ethernet > cards) at boot time rather than modprobing them every time the system boots. > > i could do that by adding them to a l

how to load modules at boot time

2000-11-06 Thread Peter Jay Salzman
dear all, i'd like to load two modules -- 3dfx.o and tulip.o (voodoo3 and ethernet cards) at boot time rather than modprobing them every time the system boots. i could do that by adding them to a local startup script, and that's the way i've done it for a long time. but if i wanted to be more so

Re: Loading modules at boot time.

2000-08-27 Thread Florian Friesdorf
On Sun, Aug 27, 2000 at 06:16:52PM -0500, luke b wrote: > I have an isa plug 'n' play sound card which requires modules to be loaded > at boottime. In what file should I put the lines to load the modules? I'm > running debian potato. Every module listed in /etc/modules is loaded at boottime. o

Loading modules at boot time.

2000-08-27 Thread luke b
I have an isa plug 'n' play sound card which requires modules to be loaded at boottime. In what file should I put the lines to load the modules? I'm running debian potato. luke _ Get Your Private, Free E-mail from MSN Hot

Re: Running Modules at Boot Time...

1998-05-18 Thread Shaleh
Two things: 1. make sure that auto is the last line in /etc/modules. I have seen odd behavior otherwise. 2. if all else fails, insmod it in a script, the but the script in rc0.boot or something. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EM

Running Modules at Boot Time...

1998-05-18 Thread Jay Barbee
Hey all, I have a question about installing modules at boot time. it seems just having the aha152x module in /etc/modules is not good enough. It gripes about dependency problem. I have 'append=aha152x=0x340,11' in lilo.conf. Once the system is booted up and I logon as ROOT,