I have bee doing some homework and see that a number of Linux distributions have problems with the DEC 21041 chip set. It seems that the tulip driver needs to be loaded, but it may be version specific. Knoppix 5.1 finds the card, but can't configure it so that it will actually work. See below.

Booted with this string:
knoppix acpi=off noapic nolapic pnpbios=off pci=bios

knoppix@Knoppix:~$ ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:C0:F0:23:9F:AC
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:5 errors:0 dropped:0 overruns:0 frame:0
TX packets:3 errors:0 dropped:55 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1820 (1.7 KiB) TX bytes:1522 (1.4 KiB)
Interrupt:11 Base address:0x2c00

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:29 errors:0 dropped:0 overruns:0 frame:0
TX packets:29 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2209 (2.1 KiB) TX bytes:2209 (2.1 KiB)

I did a lsmod and see that the tulip driver is there, but zero use. What is the best way to get this card (Kingston KNE40BT) to work, or just get two new cards?

Thanks,
Dave