Re: Modules at boot time

2002-06-04 Thread prover
I'M NOT MEMER OF YOUR MAILING LISTS.

WHY THIS MAILS COME TO ME?
EVERY DAY COME TO ME 200 MAILS FROM YOUR MAILING LISTS.

CAN YOU DO SOMETHING WITH IT?

 THANK YOU.

- Original Message -
From: "Chris Kenrick" <[EMAIL PROTECTED]>
To: "Kapil Khosla" <[EMAIL 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 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
>
> Please set your mailer/editor linewrap from 68-75 chars.  72 is a good
default.
>
> You have a couple of options ...
>
> You could run modconf(same utility as runs during the Debian install),
> which will then write the changes permanently for you.
>
> Or just manually edit /etc/modules and add those two lines (trident and
> sound).
>
> More detailed info on how it all works can apparently be found in
> /usr/share/doc/modutils
>
> - Chris
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]
>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Modules at boot time

2002-06-04 Thread prover
I'M NOT MEMER OF YOUR MAILING LISTS.

WHY THIS MAILS COME TO ME?
EVERY DAY COME TO ME 200 MAILS FROM YOUR MAILING LISTS.

CAN YOU DO SOMETHING WITH IT?

 THANK YOU.

- Original Message -
From: "Kapil Khosla" <[EMAIL PROTECTED]>
To: 
Sent: Tuesday, June 04, 2002 5:33 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 to be the case,
> How should I proceed from here,
> Thanks
> Kapil
>
>
>
>
> 
> Outgrown your current e-mail service?
> Get a 25MB Inbox, POP3 Access, No Ads and No Taglines with LYCOS MAIL
PLUS.
> http://login.mail.lycos.com/brandPage.shtml?pageId=plus
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]
>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



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 doesnt seem to be the case,
> How should I proceed from here,
> Thanks
> Kapil

Please set your mailer/editor linewrap from 68-75 chars.  72 is a good default.

You have a couple of options ...

You could run modconf(same utility as runs during the Debian install),
which will then write the changes permanently for you.

Or just manually edit /etc/modules and add those two lines (trident and
sound).

More detailed info on how it all works can apparently be found in
/usr/share/doc/modutils

- Chris


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



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





Outgrown your current e-mail service?
Get a 25MB Inbox, POP3 Access, No Ads and No Taglines with LYCOS MAIL PLUS.
http://login.mail.lycos.com/brandPage.shtml?pageId=plus


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



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 local startup script, and that's the way
> i've done it for a long time.
> 
> but if i wanted to be more sophisticated about it, would i add them to
> /etc/modules?  if not, what's the correct way then?

Below shows my own modules file, which loads 'auto', a sound driver, and
my NIC driver.


# /etc/modules: kernel modules to load at boot time.
#
# This file should contain the names of kernel modules that are
# to be loaded at boot time, one per line.  Comments begin with
# a `#', and everything on the line after them are ignored.
# An entry named `auto' will cause the system to start kerneld immediately.
# Kerneld then loads modules on demand. `noauto' disables kerneld
# completely.

auto
es1370
tulip

-- 
Karsten M. Self  http://www.netcom.com/~kmself
 Evangelist, Zelerate, Inc.  http://www.zelerate.org
  What part of "Gestalt" don't you understand?  There is no K5 cabal
   http://gestalt-system.sourceforge.net/http://www.kuro5hin.org


pgpC5J13cr6m5.pgp
Description: PGP signature


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 sophisticated about it, would i add them to
/etc/modules?  if not, what's the correct way then?

pete



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.
options and pre/post-installs are taken from /etc/modules.conf.

btw: /etc/modules.conf is generated by update-modules from files in 
/etc/modutils

-ff

-- 
 Florian Friesdorf <[EMAIL PROTECTED]>
OpenPGP key available on public key servers

--> Save the future of Open Source <--
-> Online-Petition against Software Patents <-
--> http://petition.eurolinux.org <---


pgp80DZuprJoT.pgp
Description: PGP signature


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 Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.




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 [EMAIL PROTECTED]


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, I can type:

insmod aha152x aha152x=0x340,11

And all is fine.  How do I load this module during bootup?

--Jay


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]