You need both tulip.c and pci-scan.c. There are complete directions on that page, but the compiling directions are on each file: gaf@gaf:/usr/src/modules > tail pci-scan.c /* * Local variables: * compile-command: "gcc -DMODULE -D__KERNEL__ -DEXPORT_SYMTAB -Wall -Wstrict-prototypes -O6 -c pci-scan.c" <snip> gaf@gaf:/usr/src/modules > tail tulip.c /* * Local variables: * compile-command: "gcc -DMODULE -Wall -Wstrict-prototypes -O6 -c tulip.c" * cardbus-compile-command: "gcc -DCARDBUS -DMODULE -Wall -Wstrict-prototypes -O6 -c tulip.c -o tulip_cb.o -I/usr/src/pcmcia/include/" <snip> Once compiled, copy the .o files to /lib/modules/<kernel>/net <kernel> is the kernel you are using, such as 2.2.14. Then run depmod and you should be ok. Ricardo Rodriguez wrote:
I got it. Now, how do I compile it???????
I saved as a file named: tulip.c, what to do next???
--- Jerry Feldman <gaf@gaf.ne.mediaone.net> wrote:
I have a Linksys LNE100TX (PCI) which works flawlessly. You need to download the latest tulip driver from Dennis Becker's site: http://www.scyld.com/index.html
-- Jerry Feldman <gaf@blu.org> Boston Linux and Unix user group http://www.blu.org -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq