Drivers for old NIC (RTL8139/dfe-528tx)

Issues related to hardware problems
Post Reply
joesl
Posts: 4
Joined: 2018/07/26 16:15:32

Drivers for old NIC (RTL8139/dfe-528tx)

Post by joesl » 2018/07/26 16:18:37

Hello everyone,

trying to get an old NIC to work:

Code: Select all

03:02.0 Ethernet controller [0200]: D-Link System Inc RTL8139 Ethernet [1186:1300] (rev 10)
I couldn't find the exact deviceid at elrepo (http://elrepo.org/tiki/DeviceIDs)

Anyone could give me any pointers?

Thanks a lot!

User avatar
TrevorH
Site Admin
Posts: 33215
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Drivers for old NIC (RTL8139/dfe-528tx)

Post by TrevorH » 2018/07/26 17:49:12

modinfo 8139too | grep 1186 says that 8139too should provide support for that chipset id. Part of the CentOS kernel modules so nothing extra to be done.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

joesl
Posts: 4
Joined: 2018/07/26 16:15:32

Re: Drivers for old NIC (RTL8139/dfe-528tx)

Post by joesl » 2018/07/26 18:27:21

You are right.. before I couldn't get it to work but it was not due to the driver:

Code: Select all

03:02.0 Ethernet controller: D-Link System Inc RTL8139 Ethernet (rev 10)
	Subsystem: D-Link System Inc DFE-538TX 10/100 Ethernet Adapter
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64 (8000ns min, 16000ns max)
	Interrupt: pin A routed to IRQ 18
	Region 0: I/O ports at dc00 [size=256]
	Region 1: Memory at dfcfef00 (32-bit, non-prefetchable) [size=256]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0-,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: 8139too
	Kernel modules: 8139too
Thanks a ton for the help!

Post Reply