On many laptops the ethernet is attached to a PCMCIA card. The RedHat 6.2 startup tries to initialise the ethernet before starting the card services, and fails if eth0 is on the PCMCIA card. I encountered this on an IBM Thinkpad. It was sufficient to move the PCMCIA startup to before the ethernet startup. Since PCMCIA doesn't depend on much this should be pretty safe to do across the board.
This shouldn''t be a problem, as PCMCIA should start up the network card itself; are you saying it doesn''t?
Well, it usually is not a problem with device initialization. But PCMCIA is initialized after YP, NFS, NFSFS and so on. This causes problems if laptop is usually connected to a network and depends on these services. Shouldn't PCMCIA statrup be moved so it initialises befor network services are started?
*** This bug has been marked as a duplicate of 15275 ***
*** Bug 90609 has been marked as a duplicate of this bug. ***