Dave,
        Somewhere in the /etc/modules.conf you should have a line like this:

alias eth1 tulip

        If you are using Debian of course, run modconf as Art suggested or
edit the right file in /etc/modutils (probably /etc/modules/arch/i386)
and add a line in there.  Then when you run update-modules it will
regenerate the /etc/modules.conf.

        The other file you want to edit is /etc/network/interfaces.  You
need to add two lines in there something like this:

auto eth1
iface eth1 inet dhcp

        Take out the auto eth1 if you don't want it the driver to load up
automatically on boot.  The /etc/init.d/networking script is the one
that calls ifup -a which looks at /etc/network/interfaces to see what
interfaces you have.

Phillip Hellewell

On Fri, Mar 14, 2003 at 09:12:05PM -0700, David Smith wrote:
> I have a tulip network card in my Debian box, and when I boot up, I have
> to 'modprobe tulip' to get the device (eth1) to appear. Is there a way to
> associate this card with the tulip driver so tulip is automagically loaded
> at boot time? I want to do this the 'right' way, not by editing
> /etc/rc.boot or something.
> 
> Thanks!
> 
> --Dave
> 
> 
> 
> ____________________
> BYU Unix Users Group 
> http://uug.byu.edu/ 
> ___________________________________________________________________
> List Info: http://phantom.byu.edu/cgi-bin/mailman/listinfo/uug-list

____________________
BYU Unix Users Group 
http://uug.byu.edu/ 
___________________________________________________________________
List Info: http://phantom.byu.edu/cgi-bin/mailman/listinfo/uug-list

Reply via email to