Re: network start time

2000-05-05 Thread Paul Serice
> Question: how can i manipulate the time when "network" is executed > so that the network is started AFTER the card has been probed for? You really don't want to alter when the network configuration script is executed. Instead, add your network module to /etc/modules. The leading comments

Re: network start time

2000-05-04 Thread Ron Rademaker
I suggest you don't change that time, but you compile a new kernel, so that the drivers don't need to be loaded in as modules. Ron On Thu, 4 May 2000, Robert Fendt wrote: > hi Ron... > > i entered the code in the file /etc/init.d/network. the top 2 lines already > existed (it's the local loopba

network start time

2000-05-04 Thread Robert Fendt
hi Ron... i entered the code in the file /etc/init.d/network. the top 2 lines already existed (it's the local loopback device, i guess). after i executed the script and did "ifconfig", i see "lo" and "eth0" with the parameters i entered in /.../network. GOOD! i like to have "network" executed auto