A few (very scattered) thoughts:
-What messages do you get regarding eth0 at startup? If eth0 fails at boot, does it hang for a few moments before doing so? Do "dmesg |less" and see what messages you find regarding eth0.
-Can you get an IP if you plug the NIC directly into the cable modem?
-What make/model of hub?
-Have you ever been able to ping anything (including the NIC itself)?
-Redhat has had built-in support for your card's driver for some time (it's the 3c50x module). AFAIK, you shouldn't have to download/compile the module; just assign it as eth0's driver from within whatever network config program Redhat is using these days. Try doing lsmod (LiSt MODules) and see if the module is listed.
-What does ifconfig (or ifconfig -a) have to say about the NIC?
-What does the output of lspci have to say about the NIC?
-Does cat /proc/interrupts list eth0, and does it's IRQ conflict with any other device?
-Post the contents of /etc/sysconfig/network-scripts/ifcfg-eth0 and /etc/sysconfig/network.
Quote:
3. I have also once again verified that I can receive an IP address in a local LAN on the NIC.
|
Could you clarify that a little, I don't quite understand?
I know it's a lot to chew on, but the pattern of your problem isn't obvious to me, so I'm just trying to narrow down the possibilities.