Operating System - Linux
1827802 Members
2256 Online
109969 Solutions
New Discussion

Re: Linux Driver for SMC EtherEZ NIC

 
Pierre M. Camilleri
Frequent Advisor

Linux Driver for SMC EtherEZ NIC

Hi Everyone

I need to source a Linux Driver for an SMC EtherEZ (83C795) 10Mbp/sec NIC which is installed in an HP Vectra PC in order to install RH 6.2, etc. Does anyone know where I can get such a driver for this particular NIC?

TIA
Pierre
4 REPLIES 4
Vincenzo Restuccia
Honored Contributor

Re: Linux Driver for SMC EtherEZ NIC

Pierre M. Camilleri
Frequent Advisor

Re: Linux Driver for SMC EtherEZ NIC

Thanks Vincenzo for replying. I've looked at the Tech documnent at SMC and they mentioned this:
The procedure to activate rtl8019 on linux
RTL8019 is ne2000 compatible

What exactly is rtl8019? Does it come standard with the RH 6.2 installation?

TIA
Pierre
Vincenzo Restuccia
Honored Contributor

Re: Linux Driver for SMC EtherEZ NIC

RTL8129/8139 is a Realtek Fast Ethernet,try this driver is same of your NIC.
Calvin Dodge
Advisor

Re: Linux Driver for SMC EtherEZ NIC

Errr ... no, the RTL8019 does NOT use the same driver as the Realtek 8129/8139.

If it's an ISA card, try the "ne" driver. You may have to tell it the port address the card is using. Visit http://www.scyld.com/diag/ and search the page for "RTL8019" for pointers to a program which may help you determine that address (if you don't already know it).

If it's a PCI card, try the "ne2k-pci" driver.