> I verified with Ethereal, the ethernet driver can send packets, but the > 7038 acts as if interrupts are disabled. I verified that interrupt 23 is > enabled, but no interrupts occur. The uart and the ide/sata interface work > fine, so the MIPS int 2 is working fine. I know there is nothing wrong > with the ethernet interface because I use it to boot the kernel in CFE. > (see boot below) > Typically this type of behavior has to do with the PHY. If you can send packets, but not receive....you're PHY is in half-duplex and something went wrong with autonegotation. Broadcom, AMD, Marvell and others almost always have some software work arounds for PHY bugs. Did you look up the part number for the PHY used on your board and grep through the net drivers in the Linux kernel for possible work-arounds done by some of the other network drivers? I do not know if your version of CFE has the ability to examine the PHY registers. If so, do a 'ifconfig /auto' to get your IP address for your board. Then dump the PHY registers. Next, boot your kernel and dump the PHY registers and look at differences. -Steve