Intel I350 T2 Dual Port Rev1

liberodark

Well-Known Member
Apr 26, 2021
113
26
48
Hi,

im on PVE 7.4-3 with Kernel 5.15.104
Have adding 2 NIC i350 Gigabit but only one is visible on PVE.
I tested to swap cards to change PCI ports to change kernel with version 6.1.
But I still have only one strange visible map both are visible on Windows PE.
Regardless of the PCI port used, even if I swapped the cards, I always only have one visible.
Despite everything before PVE starts both are well detected by my switch.

Server : FUJITSU PRIMERGY RX2520 M1
https://www.fujitsu.com/tw/Images/RX2520-cnfgRX2520M1.pdf

Code:
lspci | grep 'Ethernet'
02:00.0 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
02:00.1 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
07:00.0 Ethernet controller: Intel Corporation I210 Gigabit Network Connection (rev 03)
08:00.0 Ethernet controller: Intel Corporation I210 Gigabit Network Connection (rev 03)

Code:
dmesg | grep 'Ethernet'
[    2.193645] igb: Intel(R) Gigabit Ethernet Network Driver
[    2.250212] igb 0000:02:00.0: Intel(R) Gigabit Ethernet Network Connection
[    2.306049] igb 0000:02:00.1: Intel(R) Gigabit Ethernet Network Connection
[    2.333469] igb 0000:07:00.0: Intel(R) Gigabit Ethernet Network Connection
[    2.362653] igb 0000:08:00.0: Intel(R) Gigabit Ethernet Network Connection

Best Regards
 
Last edited:
Hi,

You even not seen in the ip a output? Have you checked the journalctl or dmesg output, looking for any related error?
 
Hi,

Have set NIC on PCI Slot 1 & 2 for test :

dmesg https://paste.yunohost.org/qadilinide.go

Code:
ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: enp2s0f0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether b4:96:91:3b:e1:34 brd ff:ff:ff:ff:ff:ff
3: enp2s0f1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether b4:96:91:3b:e1:35 brd ff:ff:ff:ff:ff:ff
4: enp6s0f0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether b4:96:91:55:13:48 brd ff:ff:ff:ff:ff:ff
5: enp6s0f1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether b4:96:91:55:13:49 brd ff:ff:ff:ff:ff:ff
6: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master vmbr0 state UP group default qlen 1000
    link/ether 90:1b:0e:9a:9e:d2 brd ff:ff:ff:ff:ff:ff
    altname enp8s0
7: eno2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master vmbr1 state UP group default qlen 1000
    link/ether 90:1b:0e:9b:36:8d brd ff:ff:ff:ff:ff:ff
    altname enp9s0
8: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether 90:1b:0e:9a:9e:d2 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::921b:eff:fe9a:9ed2/64 scope link
       valid_lft forever preferred_lft forever
9: vmbr0.32@vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether 90:1b:0e:9a:9e:d2 brd ff:ff:ff:ff:ff:ff
    inet xxxxxxx/24 scope global vmbr0.32
       valid_lft forever preferred_lft forever
    inet6 fe80::921b:eff:fe9a:9ed2/64 scope link
       valid_lft forever preferred_lft forever
10: vmbr1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether 90:1b:0e:9b:36:8d brd ff:ff:ff:ff:ff:ff
    inet xxxxxxx/24 scope global vmbr1
       valid_lft forever preferred_lft forever
    inet6 fe80::921b:eff:fe9b:368d/64 scope link
       valid_lft forever preferred_lft forever
 
Last edited:
So far it seems to be working so I'll keep an eye on it.
It's strange that despite all the pci slots I tested only 1 and 2 work.

Code:
lspci | grep 'Ethernet'
02:00.0 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
02:00.1 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
06:00.0 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
06:00.1 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01)
08:00.0 Ethernet controller: Intel Corporation I210 Gigabit Network Connection (rev 03)
09:00.0 Ethernet controller: Intel Corporation I210 Gigabit Network Connection (rev 03)
 
Last edited:
Currently having changed PCI port because I have 6 available. All cards are detected.
Now im use PCI slots 1 & 2 ( PCI 1 is I350 x 2 Ports) + ( PCI 2 is I350 x 2 Ports)
In the BIOS all ports are in available state or empty state.
 
Last edited: