PVE8 Intel I350-T4 NIC driver issues

Really frustrating to see this is still an issue, I've got no idea how I'm going to move forward. It seems I need kernel 6.8.x to move my Ubuntu LXCs up to 24.04 LTS but no working NICs on 6.8 - I keep having to revert to pinning 6.5.x.

Ugghhh
 
I had no issues with an older XPEnology and the based loader. And there are no issues with unsing ESXi 8.0 Update 3.

But after updating the loader of XPEnology to a newer version the same issue happens. I had also these issues with XCP-NG that I tested earlier. Regarding Proxmox I tested with the newest available igb driver but had no success.

With the other onboard NIC on my Supermicro X10SLM-F board, an i217 using the e1000e driver there are no issues.

Because it looks like that not all i210 NICs have this issue I come to the conclusion that this issue is relatetd to a correlation of the X10 board, the new linux kernel and the igb driver which doesn't exist with older linux kernels.
 
Last edited:
I have Supermicro X9DRi-LN4+/X9DR3-LN4+
I had pve v7 for a long time. Today I decided to update to pve v8. After updating and rebooting on kernel 6.8.12-5 I saw that my network adapter is not visible in the system. lspci shows that the system has an Ethernet Intel I350 adapter. Booting on kernel version 5.15 makes my network adapter work again.
While searching for a solution to the problem I found this thread: https://forum.proxmox.com/threads/p...oad-due-to-pci-device-probing-failure.131203/
Perhaps this will be useful to someone.
I am following the thread
 
Apologies I never updated here when I fixed my issue. In the end all I had to do was enable a few of the IOMMU kernel options, you can see the original vs edited line below:
Code:
root@fuji:~# cat /etc/default/grub
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
#GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_idle.max_cstate=0 intel_pstate=disable processor.max_cstate=1 mitigations=off intel_iommu=on iommu=pt"
GRUB_CMDLINE_LINUX=""

Only the last two options are relevant, the others are things I found along the way that looked useful for my circumstances.
 
Looks like a similar issue here, with a SuperMicro X9DAi motherboard that comes with an Inter i350 dual channel NIC.
When installing from USB drive, the installer won't start because no NIC is detected.

Added a PCI NIC, installed proxmox 8.3, which works, but still only sees this single add-in NIC.

Following the thread in case someone finds a fix for this.
 
Same issue here. Proxmox 8.3.5 fresh install on kernel 6.8.12-9-pve.

Intel Atom C2358 board (Lanner FW-7525) with no Vt-d support so passthrough is not an option. The two Intel I210 NICs work flawlessly.

Same four I354 NICs work perfectly in OpenWRT using the igb driver which was what this device was running until this morning.

Plugging a cable in results in this dmesg error:

