"Corbett J. Klempay" wrote:
> 
> How do I get my machine to try to acquire an IP via DHCP *after* it's
> loaded the pcmcia stuff?  The way it is now, it will fail to get an IP
> every time on boot, as it's trying to get the IP before it's brought up
> the pcmcia stuff (and my nic is a pcmcia one; the 574).

In either /etc/rc.d/init.d/rc3.d or /etc/rc.d/init.d/rc5.d (depending on
whether you use runlevel 3 or 5), are the list of services that will be
started or stopped when entering that runlevel.  Files that begin with
'S' are started, those starting with 'K' are killed.  The numbers
immediately after that S or K determine the order in which they will
run.  

What you'll want to do is change the number of the network script to run
after the pcmcia script.

If you need more help, drop another message to the list.

-- 
Steve Philp                     "The Internet is like crack 
Network Administrator            for smart people..."
Advance Packaging Corporation       --Arsenio Hall
[EMAIL PROTECTED]

Reply via email to