Solution
Currently, not all NI PCI(e)- or PXI(e) cards are maintained in the pci.ids file which the lspci tool uses to look up device names. Another way to list your NI PCI(e)- or PXI(e) cards on a command line is to use the NI System Configuration API.
On a Linux system install the following:
- ni-syscfg-runtime
- ni-syscfg-devel (for C/C++ development)
- ni-syscfg-labview-2021-support (for LabVIEW development)
- To read device aliases and general device properties directly from the command line, use the lsni -v or the lsni -u command.