[SOLVED] D-Link DGE-560T on Proxmox

Mojtaba Ghahari

New Member
Apr 29, 2019
2
0
1
25
I have a system with two ethernet cards as following:
1. D-Link DGE-528T: this interface recognized and working properly with r8169 driver.
2. D-Link DGE-560T: this interface doesn't recognized and not working.

I booted live ubuntu disk and I see that both of them recognized and worked properly(both on r8169 driver).

Here is lspci(related lines):
Code:
07:00.0 Ethernet controller: D-Link System Inc DGE-528T Gigabit Ethernet Adapter (rev 06)
0a:00.0 Ethernet controller: D-Link System Inc DGE-528T Gigabit Ethernet Adapter (rev 10)
I'm sure that first one is 560T and wondered that why it show this?!

And here is lshw -C network:
Code:
  *-network
       description: Ethernet interface
       product: DGE-528T Gigabit Ethernet Adapter
       vendor: D-Link System Inc
       physical id: 0
       bus info: pci@0000:0a:00.0
       logical name: enp10s0
       version: 10
       serial: 3c:1e:04:46:58:16
       size: 1Gbit/s
       capacity: 1Gbit/s
       width: 32 bits
       clock: 66MHz
       capabilities: pm bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full latency=64 link=yes maxlatency=64 mingnt=32 multicast=yes port=MII speed=1Gbit/s
       resources: irq:16 ioport:1000(size=256) memory:eb200000-eb2000ff memory:eb220000-eb23ffff

I saw that right driver for this device is sky2 (links below) but I don't find anyway to force this device to use it. (I'm not sure that is there it in my kernel modules or not)

github.com/torvalds/linux/blob/master/drivers/net/ethernet/marvell/sky2.c
wiki.debian.org/DeviceDatabase/PCI

Can anyone help me to use this device?

Update:
Here is lshw in ubuntu 19.04 live:
Code:
  *-network
       description: Ethernet interface
       product: DGE-528T Gigabit Ethernet Adapter
       vendor: D-Link System Inc
       physical id: 0
       bus info: pci@0000:07:00.0
       logical name: enp7s0
       version: 06
       serial: c4:12:f5:33:e9:41
       size: 10Mbit/s
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 duplex=half firmware=rtl_nic/rtl8168e-2.fw latency=0 link=no multicast=yes port=MII speed=10Mbit/s
       resources: irq:17 ioport:3000(size=256) memory:eb400000-eb400fff memory:eb100000-eb103fff memory:eb410000-eb41ffff
  *-network
       description: Ethernet interface
       product: DGE-528T Gigabit Ethernet Adapter
       vendor: D-Link System Inc
       physical id: 0
       bus info: pci@0000:0a:00.0
       logical name: enp10s0
       version: 10
       serial: 3c:1e:04:46:58:16
       size: 100Mbit/s
       capacity: 1Gbit/s
       width: 32 bits
       clock: 66MHz
       capabilities: pm bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 duplex=full ip=192.168.3.12 latency=64 link=yes maxlatency=64 mingnt=32 multicast=yes port=MII speed=100Mbit/s
       resources: irq:16 ioport:1000(size=256) memory:eb200000-eb2000ff memory:eb220000-eb23ffff
 
Last edited: