I am trying to add a 2.5" SSD to my system using the Accelsior S PCIe adapter card.
When I add the card to the system and boot, I can see the disk drive in
But then my ethernet connection is broken:
Once the card is removed, the ethernet connection works again and
What could be causing this behavior? Any ideas what do I need to change or troubleshoot in order to get ethernet working again when the PCIe card is in use?
Thanks in advance
kernel: Linux version 6.5.11-7-pve
When I add the card to the system and boot, I can see the disk drive in
fdisk
as well as format, add/remove partitions etc.But then my ethernet connection is broken:
Code:
Jan 13 14:26:08 pve-1 networking[887]: error: vmbr0: bridge port enp111s0 does not exist
Jan 13 14:26:08 pve-1 /usr/sbin/ifup[887]: error: vmbr0: bridge port enp111s0 does not exist
Jan 13 14:26:08 pve-1 networking[887]: warning: vmbr0: apply bridge ports settings: bridge configuration failed (missing ports)
Jan 13 14:26:08 pve-1 /usr/sbin/ifup[887]: warning: vmbr0: apply bridge ports settings: bridge configuration failed (missing ports)
Jan 13 14:26:08 pve-1 networking[887]: error: >>> Full logs available in: /var/log/ifupdown2/network_config_ifupdown2_112_Jan-13-2024_14:26:08.612247 <<<
Jan 13 14:26:08 pve-1 /usr/sbin/ifup[887]: >>> Full logs available in: /var/log/ifupdown2/network_config_ifupdown2_112_Jan-13-2024_14:26:08.612247 <<<
Once the card is removed, the ethernet connection works again and
vmbr0
is able to bridge to enp111s0
again.
Code:
Jan 13 14:43:40 pve-1 kernel: igb 0000:6f:00.0 enp111s0: igb: enp111s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
Jan 13 14:43:40 pve-1 kernel: vmbr0: port 1(enp111s0) entered blocking state
Jan 13 14:43:40 pve-1 kernel: vmbr0: port 1(enp111s0) entered forwarding state
What could be causing this behavior? Any ideas what do I need to change or troubleshoot in order to get ethernet working again when the PCIe card is in use?
Thanks in advance
kernel: Linux version 6.5.11-7-pve