I've installed a HPE NC523SFP SFP+ card with 2 adapters.
It seems the driver works? but I do get this "Device state set to Failed. Please Reboot" error.
GUI does say that enp1s0f0 and enp1s0f1 are not active, while one of the two is connected to the fiber switch.
It seems the driver works? but I do get this "Device state set to Failed. Please Reboot" error.
GUI does say that enp1s0f0 and enp1s0f1 are not active, while one of the two is connected to the fiber switch.
Code:
root@node:~# dmesg | grep -P 'qlcnic'
[ 1.612180] qlcnic 0000:01:00.0: 2048KB memory map
[ 7.752579] qlcnic 0000:01:00.0: loading firmware from flash
[ 14.068538] qlcnic 0000:01:00.0: Default minidump capture mask 0x1f
[ 14.068540] qlcnic 0000:01:00.0: FW dump enabled
[ 14.068541] qlcnic 0000:01:00.0: Supports FW dump capability
[ 14.068542] qlcnic 0000:01:00.0: Driver v5.3.66, firmware v4.20.1
[ 14.102382] qlcnic: xx:xx:xx:xx:xx:30: NC523SFP 10Gb 2-port Server Adapter Board Chip rev 0x54
[ 14.275315] qlcnic 0000:01:00.0: using msi-x interrupts
[ 14.361823] qlcnic 0000:01:00.0: eth0: XGbE port initialized
[ 14.361961] qlcnic 0000:01:00.1: 2048KB memory map
[ 14.415768] qlcnic 0000:01:00.1: Default minidump capture mask 0x1f
[ 14.415769] qlcnic 0000:01:00.1: FW dump enabled
[ 14.415770] qlcnic 0000:01:00.1: Supports FW dump capability
[ 14.415771] qlcnic 0000:01:00.1: Driver v5.3.66, firmware v4.20.1
[ 15.004763] qlcnic 0000:01:00.1: using msi-x interrupts
[ 15.004881] qlcnic 0000:01:00.1: eth1: XGbE port initialized
[ 15.005579] qlcnic 0000:01:00.1 enp1s0f1: renamed from eth1
[ 15.015290] qlcnic 0000:01:00.0 enp1s0f0: renamed from eth0
[ 16.895071] qlcnic 0000:01:00.0: Detaching the device: peg halt status1=0x80001303
[ 16.895074] qlcnic 0000:01:00.1: Detaching the device: peg halt status1=0x80001303
[ 16.895078] qlcnic 0000:01:00.1: Device state set to Failed. Please Reboot
[ 16.896271] qlcnic 0000:01:00.0: Device state set to Failed. Please Reboot
[ 21.179589] qlcnic 0000:01:00.0: command timeout, response = 0x3
[ 21.179599] qlcnic 0000:01:00.0 enp1s0f0: Failed to Add interrupts 17
[ 21.179602] qlcnic 0000:01:00.0: Failed to configure Interrupt for 8 vector
Code:
root@node:~# lspci -v
01:00.0 Ethernet controller: QLogic Corp. cLOM8214 1/10GbE Controller (rev 54)
Subsystem: Hewlett-Packard Company NC523SFP 10Gb 2-port Server Adapter
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at f7a00000 (64-bit, non-prefetchable) [size=2M]
Memory at f7c90000 (64-bit, non-prefetchable) [size=64K]
Expansion ROM at f7c40000 [disabled] [size=256K]
Capabilities: [40] MSI-X: Enable+ Count=32 Masked-
Capabilities: [80] Power Management version 3
Capabilities: [88] Vital Product Data
Capabilities: [a0] MSI: Enable- Count=1/32 Maskable- 64bit+
Capabilities: [c0] Express Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [140] Device Serial Number xxxxxxxx
Kernel driver in use: qlcnic
Kernel modules: qlcnic
01:00.1 Ethernet controller: QLogic Corp. cLOM8214 1/10GbE Controller (rev 54)
Subsystem: Hewlett-Packard Company NC523SFP 10Gb 2-port Server Adapter
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at f7800000 (64-bit, non-prefetchable) [size=2M]
Memory at f7c80000 (64-bit, non-prefetchable) [size=64K]
Expansion ROM at f7c00000 [disabled] [size=256K]
Capabilities: [40] MSI-X: Enable+ Count=32 Masked-
Capabilities: [80] Power Management version 3
Capabilities: [88] Vital Product Data
Capabilities: [a0] MSI: Enable- Count=1/32 Maskable- 64bit+
Capabilities: [c0] Express Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [140] Device Serial Number xxxxxxxx
Kernel driver in use: qlcnic
Kernel modules: qlcnic
Last edited: