Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
i installed fedora core 2 test 2 today and i am having the same problem i had with core 1...eth0 fails to initialize. the error is "tulip device eth0 does not seem to be present, delaying initialization".
i've checked lsmod, and the tulip module is active. tried to remove and insmod, but says it's busy. nic is aliased in /etc/modprobe.conf, and shows up in lspci.
ifup gives same error. any ideas on correcting this problem, i'm ready to switch distros?
ifconfig shows loopback only. stopped the network, removed the tulip module, reinserted. (got that QM_MODULES error, but read that that is normal....verified it was inserted w/lsmod).
still, i get "eth0 does not seem to be present, delaying initialization".
I have a 21041 that Mandrake 9.1 drove fine with the tulip module. After upgrading (?!) to Fedora Core 2 test 2, I had to change to the DE4x5 module using Network Configuration, and my eth0 started working. It seems to die after a while, though. Maybe when/if the module auto unloads, then the kernel tries to reload the wrong (tulip) module? Just guessing.
Anyhow, Network Configuration is your friend, although you'll get tired of seeing him after a while. I'm trying to find how to keep the DE4x5 module around after a reboot. I'm afraid I'm gonna have to go to Network Configuration every new boot. (Which shouldn't happen very often, dammit.)
Fedora Core 2 test 2
kernel ver: 2.6.3-2.1.253.2.1
After much googling and recompiling, I (a relatively newbie to Linux) found a solution that fixed the problem on my machine (Fedora 1.92 test 3). My symptoms were identical to those mentioned previously, but nothing on the internet solved my problem--so I resorted to the "It is already broken, so why not mess with it and break it more mode." The problem was quickly solved.
Course of action:
Read man modprobe to get a little insight into what was going on.
Ran modprobe de2104x...OK.
Ran modprobe tulip and received "FATAL: Error inserting tulip (/lib/modules/2.6.5.../.../tulip.ko): Unknown symbol in module, or unknown parameter (see dmesg)." This peaked my interest...why can't it load tulip.ko?
Ran dmesg...many "tulip: Unkown parameter 'mem'"
Edited /etc/modprobe.conf and removed everything after options tulip. I probably only needed to remove the mem parameter, but for good measure I removed it all.
Ran modprobe tulip...OK!
Tried to activate eth0 again...it worked!!!
I hope this helps someone else figure out their problem.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.