Here is the last method I tried.

I ran into problems with the gcc command line.  Basically I could not create
a new tulip.o module.

The downside is I am feeling sick now.  I am thinking flu.  Maybe I better
try this again when I am sick

Thanks so far though,

Jerold



Article # : 116  How to install the Linksys EtherFast 10/100 LAN Card under
Linux


Supported Operating Systems:

Linux kernel version 2.2.x

First mount the second floppy diskette that came with the network adapter.

Here is how it should be done:

Log in as root, admin, or superuser and type this at a terminal prompt:

mount –t msdos /dev/fd0 /mnt/floppy

This will mount the floppy diskette so that you can access it’s files and
directories. Make sure the diskette is not write protected!

Change directories to the "Linux" directory on the diskette?

cd linux

You will need to copy the "tulip.c" file to the correct directory on the
hardrive.

cp tulip.c /usr/src/linux/net/inet

This will copy the tulip.c file to the directory inet, if you do not have
this directory you can make it by doing this.

mkdir inet

You should now have a directory named inet located in the net directory.

Compile the tulip.c file with the compile command:

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

PAY ATTENTION TO EVERY LETTER AND CAPATILIZATION!!!

You should now have a file called tulip.o in the same inet directory, you
must copy the tulip.o file to the proper directory within Linux so it can be
loaded, and then activated.
cp tulip.o /lib/modules/kernel_version/net

You should now have the tulip.o file located in
/lib/modules/kernel_version/net (kernel_version is the current version of
the kernel i.e.: 2.2.5-15)

Issue the command to activate the modules within the net directory:
depmod –a

Then type the following command to probe the tulip.o.

modprobe tulip.o

Now you should be able to run netconf to setup the eth0 interface with the
local host name, ip address, subnet mask, and module type.

Host: linuxbox

IP Address: 192.168.1.1

Subnetmask: 255.255.255.0

Module type: tulip

Quit and accept and activate the changes

Type the following command at the command prompt:

ifconfig

You should see eth0 as one of the interfaces, this means the card is
installed under Linux.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Kevin Tambascio
Sent: Thursday, December 21, 2000 1:07 PM
To: [EMAIL PROTECTED]
Subject: Re: [newbie] Linksys LNE100tx v4.0


I have the same card at home, and I was able to use it with the driver from
the website.  I don't remember what version that I used though.  The driver
on the installation disk didn't work at all, but the one I downloaded does.
Mine built fine, and then installing it was simple, using the instructions
they provided.

what have you tried to do so far?  Were you able to compile the code at all?

-Kevin


----- Original Message -----
From: "Jerold Von Hemel" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 21, 2000 2:54 PM
Subject: RE: [newbie] Linksys LNE100tx v4.0


> Per the website, it uses the tulip driver.  The card works as it should it
> Win98.  I have followed the instructions I have found at Deja.com
regarding
> this issue.  Apparently versions earlier than 4 work ok, but 4.0 4.1 do
not.
> I do not have a different card to use, but I am considering just getting
one
> and dumping the linksys.  I am sure it is a good card, but $20.00 is not
> worth my time.
>
> Jerold
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Helsby, James
> Sent: Thursday, December 21, 2000 12:35 PM
> To: '[EMAIL PROTECTED]'
> Subject: RE: [newbie] Linksys LNE100tx v4.0
>
>
> Need a little more information to be helpful. Are you sure that it uses
the
> tulip driver? Have you tried running kudzu? Do you know that your network
> card is not bad? Have you tried using a different network card? Does the
> driver load? Is the driver built correctly?
>
> Cheers,
> James
>
> -----Original Message-----
> From: Jerold Von Hemel [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, December 21, 2000 12:25 PM
> To: [EMAIL PROTECTED]
> Subject: [newbie] Linksys LNE100tx v4.0
>
> Does anyone know how to get Mandrake 7.2 to recognize this card.  I have
> tried to compile a new tulip.o module, but have been unsuccessful.  I have
> gone to the Linksys website and downloaded the most current drivers and
was
> unsuccessful.  Linux-mandrake.com has yet to post a fix on their web site.
> I have tried now for better than a day screwing around with 7.2
>
>
>
> Any help would be appreciated.
>
>
> Jerold
>
> [EMAIL PROTECTED]
>
>
>
>




Reply via email to