Click to See Complete Forum and Search --> : Need working network drivers


Lazer32
08-05-2003, 09:48 PM
Hello i was wondring if anyone had any working tulip.o's for my LNE100TX. I read other posts about this and there was a link to a website to where you could download the drivers, but 4 of the files aren't there anymore and i can't find them anywhere else. Anyone know where i could get some?

serz
08-05-2003, 11:15 PM
You probably have that, in your kernel source.

What kernel do you have?

Lazer32
08-06-2003, 05:09 PM
i think my kernel is 2.4.18-3 or something like that

sharth
08-06-2003, 05:46 PM
/me thinks you should run modprobe tulip

DMR
08-06-2003, 07:27 PM
I agree with sharth- do "modprobe tulip" to load the driver and see if you get any errors. If not, run the "lsmod" command to list your currently-loaded modules; you should see the tulip driver in that list.

If you really do need to download a version of tulip, you can get it at Scyld (http://www.scyld.com/network/tulip.html). Read the installation instructions carefully.

sploo22
08-06-2003, 08:23 PM
Also, if the module isn't found, double-check your kernel configuration; I know from experience it's easy to miss one entry in a list of 100 ;)