Re: Insert module at startup

2003-09-20 Thread Jacob Anawalt
Derrick 'dman' Hudson wrote:

On Thu, Sep 18, 2003 at 06:09:21PM -0600, Jacob Anawalt wrote:
| 
| Greg Folkert said:
| 
|  People read. Please change this
|  consequences. Like break they way
|  top posting has some very annoying
|  In regard to top posting
| 
| I agree with you 100%. I think. What are you saying?
| 
| *Puzzles what type of cypher this is.*

Its a top-posted cipher.  Read it from bottom to top, just like a
top-posted reply.  The layout emphasizes his point.  (Nice, Greg. :-))
-D

 

It's funny and I understand it if I throw all sense of grammar out the 
window reading from bottom to top. Still of all the lines  Like break 
they way leaves me wondering if bottom to top is really the right way, 
but I cant make it fit anywhere else.

In regard to top posting top posting has some very annoying 
consequences. Like break they way People read. Please change this

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



Re: Insert module at startup

2003-09-19 Thread Derrick 'dman' Hudson
On Thu, Sep 18, 2003 at 06:09:21PM -0600, Jacob Anawalt wrote:
| 
| Greg Folkert said:
| 
|  People read. Please change this
|  consequences. Like break they way
|  top posting has some very annoying
|  In regard to top posting
| 
| I agree with you 100%. I think. What are you saying?
| 
| *Puzzles what type of cypher this is.*

Its a top-posted cipher.  Read it from bottom to top, just like a
top-posted reply.  The layout emphasizes his point.  (Nice, Greg. :-))

-D

-- 
Contrary to popular belief, Unix is user friendly.
It just happens to be selective about who it makes friends with.
   -- Dave Parnas
 
http://dman13.dyndns.org/~dman/


pgp0.pgp
Description: PGP signature


Insert module at startup

2003-09-18 Thread Philippe Dhont (Sea-ro)

Hi,

I have a portable with a broadcom netcard, debian woody an the latest stable
kernel configured (2.4.22), i also downloaded the drivers for my broadcom
netcard and when i start it manually (with insmod), i can ping etc. So the
card is okay.
But how can i add the module so that it starts when the system boots, i find
information about modutils, modules.conf, ... But all this is not so clear!
Could someone *plz* explain me clairly how i have to do it ? Or a link or
whatever ?

And what dhcp client do i have to use ? Dhcpd ? Pump ? Dhclient ?

Thnx!

Philippe Dhont


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



Re: Insert module at startup

2003-09-18 Thread Robert Vollmert
 But how can i add the module so that it starts when the system boots, i find
 information about modutils, modules.conf, ... But all this is not so clear!
 Could someone *plz* explain me clairly how i have to do it ? Or a link or
 whatever ?

Just add a line to /etc/modules.

 And what dhcp client do i have to use ? Dhcpd ? Pump ? Dhclient ?

dhcp-client seems to work fine here (configured on initial
installation of Debian 3.0). You need CONFIG_PACKET and CONFIG_FILTER
in your kernel for it to work.

Cheers
Robert


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



RE: Insert module at startup

2003-09-18 Thread Philippe Dhont (Sea-ro)
 
Okay, 
So when i add a line to /etc/modules, what do i have to add there ? And
where do i have to describe the path ?
The drivers name is something like bcm5700.o
But how knows the /etc/modules where that file is ?

(sorry, have no experience with modules).
Regards,
Philippe



