--- Robin Collins <[EMAIL PROTECTED]> wrote:
> Everything works well, but it just will not bring up my PCMCIA
> ethernet
> card. If I go to SAS and bring it up manually it's fine. I've checked
> the
> network options file and it shows start eth0, but you can see it
> flash past
> during boot as failing. It's almost as if things are not happening in
> the
> right sequence.

** DISCLAIMER - I AM A NEWBIE :-) ***

I think I had this same problem. What I found was that the networking
services were being started BEFORE the PCMCIA services. Look in
/etc/rcS.d - somewhere in there you should see something like SNNpcmcia
and SNNnetworking (NN being a two-digit number). If the NN on the
pcmcia symlink is higher than the NN on the networking symlink then the
networking is being started before the card services, which I think
explains why you can start manually after bootup, but not automatically
during bootup.

I fixed mine by changing the numbers in the filenames. I changed the
pcmcia symlink to S22pcmcia and the networking symlink to S40, and
everything seems to work fine.

There is a command-line tool for managing this stuff called
'update-rc.d", but I don't quite grok the syntax for it. Maybe some
veteran can chime in and enlighten us?

Good luck!!

--
Sean Fulmer ([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/

_______________________________________________
Stormlinux-users-list mailing list
[EMAIL PROTECTED]
http://www.stormix.com/community/lists/listinfo/stormlinux-users-list

Reply via email to