On Fri, Jul 13, 2001 at 04:27:11PM -0700, crombie wrote: | hi, | | attempting to install linksys nc100 ethernet card on
I haven't heard of the nc100 yet, but ... | debian potato. when compiling using that long gcc | command, | | gcc -DMODULE -D__KERNEL__ -I/usr/src/linux/net/inet | -Wall -Wstrict -prototypes -O6 -c tulip.c ^^^^^ I am familiar with the tulip driver. For my LinkSys LNE100TX (rev 2) I simply put alias eth0 tulip in /etc/modutils/local_options and ran 'update-modules' and the card works fine. Maybe the tulip driver that ships with the kernel will work with your card too? -D