When installing I didn't think anything of it until I see slower backup times then I was expecting. To see that they are not showing up. Looked through a few recent post and was able to pull this information based off request that everybody was asking for.
root@backup:~# lspci -k | sed -n '/Ethernet/,/driver in use/p'
02:00.0 Ethernet controller: Broadcom Inc. and subsidiaries NetXtreme BCM5720 Gigabit Ethernet PCIe
DeviceName: NIC1
Subsystem: Dell NetXtreme BCM5720 Gigabit Ethernet PCIe
Kernel driver in use: tg3
02:00.1 Ethernet controller: Broadcom Inc. and subsidiaries NetXtreme BCM5720 Gigabit Ethernet PCIe
DeviceName: NIC2
Subsystem: Dell NetXtreme BCM5720 Gigabit Ethernet PCIe
Kernel driver in use: tg3
09:00.0 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
Subsystem: Intel Corporation Ethernet Server Adapter X520-2
Kernel modules: ixgbe
09:00.1 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
Subsystem: Intel Corporation Ethernet Server Adapter X520-2
Kernel modules: ixgbe
3f:08.0 System peripheral: Intel Corporation Xeon E5/Core i7 QPI Link 0 (rev 07)
Subsystem: Intel Corporation Xeon E5/Core i7 QPI Link 0
3f:09.0 System peripheral: Intel Corporation Xeon E5/Core i7 QPI Link 1 (rev 07)
Subsystem: Intel Corporation Xeon E5/Core i7 QPI Link 1
3f:0a.0 System peripheral: Intel Corporation Xeon E5/Core i7 Power Control Unit 0 (rev 07)
Subsystem: Intel Corporation Xeon E5/Core i7 Power Control Unit 0
3f:0a.1 System peripheral: Intel Corporation Xeon E5/Core i7 Power Control Unit 1 (rev 07)
Subsystem: Intel Corporation Xeon E5/Core i7 Power Control Unit 1
3f:0a.2 System peripheral: Intel Corporation Xeon E5/Core i7 Power Control Unit 2 (rev 07)
Subsystem: Intel Corporation Xeon E5/Core i7 Power Control Unit 2
3f:0a.3 System peripheral: Intel Corporation Xeon E5/Core i7 Power Control Unit 3 (rev 07)
Subsystem: Intel Corporation Xeon E5/Core i7 Power Control Unit 3
3f:0b.0 System peripheral: Intel Corporation Xeon E5/Core i7 Interrupt Control Registers (rev 07)
Subsystem: Intel Corporation Xeon E5/Core i7 Interrupt Control Registers
3f:0b.3 System peripheral: Intel Corporation Xeon E5/Core i7 Semaphore and Scratchpad Configuration Registers (rev 07)
Subsystem: Intel Corporation Xeon E5/Core i7 Semaphore and Scratchpad Configuration Registers
3f:0c.0 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
Subsystem: Intel Corporation Xeon E5/Core i7 Unicast Register 0
3f:0c.1 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
Subsystem: Intel Corporation Xeon E5/Core i7 Unicast Register 0
3f:0c.2 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
Subsystem: Intel Corporation Xeon E5/Core i7 Unicast Register 0
3f:0c.3 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
Subsystem: Intel Corporation Xeon E5/Core i7 Unicast Register 0
3f:0c.6 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller System Address Decoder 0 (rev 07)
Subsystem: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller System Address Decoder 0
3f:0c.7 System peripheral: Intel Corporation Xeon E5/Core i7 System Address Decoder (rev 07)
Subsystem: Intel Corporation Xeon E5/Core i7 System Address Decoder
3f:0d.0 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
Subsystem: Intel Corporation Xeon E5/Core i7 Unicast Register 0
3f:0d.1 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
Subsystem: Intel Corporation Xeon E5/Core i7 Unicast Register 0
3f:0d.2 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
Subsystem: Intel Corporation Xeon E5/Core i7 Unicast Register 0
3f:0d.3 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
Subsystem: Intel Corporation Xeon E5/Core i7 Unicast Register 0
3f:0d.6 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller System Address Decoder 1 (rev 07)
Subsystem: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller System Address Decoder 1
3f:0e.0 System peripheral: Intel Corporation Xeon E5/Core i7 Processor Home Agent (rev 07)
Subsystem: Dell Xeon E5/Core i7 Processor Home Agent
3f:0e.1 Performance counters: Intel Corporation Xeon E5/Core i7 Processor Home Agent Performance Monitoring (rev 07)
Subsystem: Dell Xeon E5/Core i7 Processor Home Agent Performance Monitoring
Kernel driver in use: snbep_uncore
root@backup:~# dmesg | grep ixgbe
[ 1.752615] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver
[ 1.752619] ixgbe: Copyright (c) 1999-2016 Intel Corporation.
[ 1.767871] ixgbe 0000:09:00.0: Adapter removed
[ 1.768169] ixgbe: probe of 0000:09:00.0 failed with error -5
[ 1.783658] ixgbe 0000:09:00.1: Adapter removed
[ 1.783882] ixgbe: probe of 0000:09:00.1 failed with error -5
Thanks in advance!
root@backup:~# lspci -k | sed -n '/Ethernet/,/driver in use/p'
02:00.0 Ethernet controller: Broadcom Inc. and subsidiaries NetXtreme BCM5720 Gigabit Ethernet PCIe
DeviceName: NIC1
Subsystem: Dell NetXtreme BCM5720 Gigabit Ethernet PCIe
Kernel driver in use: tg3
02:00.1 Ethernet controller: Broadcom Inc. and subsidiaries NetXtreme BCM5720 Gigabit Ethernet PCIe
DeviceName: NIC2
Subsystem: Dell NetXtreme BCM5720 Gigabit Ethernet PCIe
Kernel driver in use: tg3
09:00.0 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
Subsystem: Intel Corporation Ethernet Server Adapter X520-2
Kernel modules: ixgbe
09:00.1 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
Subsystem: Intel Corporation Ethernet Server Adapter X520-2
Kernel modules: ixgbe
3f:08.0 System peripheral: Intel Corporation Xeon E5/Core i7 QPI Link 0 (rev 07)
Subsystem: Intel Corporation Xeon E5/Core i7 QPI Link 0
3f:09.0 System peripheral: Intel Corporation Xeon E5/Core i7 QPI Link 1 (rev 07)
Subsystem: Intel Corporation Xeon E5/Core i7 QPI Link 1
3f:0a.0 System peripheral: Intel Corporation Xeon E5/Core i7 Power Control Unit 0 (rev 07)
Subsystem: Intel Corporation Xeon E5/Core i7 Power Control Unit 0
3f:0a.1 System peripheral: Intel Corporation Xeon E5/Core i7 Power Control Unit 1 (rev 07)
Subsystem: Intel Corporation Xeon E5/Core i7 Power Control Unit 1
3f:0a.2 System peripheral: Intel Corporation Xeon E5/Core i7 Power Control Unit 2 (rev 07)
Subsystem: Intel Corporation Xeon E5/Core i7 Power Control Unit 2
3f:0a.3 System peripheral: Intel Corporation Xeon E5/Core i7 Power Control Unit 3 (rev 07)
Subsystem: Intel Corporation Xeon E5/Core i7 Power Control Unit 3
3f:0b.0 System peripheral: Intel Corporation Xeon E5/Core i7 Interrupt Control Registers (rev 07)
Subsystem: Intel Corporation Xeon E5/Core i7 Interrupt Control Registers
3f:0b.3 System peripheral: Intel Corporation Xeon E5/Core i7 Semaphore and Scratchpad Configuration Registers (rev 07)
Subsystem: Intel Corporation Xeon E5/Core i7 Semaphore and Scratchpad Configuration Registers
3f:0c.0 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
Subsystem: Intel Corporation Xeon E5/Core i7 Unicast Register 0
3f:0c.1 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
Subsystem: Intel Corporation Xeon E5/Core i7 Unicast Register 0
3f:0c.2 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
Subsystem: Intel Corporation Xeon E5/Core i7 Unicast Register 0
3f:0c.3 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
Subsystem: Intel Corporation Xeon E5/Core i7 Unicast Register 0
3f:0c.6 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller System Address Decoder 0 (rev 07)
Subsystem: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller System Address Decoder 0
3f:0c.7 System peripheral: Intel Corporation Xeon E5/Core i7 System Address Decoder (rev 07)
Subsystem: Intel Corporation Xeon E5/Core i7 System Address Decoder
3f:0d.0 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
Subsystem: Intel Corporation Xeon E5/Core i7 Unicast Register 0
3f:0d.1 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
Subsystem: Intel Corporation Xeon E5/Core i7 Unicast Register 0
3f:0d.2 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
Subsystem: Intel Corporation Xeon E5/Core i7 Unicast Register 0
3f:0d.3 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
Subsystem: Intel Corporation Xeon E5/Core i7 Unicast Register 0
3f:0d.6 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller System Address Decoder 1 (rev 07)
Subsystem: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller System Address Decoder 1
3f:0e.0 System peripheral: Intel Corporation Xeon E5/Core i7 Processor Home Agent (rev 07)
Subsystem: Dell Xeon E5/Core i7 Processor Home Agent
3f:0e.1 Performance counters: Intel Corporation Xeon E5/Core i7 Processor Home Agent Performance Monitoring (rev 07)
Subsystem: Dell Xeon E5/Core i7 Processor Home Agent Performance Monitoring
Kernel driver in use: snbep_uncore
root@backup:~# dmesg | grep ixgbe
[ 1.752615] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver
[ 1.752619] ixgbe: Copyright (c) 1999-2016 Intel Corporation.
[ 1.767871] ixgbe 0000:09:00.0: Adapter removed
[ 1.768169] ixgbe: probe of 0000:09:00.0 failed with error -5
[ 1.783658] ixgbe 0000:09:00.1: Adapter removed
[ 1.783882] ixgbe: probe of 0000:09:00.1 failed with error -5
Thanks in advance!