//flex table opened by JP

Click to See Complete Forum and Search --> : Mandrake 8.0 and Linksys LN100-TX


Obsolete
09-15-2001, 02:36 PM
How in the world do you get this thing to install. It keeps telling me that modversion.h is nonexistant.

Mr.Goodbytes
09-15-2001, 06:09 PM
I'll see if i can find anything on it, but i thought that the LNE100TX (I'm assuming that's what you meant) was deemed compatible with linux right on the box in fact.

SPEEDO
09-15-2001, 09:31 PM
I am using Mandrake 8.0 with the same NIC and it set it up when I installed the OS without a problem!

And it's a good thing because I am not Linux ready!!!

SPEEDO

Dove19983
09-15-2001, 10:08 PM
I have 7.2 and I had problems with it but thanks to pbharris, I got it working.
I have now reinstalled about 5 times.
Steps to making sure the NIC install will work. (Acordding to me)
1. Make sure almost any headers packages are installed.
If useing RPMDrake I make sure that things under develoment>C
and >C++ are installed.
2. I have to have three files that are i guess updated verisons or something. (the site is down now but email me if you want them)
3. under modules.conf a few more options than what would be expected.

JCH1
09-17-2001, 12:41 AM
I'm having the same problem with Mandrake 7.2 and the same card. Do you remember what the file names are?

Praetorian
09-17-2001, 01:23 AM
Talk to pbharris.

Obsolete
09-17-2001, 03:45 AM
yea thats the thing its suppost to be supported out of the box, BUT it no worky when i try to install the driver. The Tulip.o that it installs by default gives me no network activity what so ever.

and who is pbharris????

Dove19983
09-17-2001, 05:06 AM
Follow this page directions (http://www.scyld.com/network/tulip.html)





When you see this


When updating a single driver you will need to build pci-scan.o along with the specific driver.o file. This means that in addition to the driver.c file, you must download pci-scan.c, pci-scan.h, and kern_compat.h


Download those files and put them in with all you other driver file that your trying to compile.


Then try.


make


insmod pci-scan.o


insmod tulip.0


depmod -a




be sure to put this in your /etc/modules.conf file


alias eth0 tulip


options tulip debug=1 options=3,1 full_duplex=1,0


then try

ifup eth0

JCH1
09-17-2001, 01:27 PM
Thanks, I'll give it a try.