Hi Team,
I'm currently trying to use some heritage National Instrument boards (PXI-6511, PXI-65090) over a GeoTest chassis with the couple PXI-8360 and PCIe-8361 as MXI Interface.
As OS, we've chosen CentOS 7 kernel 3.10.
[username@localhost bin]$ uname -a
Linux localhost.localdomain 3.10.0-693.21.1.el7.x86_64 #1 SMP Wed Mar 7 19:03:37 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
So far, the PXI interface does seem to work (after adding the pci=nommconf option on the kernel grub command line) as the lspci command does show:
[username@localhost bin]$ lspci | grep Nation
08:0f.0 Unassigned class [ff00]: National Instruments PXI-8360
09:0d.0 Unassigned class [ff00]: National Instruments PXI-6509
09:0e.0 Unassigned class [ff00]: National Instruments PXI-6511
09:0f.0 Unassigned class [ff00]: National Instruments PXI-6511
However, the lsdaq command, result of installing nidaqmxbase-15.0.0 and adequate 32-bit libraries, doesn't seem to give any results:
[username@localhost bin]$ lsdaq
--------------------------------
Detecting National Instruments DAQ Devices
Found the following DAQ Devices:
--------------------------------
[username@localhost bin]$
I shall add that I already tried to add the "memmap=4096M" option to the kernel grub command line.
Would somebody be able to confirm these boards are not supported anymore? Any reason why?
Or maybe point towards a potential tip that I haven't found quite yet?
Thanks a lot for your help,
Jeremie