02-14-2008 02:05 PM
02-15-2008 05:03 PM
Hi pclary
The particular error you are seeing means that the device loader is not running. Have a look at the following thread. It has information about starting the loader.
http://forums.ni.com/ni/board/message?board.id=250&message.id=31650&requireLogin=False
Also note that not all distributions of Linux. Please see the following link.
If you are still having problems, let me know what Linux distribution you are using, and I may be able to provide more help.
Thanks
Chris_K
02-18-2008 03:28 PM - edited 02-18-2008 03:28 PM
02-20-2008 12:06 AM
It looks like the devices are not being recognized by your system.
The nidevldu is a library, and not a service so we can't check if it is running, however there are a few other things we can try.
From the terminal run ps -a, you should see the following services:
nimxs
nipalps
nipalsm
nisvcloc
The nipalsm will be running some of the functions from nidevldu.
Also running nilsdev -v -diag will show us the verbose version of nilsdev which might also be helpful.
Hope this helps
Chris_K