Hi all !
I'm trying to make work a D-Link DGE-528T card which appears to has a Realtek 8169S chipset on it.
I tried the driver but nothing seems to get working ...
All i get in the /var/log/vmkernel is that :
Code:
Jan 19 17:04:01 srv-esx1 vmkernel: 0:00:16:17.169 cpu0:4104)Loading module r8169 ...
Jan 19 17:04:01 srv-esx1 vmkernel: 0:00:16:17.169 cpu0:4104)Elf: 2320: <r8169> symbols tagged as <GPL>
Jan 19 17:04:01 srv-esx1 vmkernel: 0:00:16:17.190 cpu1:4104)module heap : Initial heap size : 102400, max heap size: 16777216
Jan 19 17:04:01 srv-esx1 vmkernel: 0:00:16:17.190 cpu1:4104)module heap r8169: creation succeeded. id = 0x4100bac00000
Jan 19 17:04:01 srv-esx1 vmkernel: 0:00:16:17.190 cpu1:4104)module skb heap : Initial heap size : 524288, max heap size: 23068672
Jan 19 17:04:01 srv-esx1 vmkernel: 0:00:16:17.190 cpu1:4104)module skb heap : creation succeeded
Jan 19 17:04:01 srv-esx1 vmkernel: 0:00:16:17.190 cpu1:4104)PCI: driver r8169 is looking for devices
Jan 19 17:04:01 srv-esx1 vmkernel: 0:00:16:17.190 cpu1:4104)PCI: Trying 0000:00:1d.0
Jan 19 17:04:01 srv-esx1 vmkernel: 0:00:16:17.190 cpu1:4104)PCI: Trying 0000:00:1d.1
Jan 19 17:04:01 srv-esx1 vmkernel: 0:00:16:17.190 cpu1:4104)PCI: Trying 0000:00:1d.2
Jan 19 17:04:01 srv-esx1 vmkernel: 0:00:16:17.190 cpu1:4104)PCI: Trying 0000:00:1d.3
Jan 19 17:04:01 srv-esx1 vmkernel: 0:00:16:17.190 cpu1:4104)PCI: Trying 0000:00:1d.7
Jan 19 17:04:01 srv-esx1 vmkernel: 0:00:16:17.190 cpu1:4104)PCI: Trying 0000:00:1f.1
Jan 19 17:04:01 srv-esx1 vmkernel: 0:00:16:17.190 cpu1:4104)PCI: Trying 0000:00:1f.2
Jan 19 17:04:01 srv-esx1 vmkernel: 0:00:16:17.190 cpu1:4104)PCI: Trying 0000:01:00.0
Jan 19 17:04:01 srv-esx1 vmkernel: 0:00:16:17.190 cpu1:4104)PCI: Trying 0000:04:00.0
Jan 19 17:04:01 srv-esx1 vmkernel: 0:00:16:17.190 cpu1:4104)PCI: driver r8169 claimed 0 device
Jan 19 17:04:02 srv-esx1 vmkernel: 0:00:16:17.190 cpu1:4104)Mod: 2892: Initialization for r8169 succeeded with module ID 59.
Jan 19 17:04:02 srv-esx1 vmkernel: 0:00:16:17.190 cpu1:4104)r8169 loaded successfully.
Jan 19 17:04:02 srv-esx1 vmkernel:
Jan 19 17:04:02 srv-esx1 vmkernel: 0:00:16:17.190 cpu1:4104)ALERT: Elf: 2518: Kernel module r8169 was loaded, but has no signature attached
It appears that the module loads fine even if it hasn't got any valid signature.
The main problem of my story is the fact that the card isn't recognized as a real "Realtek" card as of the Vendor/Device identifiers.
When i run a
lspci, it looks like this :
Code:
0a:01.0 Ethernet controller: D-Link System Inc Unknown device 4300 (rev 10)
lspci -n :
Code:
0a:01.0 0200: 1186:4300 (rev 10)
So i'm wondering a thing : If, before compiling the module r8169, the vendor/device identifiers are joined in it, will the card(s) works ? (I have 3 of them and they are 1 Gigabit/s cards ...)
Thanks !
PS : I'm not as good as i can compile something
