Parrish M Myers <[EMAIL PROTECTED]> writes:
> I built it by hand.  Reason being I shouldn't have to recompile the
> entire kernel to add one module.  So I tried it that way.  I downloaded
> the 2.2.14 kernel-source and messed arround with the compile command
> for a while and found that the sugested command:
> 
> gcc -DMODULE -D__KERNEL__ -I/usr/src/linux/net/inet -Wall
> -Wstrict-prototypes -O6 -c tulip.c
> 
> does not work... but
> 
> gcc -DMODULE -D__KERNEL__ -I/usr/src/linux/include -Wall
> -Wstrict-prototypes -O6 -c tulip.c
> 
> worked.  Once that was done, I thought I just had to install the module
> in the correct place and do a 'depmod -a'.

I personally haven't had a problem with any tulip.c newer than the one
that came with my 310TX. And I believe almost all the tulip.c files in
the 2.2.x distributions were newer than the one that comes with the
card. You can always get the very latest very directly from the
source:

http://www.scyld.com/network/tulip.html

Gary

Reply via email to