Bug 203889

Summary: D-Link DGE-528T PCI Gigabit network adapter not supported
Product: Red Hat Enterprise Linux 4 Reporter: Juanjo Villaplana <villapla>
Component: kernelAssignee: John W. Linville <linville>
Status: CLOSED DUPLICATE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 4.4CC: jbaron
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-11-30 15:33:35 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Juanjo Villaplana 2006-08-24 08:29:19 UTC
Description of problem:

D-Link DGE-528T PCI Gigabit network adapter not supported by kernel. This is a
Realtek 8169 based card and should be supported by r8169 kernel module.

Version-Release number of selected component (if applicable):

2.6.9-42.0.2.EL

How reproducible:

Install a DGE-528T on a system and run "modprobe r8169", this card is not
recognized.

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Adding the PCI ids to r8169.c solves this problem:

-------------------------------------------------------
--- linux-2.6.9/drivers/net/r8169.c.orig        2006-07-08 10:19:16.000000000 +0200
+++ linux-2.6.9/drivers/net/r8169.c     2006-08-10 13:16:00.000000000 +0200
@@ -150,6 +150,7 @@

 static struct pci_device_id rtl8169_pci_tbl[] = {
        {0x10ec, 0x8169, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
+       {0x1186, 0x4300, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
        {0,},
 };

-------------------------------------------------------

Comment 1 Jason Baron 2006-11-30 15:33:35 UTC

*** This bug has been marked as a duplicate of 181653 ***