there is not really a need to compile the driver.. if you use drake config=>linxconf=>network tab=>select the adapter1=>choose eth0=>then choose tulip from the drop down for the module..  enter in the ip address, host name etc.. then restart you network.. this will work.   it worked for me at least..  I hope that this will help you.
 
----- Original Message -----
Sent: Friday, April 06, 2001 8:43 AM
Subject: [newbie] Linksys coding line

Hello all,
 
  Thanks to those of you who have responded to my call for help with my Linksys 10/100 card.  I'm trying to compile the code via the info provided in one of the links (the heart of Linksys).
 
The code reads as follows:
 
gcc –DMODULE –D__KERNEL__ -I/usr/src/linux/net/inet –Wall –Wstrict-prototypes –O6 –c tulip.c `[ -f /usr/include/linux/modversions.h ] && echo –DMODVERSIONS`
 
Everytime I type in that code above, I get errors out the yeeng yang.  I think it's a matter of not adding a (spacebar) where needed.  I used the archiver program to extract all of the files found in the tgz file found on my Linux drivers diskette. 
    I finally figured out that the (O6) is actually an uppercase "o".  Can some one modify the code above putting the word (spacebar) where I should be adding a space.  And also note if those are 2 underscores together "D__kernel" or is it supposed to be only one.
 
Thanks for your time and patience,
 
Christopher.

Reply via email to