-Original Message-
From: Robert Vollmert [mailto:[EMAIL PROTECTED] 
Sent: donderdag 18 september 2003 11:03
To: [EMAIL PROTECTED]

 But how can i add the module so that it starts when the system boots, 
 i find information about modutils, modules.conf, ... But all this is not
so clear!
 Could someone *plz* explain me clairly how i have to do it ? Or a link 
 or whatever ?

Just add a line to /etc/modules.

 And what dhcp client do i have to use ? Dhcpd ? Pump ? Dhclient ?

dhcp-client seems to work fine here (configured on initial installation of
Debian 3.0). You need CONFIG_PACKET and CONFIG_FILTER in your kernel for it
to work.

Cheers
Robert


--
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: Insert module at startup

2003-09-18 Thread Derrick 'dman' Hudson
On Thu, Sep 18, 2003 at 11:18:49AM +0200, Philippe Dhont   (Sea-ro) wrote:
|  
| Okay, 
| So when i add a line to /etc/modules, what do i have to add there ?

Simply the name of the module.  For example (in between the dashes):


parport
parport_pc
lp


| And where do i have to describe the path ?

You don't.  'depmod' and 'modprobe' take care of that.

| The drivers name is something like bcm5700.o

So put 'bcm5700' on a line by itself in /etc/modules.

| But how knows the /etc/modules where that file is ?

modprobe computes it based on the name of the kernel that is currently
running.  The beginning of the location is /lib/modules/`uname -r`/.

-D

-- 
There are 10 types of people in the world:
those who understand binary, and those who do not.
 
http://dman13.dyndns.org/~dman/


pgp0.pgp
Description: PGP signature


RE: Insert module at startup

2003-09-18 Thread Greg Folkert
On Thu, 2003-09-18 at 05:18, Philippe Dhont (Sea-ro) wrote:
 -Original Message-
 From: Robert Vollmert [mailto:[EMAIL PROTECTED] 
 Sent: donderdag 18 september 2003 11:03
 To: [EMAIL PROTECTED]
 
   But how can i add the module so that it starts when the system boots, 
   i find information about modutils, modules.conf, ... But all this is not
   so clear!
   Could someone *plz* explain me clairly how i have to do it ? Or a link 
   or whatever ?
 
  Just add a line to /etc/modules.
 
   And what dhcp client do i have to use ? Dhcpd ? Pump ? Dhclient ?
 
  dhcp-client seems to work fine here (configured on initial installation of
  Debian 3.0). You need CONFIG_PACKET and CONFIG_FILTER in your kernel for it
  to work.

 Okay, 
 So when i add a line to /etc/modules, what do i have to add there ? And
 where do i have to describe the path ?
 The drivers name is something like bcm5700.o
 But how knows the /etc/modules where that file is ?
 
 (sorry, have no experience with modules).
As soon as possible. Thanks.
People read. Please change this
consequences. Like break they way 
top posting has some very annoying 
In regard to top posting

And the is located in:  /etc directory

The file is called modules hence the /etc/modules

add the module name without the .o and you should be good to go.

Please remember the Top Posting issue. Thanks.
-- 
greg, [EMAIL PROTECTED]
REMEMBER ED CURRY! http://www.iwethey.org/ed_curry

You have not yet reached the height of your depravity.


signature.asc
Description: This is a digitally signed message part


Re: Insert module at startup

2003-09-18 Thread Jacob Anawalt

Philippe Dhont   (Sea-ro) said:

 Hi,

 I have a portable with a broadcom netcard, debian woody an the latest
 stable
 kernel configured (2.4.22), i also downloaded the drivers for my broadcom
 netcard and when i start it manually (with insmod), i can ping etc. So the
 card is okay.
 But how can i add the module so that it starts when the system boots, i
 find
 information about modutils, modules.conf, ... But all this is not so
 clear!
 Could someone *plz* explain me clairly how i have to do it ? Or a link or
 whatever ?


I _really_ like modconf. I use it to add/configure modules into my system.
Just run the command and read the directions. The hardest thing about it
is knowing what group the driver your using falls under. In this case it
should be kernel/drivers/net.



 And what dhcp client do i have to use ? Dhcpd ? Pump ? Dhclient ?


Whatever one you want, as long as it works for your setup ;). I use the
dhcp-client package without any issues.

-- 
Jacob
Trying out SquirrelMail


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



RE: Insert module at startup

2003-09-18 Thread Jacob Anawalt

Greg Folkert said:

 People read. Please change this
 consequences. Like break they way
 top posting has some very annoying
 In regard to top posting


I agree with you 100%. I think. What are you saying?

*Puzzles what type of cypher this is.*

;)

-- 
Jacob
Trying out SquirrelMail


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



Insert module at startup

2001-04-05 Thread Rory Campbell-Lange
I'd like to insmod the netatalk module at startup.
I'd be grateful to know how to do this.

alias net-pf-5 appletalk in /etc/modules.conf doesn't seem to be the
debian way...

Regards
Rory



Re: Insert module at startup

2001-04-05 Thread David Z. Maze
Rory Campbell-Lange [EMAIL PROTECTED] writes:
RCL I'd like to insmod the netatalk module at startup.
RCL I'd be grateful to know how to do this.

Just add 'netatalk' to /etc/modules.

RCL alias net-pf-5 appletalk in /etc/modules.conf doesn't seem to
RCL be the debian way...

That line doesn't explicitly cause the appletalk module to be loaded,
it just tells the kernel that if it happens to need packet family 5, 
then it should load the 'appletalk' module.

Note that The Debian Way (TM) of adding things to the
/etc/modules.conf file is to create/modify a file under /etc/modutils
with your customizations, and then run /sbin/update-modules; this will 
create a new /etc/modules.conf for you.

-- 
David Maze [EMAIL PROTECTED]  http://people.debian.org/~dmaze/
Theoretical politics is interesting.  Politicking should be illegal.
-- Abra Mitchell