Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: Simon Wood on November 26, 2001, 01:34:44 PM

Title: problems with D-Link DFE-538TX nic
Post by: Simon Wood on November 26, 2001, 01:34:44 PM
anybody managed to use one of these for the external interface with e-smith 4.1?

I have tried the rtl8139 driver (for which the nic's supplied floppy included source which I took as a big hint - although have not tried compiling the version supplied) but no go.  Also tried the "via-rhine" (D-Link 530TX) and "tulip" (D-Link DFE-540TX) drivers but with same result.  All fail the internet connection test very quickly (as if the device not found).  Works fine with different card (Realtek 8029AS based), all other config the same.

Anybody got any ideas?

Thanks

slw
Title: Re: problems with D-Link DFE-538TX nic
Post by: Des Dougan on November 27, 2001, 06:42:25 AM
Simon,

I've had problems with this card and e-smith too. If you want a serious suggestion, go and buy Intel EtherExpress Pro NICs. They work flawlessly and are worth the extra cost. I've just taken delivery of a new server with two of them.

Des Dougan
Title: Re: problems with D-Link DFE-538TX nic
Post by: Simon on November 27, 2001, 03:11:26 PM
Thanks, I'll bear that in mind...  Was sort of coming to a similar conclusion myself but was hoping to make do with what I've got ;-)

cheers

slw
Title: death by D-Link
Post by: jules on November 27, 2001, 10:54:41 PM
i was going crazy with a couple of dlink cards. they'll change the chipset on a revision without changing the model number, so you'll find someone on the web who got the card to work under linux, but their verson of the card will have a true realtek chipset.
my dsl isp (Sympatico) provides d-link cards
my solution was a cheap aOpen card, but anything with a true realtek chipset will load perfectly.
Title: Re: death by D-Link
Post by: Dan Brown on November 27, 2001, 11:12:26 PM
Yep, it will, but the realtek chipset is garbage anyway--you can find tulip cards almost as cheap, and it's a much better design.
Title: Re: problems with D-Link DFE-538TX nic
Post by: Charlie Ashmore on December 02, 2001, 12:34:33 AM
I also use the D-Link DFE538Tx and it did not work originally. Here is what I did:

1) Insert the 8139too module (driver) by running: "insmod 8139too". The module was present in the default installation of SME V5 in /lib/modules//drivers/net/.
2) Modify the line in /etc/modules.conf that says "alias eth0 rtl8139" to read "alias eth0 8139too"
3) run "depmod -a" to update /etc/modules.conf
4) configure the interface with "ifconfig"
5) if necessary, add a default gateway with "route default gw..."

Seems to work OK.

Charlie
Title: Re: problems with D-Link DFE-538TX nic
Post by: Paul Nesbit on January 01, 2002, 12:04:04 AM
Charlie Ashmore wrote:
>
> I also use the D-Link DFE538Tx and it did not work
> originally. Here is what I did:
>
> 1) Insert the 8139too module (driver) by running: "insmod
> 8139too". The module was present in the default installation

The proper way to configure the ethernet drivers for an e-smith/SME Server is as follows:

  /sbin/e-smith/db configuration setprop EthernetDriver1 8139too

(EthernetDriver2 for eth1.)

Once the driver is set, update the system:

  /sbin/e-smith/signal-event console-save
 

Paul