10-14-2025 10:58 AM
Hello,
I am getting an unexplained error while trying to run the command `nidaqmxconfig --add-net-dev x.x.x.x` where the correct IP is defined instead of `x.x.x.x` I am seeing this error message:
```
Failed
Error -229771
Internal Software Error occurred in MIG software. Please contact National Instruments Support.
```
I cannot find where the definition of the error code `-229771` is in the documentation online.
can anyone provide an idea why this is working so.
setup:
Env: linux docker container.
OS: Ubuntu 24.04
I shall note that the driver was successfully installed and I can see that the services are enabled.
10-14-2025 08:04 PM
Are NI Drivers Supported on Docker Containers?
NI Hardware and Software are not supported on docker containers since they establish an isolated user mode environment. Given that NI drivers consist of both a kernel mode driver component and a user mode library, their functionality is not suited for operation within containers.
Ethernet DAQ may work with Virtual Machine, according to Are NI Products Supported on Virtual Machines (VMs)?