At 07:15 20/04/99 -0500, you wrote:
>I have just updated the kernel to version 2.2.5. I followed the
directions on the web site and it boots fine except for one thing. As the
list of services starting scrolls by, it fails to start eth0 since it loads
before the pcmcia services start.
>
>Where can I change the order of how the services start?
>
>Thanks for any help anybody can give me.
>
Gottit.
In /etc/rc.d/rc.3 the files S* are the startup
files for system service such as networks.
They are run in numerical order so S01kerneld
is run before S45pcmcia. The trick is to get
the pcmcia startup script to run before
S10network. So I moved S45pcmcia to
S05pcmcia and up she came.
Steve, is this a bug or a "feature" to try and
setup the network _before_ a pcmcia network
card has been loaded?
Then again, I could be completely wrong.
ttfn
nick@nexnix