Christian Kujau wrote: >are there any known issues with the forcedeth driver when statically >compiled in? > No. But there are known issues with link detection: Some users report bad performance, and misconfigured links are one possible explanation. >eth0: forcedeth.c: subsystem: 01462:0250 bound to 0000:00:05.0 >eth0: no link during initialization > > > Very interesting. The message itself is not fatal: It merely means that there was no link during ifup. This typically happens when the hardware initialization was not yet finished during ifup. Theoretically, an interrupt should happen when the hardware initialization is completed and that interrupt then sets up the link. Somehow it doesn't work for you. Could you try the attached patch? It polls for link changes instead of relying on the irq. Additionally, I have enabled some debug output. -- Manfred