I am trying to port NI-DAQmx drivers from OpenSuse 15.0 to Debian Buster to work with NI-CDAQ CHASSIS.
Kernel module sources are provided and can be compiled and inserted succesfully. The problem is with services and their binaries, for which the sources are not provided. I can succesfully run most of them, but there are problems with a few of them. Namely 'nimxssrv' service which runs 'nimxs' binary and 'nidevldu' service which runs 'nidevldu' binary.
The 'nimxs' binary terminates immediatelly with no error message and exit code 1.
The 'nidevldu' binary runs for about 30 seconds after which the program terminates with no error message and exit code 13.
Does anyone have an idea how to get this to work?
also, is there any plan to support Debian or its derivatives (ie. Ubuntu) anytime soon?