On Mon, Jul 17, 2000 at 07:29:12PM +0200, Daryl Manning wrote:
> Actually, one thing I haven't been able to figure out how to do is trigger
> the network to start up automatically when I boot up.
When the network card is a PCMCIA card, the network is usually set up
by the pcmcia startup script, not the network services startup script.
So instead of configuring it in /etc/sysconfig/network-scripts/ you
configure it in /etc/pcmcia/network.opts. I don't know if there is
an automatic thing similar to the netcfg script which can do this.
However, if you have it mostly working then you could try sticking
"ifup eth0" in the /etc/rc.d/rc.local script.
imc