HP 533FLR-T 2-Port 10GbE PCI-Express x8 Network Adapter doesn't show up

flashdrive

Patron
Joined
Apr 2, 2021
Messages
264
Hello,


I have bought 2 x HP 533FLR-T 2-Port 10GbE PCI-Express x8 Network adapter cards


Both of them fail to show up in TrueNAS.


I have not connected a LAN cable to either of them.


How may I install this card?


What I have tried:


1. shell - ifconfig

em0 is the mainboard onboard NIC

@truenas[~]# ifconfig

em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500

description: em0

options=81249b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,LRO,WOL_MAGIC,VLAN_HWFILTER>

ether d0:XX

inet 192.XX netmask 0xffffff00 broadcast 192.XXX

media: Ethernet autoselect (1000baseT <full-duplex>)

status: active

nd6 options=9<PERFORMNUD,IFDISABLED>

lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384

options=680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6>

inet6 ::1 pr


2.

as per https://www.ixsystems.com/documentation/freenas/11.2/system.html#tunables

and here:



(is this a typo: "...loadable bxnt..." )

> BNXT(4) FreeBSD Kernel Interfaces Manual BNXT(4) NAME bnxt -- Broadcom NetXtreme-C/NetXtreme-E Family Ethernet driver


Is this setup wrong?

if_bxe_load > YES
if_bnxt_load > YES




/boot/loader.conf

shows

# Load some hardware modules that don't fit into kernel.
if_bnxt_load="YES"
if_qlxgbe_load="YES"
 

flashdrive

Patron
Joined
Apr 2, 2021
Messages
264
as per


dmesg

and

pciconf -lv

do show the onboard NIC,

but not the 2 HPs...
 

flashdrive

Patron
Joined
Apr 2, 2021
Messages
264
From my understanding that's the necessary driver for the Qlogic/Broadcom 57810S used by the 533FLR - add that as a loader tunable and reboot.

Hello @HoneyBadger,

thnx for your hint.

How exactly do I have to enter this loader tunable entry?

I did enter in TrueNAS tuneables:

line 1: if_bxe_load
line 2: YES

I have tried with 3 systems altogether:

PC 1 is the system mentioned in my signature. TrueNAS does start.

On PC 2 and 3 both HP cards prevent the system with Windows from booting - a startup loop occurs.
edit: all 3 are Asrock mainboards.

Are the cards possibly defective? How would I check?

As per label on the card it is a BCM957810A....
IMG_0907.jpeg

IMG_0908.jpeg
 
Last edited:

HoneyBadger

actually does care
Administrator
Moderator
iXsystems
Joined
Feb 6, 2014
Messages
5,112

flashdrive

Patron
Joined
Apr 2, 2021
Messages
264
You'll want to add it all as a single entry as below

Variable: if_bxe_load
Value: YES
Type: Loader

Ensure ENABLED is checked and then restart.

Indeed this is what I have tried to do to no avail.


I have been trying both cards in a Windows setup unsuccessfully - no show, even the official HP driver is not recognizing them; UEFI did not present any changes other then the PCIE slot speed


Conclusion:

I will return both cards.

What is a good 2,5 - 5 GBit alternative NIC for TrueNAS, plug 'n play out of the box?
 

HoneyBadger

actually does care
Administrator
Moderator
iXsystems
Joined
Feb 6, 2014
Messages
5,112
They might be expecting a HP EFI hook in order to start up properly. I know the FLB/CNA cards can be configured to split into multiple vNIC/vHBAs but you would think it would fire up and present whatever config was on the card previously.

What is a good 2,5 - 5 GBit alternative NIC for TrueNAS, plug 'n play out of the box?

General suggestion is to go straight to 10Gb. Chelsio cards are the best supported with (genuine) Intel in second place.
 

flashdrive

Patron
Joined
Apr 2, 2021
Messages
264
Interesting to hear about the EFI hook

But then the return rate for these cards would be even higher - at least I would have expected a hint in the description of the sale.

The more I look into this 10Gb thing I am more convinced of having to go optical fiber instead of the already existing copper cable / RJ45 at the premise.
 

flashdrive

Patron
Joined
Apr 2, 2021
Messages
264
Link Aggregation might also be an option host / TrueNAS side - well, I am going to have a good night's sleep about that given today's experiments
 

flashdrive

Patron
Joined
Apr 2, 2021
Messages
264
@HoneyBadger

I did some research:

It turns out that Plug and Play is not possible for this card in Non HP Systems, an adapter is required:


leads to


Todo: Which revision is it?

 

flashdrive

Patron
Joined
Apr 2, 2021
Messages
264
new question:

Is it possible to set up the NIC with 2,5 or 5 GBit mixed mode?

the NIC HP FlexFabric 10Gb 2-port 533FLR-T does only offer 1 or 10 GBit speed, no 2,5 or 5 GBit inbetween in Windows 10. TrueNAS only shows a 1 GBit connection as of yet since I do not have another 10 GBit card atm.



I can report back:

the adapter is working - cutting the rear of the PC case was required, the adapter and NIC do align when removing the NIC slot bracket.

HPE drivers and firmware update have been applied:

-----------------------------------------------------------------------------
Online Firmware Update Tool for Windows (5.2.3.0)
Copyright (c) 2011-2019 Hewlett-Packard Enterprise Development LP
-----------------------------------------------------------------------------
Upgrade library: LibQLGC_HpFwUpg.dll (ver 8.15.0.0)
Found 1 adapters

Examining NIC HP FlexFabric 10Gb 2-port 533FLR-T Adapter at Ethernet 6
Update firmware MBI from version 7.10.33 to 7.18.80? [y]es/[n]o/[q]uit/[c]ontinue (y) y
Flash file name: C:\...FW\hp_mbi_7.18.80.bin
Updating HP FlexFabric 10Gb 2-port 533FLR-T Adapter...please wait.

takes longer than 10 minutes, be patient

upon PC boot "CTRL+S" will enter the NIC setup

newer UEFI does have the config menu integrated into mainboards UEFI menu
 
Last edited:

flashdrive

Patron
Joined
Apr 2, 2021
Messages
264
Last edited:
Top