Code:
[22158.873412] ------------[ cut here ]------------
[22158.873415] RTNL: assertion failed at net/core/dev.c (2955)
[22158.873449] WARNING: CPU: 0 PID: 270752 at net/core/dev.c:2955 netif_set_real_num_rx_queues+0xa2/0xc0
[22158.873460] Modules linked in: bluetooth ecdh_generic ecc tcp_diag inet_diag nf_conntrack_netlink xt_nat xt_tcpudp xt_conntrack xt_MASQUERADE xfrm_user xfrm_algo xt_addrtype nft_compat overlay cfg80211 wireguard curve25519_x86_64 libchacha20poly1305 chacha_x86_64 poly1305_x86_64 libcurve25519_generic libchacha ip6_udp_tunnel udp_tunnel nft_masq nft_nat nft_limit nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 veth ebtable_filter ebtables ip_set ip6table_raw iptable_raw ip6table_filter ip6_tables iptable_filter nf_tables 8021q garp mrp bonding tls qrtr softdog sunrpc binfmt_misc nfnetlink_log nfnetlink intel_powerclamp coretemp kvm_intel kvm crct10dif_pclmul cmdlinepart polyval_generic ghash_clmulni_intel spi_nor sha256_ssse3 sha1_ssse3 mtd aesni_intel cdc_acm crypto_simd cryptd intel_cstate serio_raw pcspkr at24 mac_hid zfs(PO) spl(O) vhost_net vhost vhost_iotlb tap vfio_pci vfio_pci_core irqbypass vfio_iommu_type1 vfio iommufd msr
[22158.873681]  efi_pstore dmi_sysfs ip_tables x_tables autofs4 btrfs blake2b_generic xor raid6_pq dm_thin_pool dm_persistent_data dm_bio_prison dm_bufio libcrc32c spi_intel_platform gpio_ich spi_intel nvme crc32_pclmul igb psmouse nvme_core ahci ehci_pci ehci_hcd libahci lpc_ich nvme_auth i2c_algo_bit i2c_i801 i2c_smbus dca i2c_ismt
[22158.873747] CPU: 0 PID: 270752 Comm: kworker/0:1 Tainted: P        W  O       6.8.12-9-pve #1
[22158.873754] Hardware name: To be filled by O.E.M. To be filled by O.E.M./To be filled by O.E.M., BIOS 5.6.5 10/23/2015
[22158.873759] Workqueue: pm pm_runtime_work
[22158.873769] RIP: 0010:netif_set_real_num_rx_queues+0xa2/0xc0
[22158.873778] Code: 87 30 60 34 00 41 83 e5 01 75 d1 ba 8b 0b 00 00 48 c7 c6 b4 50 09 97 48 c7 c7 08 49 fb 96 c6 05 d9 af 73 01 01 e8 5e 5d 2f ff <0f> 0b eb ae b8 ea ff ff ff 31 d2 31 f6 31 ff c3 cc cc cc cc b8 ea
[22158.873784] RSP: 0000:ffffa673c9af3c50 EFLAGS: 00010246
[22158.873790] RAX: 0000000000000000 RBX: ffff95fb5160c000 RCX: 0000000000000000
[22158.873794] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000000
[22158.873798] RBP: ffffa673c9af3c68 R08: 0000000000000000 R09: 0000000000000000
[22158.873802] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000002
[22158.873806] R13: 0000000000000000 R14: ffff95fb5160c000 R15: 0000000000000000
[22158.873810] FS:  0000000000000000(0000) GS:ffff95fcb7c00000(0000) knlGS:0000000000000000
[22158.873815] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[22158.873819] CR2: 0000581f7de67f00 CR3: 0000000107916000 CR4: 00000000001026f0
[22158.873824] Call Trace:
[22158.873828]  <TASK>
[22158.873832]  ? show_regs+0x6d/0x80
[22158.873840]  ? __warn+0x89/0x160
[22158.873848]  ? netif_set_real_num_rx_queues+0xa2/0xc0
[22158.873856]  ? report_bug+0x17e/0x1b0
[22158.873865]  ? handle_bug+0x6e/0xb0
[22158.873872]  ? exc_invalid_op+0x18/0x80
[22158.873878]  ? asm_exc_invalid_op+0x1b/0x20
[22158.873888]  ? netif_set_real_num_rx_queues+0xa2/0xc0
[22158.873897]  __igb_open+0x188/0x6d0 [igb]
[22158.873937]  __igb_resume+0x252/0x2a0 [igb]
[22158.873973]  ? __pfx_pci_pm_runtime_resume+0x10/0x10
[22158.873983]  igb_runtime_resume+0x13/0x20 [igb]
[22158.874018]  pci_pm_runtime_resume+0xa3/0x100
[22158.874027]  __rpm_callback+0x50/0x170
[22158.874036]  rpm_callback+0x3b/0x80
[22158.874043]  ? __pfx_pci_pm_runtime_resume+0x10/0x10
[22158.874051]  rpm_resume+0x594/0x7e0
[22158.874059]  ? add_timer+0x20/0x40
[22158.874067]  ? __queue_delayed_work+0x68/0xf0
[22158.874075]  ? queue_delayed_work_on+0x6e/0x80
[22158.874082]  pm_runtime_work+0x80/0xe0
[22158.874090]  process_one_work+0x176/0x350
[22158.874098]  worker_thread+0x306/0x440
[22158.874106]  ? __pfx_worker_thread+0x10/0x10
[22158.874112]  kthread+0xf2/0x120
 
Last edited: