Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Advance DAQ for Linux with NI-DAQmx Base in suse9.2. installation problem

i installed Programming Data Acquisition for Linux with NI-DAQmx Base in suse9.2. If i try to run any application, it write to me aborted on the termintal and terminated. i can't find the problem
0 Kudos
Message 1 of 7
(3,480 Views)
hello,

do you have an error message or code?

regards,

robert h
national instruments
0 Kudos
Message 2 of 7
(3,473 Views)
I get no error message, i get only "aborted" if i run any of the files.
e.g.

$ lsdaq
--------------------------------
Detecting National Instruments DAQ Devices
Found the following DAQ Devices:
/usr/local/bin/lsdaq: line 7: 22419 Aborted                 /etc/natinst/nidaqmxbase/bin/daqmxbase_listdevices
--------------------------------


$ nivisaserver
Starting NI-VISA server...
Aborted

or if i run any of the examples
$ ./acquire1Scan
Aborted

0 Kudos
Message 3 of 7
(3,471 Views)
hello,

i found a passage in the README-file:

"Before installing NI-DAQmx Base on SUSE LINUX Professional, please complete
the steps below. If they are not completed, the installer will fail with an
error.
These steps require you to be running the kernel for which you wish to configure
NI-KAL and its client kernel modules.

1. Ensure you have installed kernel-source and kernel-syms packages
corresponding to the version of the currently running kernel. The
version of the currently running kernel can be determined by issuing
the command `uname -r`.
2. Change the directory to the /usr/src/linux- directory, where
corresponds to the currently running kernel version.
3. Run "make cloneconfig" as root to configure the sources for the
currently running kernel.
4. Run "make modules_prepare" as root to prepare the headers for
compilation.
5. THIS STEP IS STRICTLY OPTIONAL. Completing this step removes the
warning:
WARNING: Symbol version dump /usr/src/linux/Module.symvers is missing,
modules will have CONFIG_MODVERSIONS disabled.
Run "make modules" as root to compile all modules and generate
Module.symvers; this might take 30 minutes or more to complete.
6. Run the INSTALL script for NI-DAQmx Base."

try this steps to resolve the problem,
regards

robert h
national instruments
Message 4 of 7
(3,464 Views)
I already did this steps, In the last optional step, i get error while compiling the kernel modules.  But as it is optional, i expect that everything should work. But it is not working.

I am using gcc3.4.3, i don't know if the driver need the older gcc.

regards
Peter Tawdross
uni. Kaislerslautern
0 Kudos
Message 5 of 7
(3,463 Views)
hello,

on our system with gcc 3.3.4 it worked. could you try it with 3.3.4?

regards,

robert h
national instruments
0 Kudos
Message 6 of 7
(3,461 Views)
Hello
I used gcc3.3.4 installed the drived, it didn't work, then i did the last optioanl step with gcc3.3.4, update the driver, its works.
So it is working now. Thanks

regards
Peter Tawdross
uni- kaiserslautern
0 Kudos
Message 7 of 7
(3,458 Views)