Hi,
We are trying to integrate the I350-F2 Ethernet card to our products, and we are facing to this problem: The I350-F2 is detected but the 2 Ethernet Ports are not recognised. It seems that there is a conflict between the 2 Ethernet ports of the motherboard and the 2 Ethernet port of the I350-F2.
Here is the output ifconfig:
__tmp370698911 Link encap:Ethernet HWaddr A0:36:9F:67:D3:C9
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
__tmp1412522235 Link encap:Ethernet HWaddr A0:36:9F:67:D3:C8
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:1535 errors:0 dropped:0 overruns:0 frame:0
TX packets:1535 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1856694 (1.7 MiB) TX bytes:1856694 (1.7 MiB)
eth0 Link encap:Ethernet HWaddr 0C:C4:7A:72:2E:9A
inet addr:192.168.3.200 Bcast:192.168.31.255 Mask:255.255.224.0
inet6 addr: fe80::ec4:7aff:fe72:2e9a/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:106167 errors:0 dropped:0 overruns:0 frame:0
TX packets:903 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:8426155 (8.0 MiB) TX bytes:81922 (80.0 KiB)
eth1 Link encap:Ethernet HWaddr 0C:C4:7A:72:2E:9B
inet addr:192.168.3.195 Bcast:192.168.31.255 Mask:255.255.224.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Here is the dmesg log:
May 28 14:42:02 RTServer_3_200 kernel: igb 0000:02:00.0: Intel(R) Gigabit Ethernet Network Connection
May 28 14:42:02 RTServer_3_200 kernel: igb 0000:02:00.0: eth0: (PCIe:5.0GT/s:Width x4) <6>igb 0000:02:00.0: eth0: MAC: a0:36:9f:67:d3:c8
May 28 14:42:02 RTServer_3_200 kernel: igb 0000:02:00.0: eth0: PBA No: G15813-004
May 28 14:42:02 RTServer_3_200 kernel: igb 0000:02:00.0: LRO is disabled
May 28 14:42:02 RTServer_3_200 kernel: igb 0000:02:00.0: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
May 28 14:42:02 RTServer_3_200 kernel: igb 0000:02:00.1: PCI INT B -> GSI 36 (level, low) -> IRQ 36
May 28 14:42:02 RTServer_3_200 kernel: igb 0000:02:00.1: Intel(R) Gigabit Ethernet Network Connection
May 28 14:42:02 RTServer_3_200 kernel: igb 0000:02:00.1: eth1: (PCIe:5.0GT/s:Width x4) <6>igb 0000:02:00.1: eth1: MAC: a0:36:9f:67:d3:c9
May 28 14:42:02 RTServer_3_200 kernel: igb 0000:02:00.1: eth1: PBA No: G15813-004
May 28 14:42:02 RTServer_3_200 kernel: igb 0000:02:00.1: LRO is disabled
May 28 14:42:02 RTServer_3_200 kernel: igb 0000:02:00.1: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
May 28 14:42:02 RTServer_3_200 kernel: igb 0000:07:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
May 28 14:42:02 RTServer_3_200 kernel: igb 0000:07:00.0: Intel(R) Gigabit Ethernet Network Connection
May 28 14:42:02 RTServer_3_200 kernel: igb 0000:07:00.0: eth2: (PCIe:2.5GT/s:Width x1) <6>igb 0000:07:00.0: eth2: MAC: 0c:c4:7a:72:2e:9a
May 28 14:42:02 RTServer_3_200 kernel: igb 0000:07:00.0: eth2: PBA No: 013A00-000
May 28 14:42:02 RTServer_3_200 kernel: igb 0000:07:00.0: LRO is disabled
May 28 14:42:02 RTServer_3_200 kernel: igb 0000:07:00.0: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
May 28 14:42:02 RTServer_3_200 kernel: igb 0000:08:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
May 28 14:42:02 RTServer_3_200 kernel: igb 0000:08:00.0: Intel(R) Gigabit Ethernet Network Connection
May 28 14:42:02 RTServer_3_200 kernel: igb 0000:08:00.0: eth2: (PCIe:2.5GT/s:Width x1) <6>igb 0000:08:00.0: eth2: MAC: 0c:c4:7a:72:2e:9b
May 28 14:42:02 RTServer_3_200 kernel: igb 0000:08:00.0: eth2: PBA No: 011000-000
May 28 14:42:02 RTServer_3_200 kernel: igb 0000:08:00.0: LRO is disabled
May 28 14:42:02 RTServer_3_200 kernel: igb 0000:08:00.0: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
Kernel: 2.6.29.6
igb driver : 5.0.6
Is there a solution for this issue ?
If you need more info, don't hesitate to ask me.
Thank in advance.