[tulip] Corel Linux help

Erik Steffl steffl@bigfoot.com
Thu, 07 Dec 2000 20:49:05 -0800


  one of these might help you:

  - get the whole thing and it includes makefile

  - check the end of driver (tulip.c, if you're using that one)

  - go through the web page, there are compile instructions there, I
don't remember where exactly, look for the confusingly looking like with
gcc at the beginning and mentioning your driver.

  note: you are probably not going to use driver.o but tulip.o or other
real driver name. at least that's what I think since there is no
driver.o in my driver directory.

  here's how you compile tulip.o (enter on ONE line):

gcc -DMODULE -Wall -Wstrict-prototypes -O6 -c tulip.c

  and here's how you compile pci-scan.o (enter on ONE line):

gcc -DMODULE -D__KERNEL__ -DEXPORT_SYMTAB -Wall -Wstrict-prototypes -O6
-c pci-scan.c

	erik

MikeFST@aol.com wrote:
> 
> Hello,
>   I am configuring a Amdtech network card on Corel Linux.
> it looks like for the must part the crad is installed, but when I run
> commands like Ifconfig, dmesg, and or try to connect, I end up not
> getting
> any where most of the instructions are very confusing being that I
> have
> Kernal 2.2.12 and I feel like I am trying to inturpit them for another
> 
> Kernal.. I am now following the instructions for " Installing
> Individual
> Drivers,  from here I dont see the driver.o to compile I have the
> three files
> needed to compile pciscan c, pciscan h, kern_comph. I guess as I am
> reading
> in to this I dont know how to complie... any clues please help
> Thank you MIKE W.