Linux Users

cancel
Showing results for 
Search instead for 
Did you mean: 

NI-DAQmx Base 15.0 on Ubuntu 14.04 LTS 64 bit

I'm trying to get NI-DAQmx Base installed on Ubuntu 14.04 LTS 64 bit to use the C-Api and get the usb drivers.

Using Alien I could install the packages like mentioned here: http://maztories.blogspot.de/2013/03/ni-usb-6008-card-can-be-installed-in.html

When running lsdaq I get the following error:

$ lsdaq

--------------------------------

Detecting National Instruments DAQ Devices

Found the following DAQ Devices:

Error Message =Internal Warning 0x08B1734C :  "lvinit.cpp", line 2181

LabVIEW version 15.0f1

For assistance in resolving this problem, please contact National Instruments Support.

/usr/local/bin/lsdaq: line 7:  3271 Aborted                 (core dumped) /etc/natinst/nidaqmxbase/bin/daqmxbase_listdevices

--------------------------------

Does anyone know how to fix this?

I know Ubuntu is not supported but I have to use it.

Any help would be greatly appreciated.

0 Kudos
Message 1 of 5
(9,122 Views)

The log says the core was dumped. Did you save the core? If so, is it possible to send it?

Message 2 of 5
(8,404 Views)

Hey,

thanks for the reply.

I do have the core. I could send it per mail if that is okay.

0 Kudos
Message 3 of 5
(8,404 Views)

Hi,

 

has this been solved? I get the same error on Debian 8.0 64bit.  I get this error on lsdaq and also on own applications linked with liblvrtdark.so.15.0 64bit.

0 Kudos
Message 4 of 5
(8,262 Views)

Possibly this is caused by shell install scripts calling /bin/sh and using bash-specific syntax. "ln -sf bash /bin/sh" before install solved it. If this is the cause, the install scripts should be calling /bin/bash instead of /bin/sh.

 

https://wiki.ubuntu.com/DashAsBinSh

0 Kudos
Message 5 of 5
(8,208 Views)