Hi
Manish,
Most
likely this is because u not compiles 8139 driver as a module while compiling
the kernel.
This
is a common mistake. No need to compile the kernel again for
that
What
you can do is go to /usr/src/linux/drivers/net search for 8139 driver mostly it
is 8139too.c
compile it as a module
gcc - c -DMODULE -D__KERNEL__
8139too.c -I /usr/src/linux/include
Now
insert this module using insmod.
Now
start the network
[root@localhost init.d]# ./network
start
To
avoid manually inserting this driver every time, now place it in rc script to
automate it
HTS
-Aniruddha
-----Original Message----- From: kmanig [mailto:kmanig@hotmail.com] Sent: Sunday, December 01, 2002 7:56 PM To: Aniruddha_Patwardhan@bmc.com Subject: Delaying eth0 initialization.RH7.1 i am using RH linux 7.1 ..and i had replaced kernel
from 2.4.2 to 2.4.5...everything works fine except lan card..when i boots up my
system i am getting error:
Bringing up interface
lo
[ OK ]
Bringing up interface eth0 Delaying eth0 initialization. [ FAILED ] even i had tried..
------------------------------------------------
[root@localhost init.d]# ./network start Bringing up interface lo [ OK ] Bringing up interface eth0 Delaying eth0 initialization. [ FAILED ] ------------------------------------------------- i am using Realtek 8139 ethernet card....Please
help me urgently
regards
manish
|