linksys-tulip

Jim Morris Jim@Morris.net
Thu Mar 23 23:42:20 2000


This is a multi-part message in MIME format.
--------------AA76E14D4967DCFC89C337BC
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Patrick,

> this is my prob: i'm a linux newbie and i have to install a web server and a
> mail server before next wednesday. For now, i just can't install the linksys
> etherfast 10/100 lan card in my suse 6.1 distrib.
> I was wondering if any of you know where i could find an easy step-by-step
> desrciption to install this card on suse.
> I'm sorry to ask such a dumb question, but i'm looking for a way to save
> time. Otherwise i'll search through the existing how-tos.

In order to get the Linksys EtherFast 10/100 PCI card to work under
Linux, you will have to use the tulip.c driver that is located in the
LINUX subdirectory on the Driver Disk 2" that came with the card.

To install it, you will need to do the following:

1. cd /tmp                   <or wherever you want>
2. mcopy a:/linux/tulip.c .
3. Compile as a kernel module, using one of these command lines (listed
at the bottom of the file):

SMP system:

gcc -D__SMP__ -DMODULE -D__KERNEL__ -I/usr/src/linux/net/inet -Wall 
-Wstrict-prototypes -O6 -c tulip.c 
`[ -f /usr/include/linux/modversions.h ] && echo -DMODVERSIONS`

Single processor system:

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`


Note that the compile command is all one line - I had to break it up
here.

4. cp tulip.o /lib/modules/<your kernel version>/net

I don't know what kernel version you are running - it will be something
like "2.2.14", etc.

5. Restart networking by typing:

   /etc/rc.d/init.d/network stop
   /etc/rc.d/init.d/network start

Or just reboot!

Hope this helps!

 --
/------------------------------------------------\
| Jim Morris  | Business:  jmorris@rtc-group.com |
|             | Personal:  Jim@Morris.net        |
|------------------------------------------------|
|       AOL Instant Messenger:  JFM2001          |
\------------------------------------------------/
--------------AA76E14D4967DCFC89C337BC
Content-Type: text/x-vcard; charset=us-ascii;
 name="Jim.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Jim Morris
Content-Disposition: attachment;
 filename="Jim.vcf"

begin:vcard 
n:Morris;James
tel;fax:425-871-2677
tel;home:256-883-6577
tel;work:256-883-6577
x-mozilla-html:TRUE
org:Retail Technologies Corporation;Technical Services
adr:;;;Huntsville;AL;35802;USA
version:2.1
email;internet:Jim@Morris.net
title:Software Engineer
x-mozilla-cpt:;2880
fn:Jim Morris
end:vcard

--------------AA76E14D4967DCFC89C337BC--

-------------------------------------------------------------------
To unsubscribe send a message body containing "unsubscribe"
to linux-tulip-request@beowulf.org