Jon Sjöstedt Posted December 3, 2009 Report Share Posted December 3, 2009 Hello all! I have just installed lv2009 on SLED 10 SP2. Pure lv works fine, but "VISA find" on GPIB0 (which mapps to an internal GPIB-PCI bridge) crashes lv and returns something like "gpibprtk" module missing. The same happens if I try to run "interactive" from gpibexplorer. I can not find anything in the local file tree that seems to be a loadable module named gpibprtk. Any ideas or suggestions on this appreciated! Quote Link to comment
Adam Kemp Posted December 3, 2009 Report Share Posted December 3, 2009 If I remember right this usually means that the PAL drivers are not loaded. Try running updateNIDrivers (or restart your machine). Quote Link to comment
Jon Sjöstedt Posted December 4, 2009 Author Report Share Posted December 4, 2009 The NIKAL NIPAL are both loaded (seen using lsmod) and LV itself works fine. I have tried updateNIDrivers and installing the drivers supplied with the GPIB-PCI bridge without success. Quote Link to comment
Adam Kemp Posted December 4, 2009 Report Share Posted December 4, 2009 The NIKAL NIPAL are both loaded (seen using lsmod) and LV itself works fine. I have tried updateNIDrivers and installing the drivers supplied with the GPIB-PCI bridge without success. Could you post the exact error message printed when LabVIEW crashes? Quote Link to comment
Jon Sjöstedt Posted December 7, 2009 Author Report Share Posted December 7, 2009 Hello! Here is some possibly useful data: Loaded modules lsmod | grep -i ninipalk 1843664 2nikal 91592 3 nipalkusbcore 150312 5 nikal,usbhid,uhci_hcd,ehci_hcd Labview crashes when executing "VISA Find Resource" linux-rrel:~ # /usr/local/natinst/LabVIEW-2009/labview &[1] 5787linux-rrel:~ # FATAL: Module gpibprtk not found.[1]+ Aborted /usr/local/natinst/LabVIEW-2009/labviewlinux-rrel:~ # Interactive GPIB tool crashes the same way (on startup): linux-rrel:~ # /usr/local/natinst/ni4882/bin/gpibintctrlFATAL: Module gpibprtk not found.Abortedlinux-rrel:~ # I have attached the simple code that crashes LabVIEW. It is saved in lv2009 format Hope this helps. And thanks so far VISA_Find.vi Quote Link to comment
Adam Kemp Posted December 7, 2009 Report Share Posted December 7, 2009 It looks like someone had a similar problem before and was able to get it to working. See if this link helps you figure it out. I think in the end they did an uninstall of all the drivers and reinstalled them because some old NI drivers were causing some kind of conflict. Maybe you should try that. By the way, that site (the NI Linux community website) is the best place to post these issues because a lot of people post there with NI driver issues and help each other figure it out, even on unsupported Linux distributions. Quote Link to comment
Jon Sjöstedt Posted December 8, 2009 Author Report Share Posted December 8, 2009 Thanks for all help! I will try the NI-forum Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.