Skip to main content.

2005-Feb-23

Old SMC NIC card was having transfer problems for months. Added a LiteOn LNE100TX card. To compile the module I did:
gcc -DMODULE -D__KERNEL__ -I /usr/src/linux/include/ -Wall -Wstrict-prototypes -O6 -c tulip.c
The -I was required or it used my wrong includes.