Click to See Complete Forum and Search --> : tulip drive for linksys
addikt
06-04-2001, 09:00 PM
I have got tulip.c file but when i go to compile it i get these two errors
tulip.c:162:22: pci-scan.h: No such file or directory
tulip.c:163:25: kern_compat.h: No such file or directory
I have been workin on this for a like week can someone help me before i kill this thing
I am running redhat 7.0
kernel 2.2.16
thanks
Addikt :mad:
PLBlaze
06-04-2001, 09:34 PM
You'll find these header files in your kernel sources...or if you prefer get them at ftp.scyld.com or look at www.scyld.com (http://www.scyld.com) in the tulip section...hope this helps.
jaygee432
06-04-2001, 10:12 PM
It sounds like the same problem I had at one point, which I never actually worked out. Instead, I got the source for the netdrivers directory, which I believe you can also get at the scyld site, and compiled it. That worked fine, and then it was just a matter of copying pci-scan.o and tulip.o where I needed them. ;)
Craig McPherson
06-05-2001, 11:18 AM
Are you sure you need to be compiling the tulip driver? The tulip driver has been included in the Linux kernel for a long time now, you'd only need to download and compile it seperately if for some reason your network card uses a non-standard tulip driver -- in which case they should probably call it something other than "tulip."