12-24-2024 11:46 PM - edited 12-24-2024 11:47 PM
Hi,
We have been developing a custom PXI device for Windows. I managed to register it to NI-VISA using the driver wizard. However, we need to use the same module in Linux and I couldn't find any documentation about how to register the device. Is there a document explaining how to do it?
Any help is appreciated.
Solved! Go to Solution.
12-26-2024 10:48 AM
See Detect Third Party cPCI Modules in Linux
12-29-2024 10:35 PM
Thank you,
I managed to detect our devices in Linux. There is a small issue though, I had to change the [PCIList.NTx86] to [PCIList] in the generated .INF file. I am not sure why but when NTx86 is added, it can't detect devices.