[ltp] TP770ED and RedHat 6.0

eduardof linux-thinkpad@www.bm-soft.com
Fri, 01 Oct 1999 18:38:48 +0000


"AGML (Hellix)" wrote:

> Thanks for that at least. It makes sense to me now.
>
>         Alan.
>
> > -----Original Message-----
> > From: Chris Schumann [mailto:whizkid@dwave.net]
> > Sent: 01 October 1999 15:18
> > To: linux-thinkpad@www.bm-soft.com
> > Subject: Re: [ltp] TP770ED and RedHat 6.0
> >
> >
> > On Fri, 1 Oct 1999, AGML (Hellix) wrote:
> > > 2) Whenever I start Linux, I get the following message: "Delaying Eth0
> > > initialization.   [FAILED]". Any idea as why it occurs?
> >
> > It does this when you have a PCMCIA network card because networking starts
> > before PCMCIA. So, it delays initializing the card until that code is
> > loaded later. Sorry, but I cannot help on the other two items. Sound and X
> > are still not working on my 750P.
> >
> > Chris Schumann <whizkid@dwave.net>
> >
> > "I am a cipher, wrapped in an enigma, smothered in secret sauce."
> >   - Jimmy James, News Radio
> >
> > ----- The Linux ThinkPad mailing list -----
> > The linux-thinkpad mailing list home page is at:
> > http://www.bm-soft.com/~bm/tp_mailing.html
> >
>
> ----- The Linux ThinkPad mailing list -----
> The linux-thinkpad mailing list home page is at:
> http://www.bm-soft.com/~bm/tp_mailing.html

Alan:


You'll need to change the order of startup putting the pcmcia before network:

go to /etc/rc.d/init.d/rc3.d
type "ls -la | more"

you'll see a lot of links like this  S10network -> ../init.d/network

the "S" means Start, the number is the sequence and the name is the service.

just type "ln -s  ../init.d/pcmcia Sxxpcmcia"  where: xx is a number lower than
the number where network starts.

in the case above it should be "ln -s  ../init.d/pcmcia S09pcmcia"

after that, remove the older link that refers to pcmcia start - use "rm
Syypcmcia" where yy is the old number.

reboot the machine and you will see that the pcmcia will start before the
network and the message "Failed" goes away...

best regards.


Eduardo Cruz/Brazil

----- The Linux ThinkPad mailing list -----
The linux-thinkpad mailing list home page is at:
http://www.bm-soft.com/~bm/tp_mailing.html