From: Averty, B. <bru...@ed...> - 2003-10-07 09:03:02
|
Hi, got installed in april the gpiblib 3.1.92 with the National Instruments PCI-GPIB card, works great !!! (good job, total respect) I have download the 3.1.97 last week, and boom !! error : "libgpib: error locking board mutex!" I have the same error what ever I use (my own programs, ibtest, ...) any ideas ? ------------------------------------- # ibtest Do you wish to open a (d)evice or an interface (b)oard? (you probably want to open a device): d enter primary gpib address for device you wish to open [0-30]: 0 trying to open pad = 0 on /dev/gpib0 ... libgpib: error locking board mutex! libgpib: error in is_cic()! ibdev error ibsta = 0x8000 < ERR > iberr= 0 EDVR 0: OS error ibcnt = 19 Abandon system configuration : ================ ---------------------------------------- kernel 2.4.18 ---------------------------------------- > lsmod Module Size Used by Not tainted ide-cd 33236 0 (autoclean) cdrom 34144 0 (autoclean) [ide-cd] soundcore 7108 0 (autoclean) tnt4882 17584 0 (unused) nec7210 16348 0 [tnt4882] gpib_common 28448 0 [tnt4882 nec7210] autofs 13668 5 (autoclean) ne2k-pci 7296 1 8390 8668 0 [ne2k-pci] eepro100 22328 1 serial 63204 0 (autoclean) usb-uhci 27212 0 (unused) usbcore 75712 1 [usb-uhci] rtc 8568 0 (autoclean) ------------------------------------------ linux-gpib-3.1.97 > lspci 00:00.0 Host bridge: Intel Corp. 82845 845 (Brookdale) Chipset Host Bridge (rev 03) 00:01.0 PCI bridge: Intel Corp. 82845 845 (Brookdale) Chipset AGP Bridge (rev 03 ) 00:1e.0 PCI bridge: Intel Corp. 82801BA/CA/DB PCI Bridge (rev 12) 00:1f.0 ISA bridge: Intel Corp. 82801BA ISA Bridge (LPC) (rev 12) 00:1f.1 IDE interface: Intel Corp. 82801BA IDE U100 (rev 12) 00:1f.2 USB Controller: Intel Corp. 82801BA/BAM USB (Hub #1) (rev 12) 00:1f.3 SMBus: Intel Corp. 82801BA/BAM SMBus (rev 12) 00:1f.4 USB Controller: Intel Corp. 82801BA/BAM USB (Hub #2) (rev 12) 01:00.0 VGA compatible controller: nVidia Corporation NV6 [Vanta] (rev 15) 02:08.0 Ethernet controller: Intel Corp. 82801BA/BAM/CA/CAM Ethernet Controller (rev 03) 02:0d.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8029(AS) 02:0e.0 Communication controller: National Instruments PCI-GPIB (rev 01) ---------------------------------------------- |
From: Frank M. H. <fm...@us...> - 2003-10-07 14:21:21
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday 07 October 2003 04:02 am, Averty, Bruno wrote: > Hi, > > got installed in april the gpiblib 3.1.92 with the National Instruments > PCI-GPIB card, works great !!! (good job, total respect) > > I have download the 3.1.97 last week, and boom !! error : "libgpib: > error locking board mutex!" > > I have the same error what ever I use (my own programs, ibtest, ...) > > any ideas ? You're probably still using part of 3.1.92 somewhere. Make sure your=20 programs are linking against libgpib-3.1.97, delete all files installed=20 from the old library, and delete any old gpib modules from=20 /lib/modules/<kernel_version>/misc. - --=20 Frank -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE/gsuU5vihyNWuA4URAnpdAJwOVv8vkkazxnrT0gOc9sp/9gqNNACeITWg ZSu1WpFKKwAlQuWF4VMB49k=3D =3D5g27 -----END PGP SIGNATURE----- |
From: Frank M. H. <fm...@us...> - 2003-10-07 14:37:36
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday 07 October 2003 09:20 am, Frank Mori Hess wrote: > On Tuesday 07 October 2003 04:02 am, Averty, Bruno wrote: > > Hi, > > > > got installed in april the gpiblib 3.1.92 with the National > > Instruments PCI-GPIB card, works great !!! (good job, total respect) > > > > I have download the 3.1.97 last week, and boom !! error : "libgpib: > > error locking board mutex!" > > > > I have the same error what ever I use (my own programs, ibtest, ...) > > > > any ideas ? > > You're probably still using part of 3.1.92 somewhere. Make sure your > programs are linking against libgpib-3.1.97, delete all files installed > from the old library, and delete any old gpib modules from > /lib/modules/<kernel_version>/misc. Err, nevermind about that, I should improve those error messages. You=20 need to run gpib_config now after loading the kernel modules. See the=20 INSTALL file. - --=20 Frank -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE/gs9i5vihyNWuA4URAqBfAKCWHA2BljJvX24R3LQLctuxrn2UrACfYbYf J7SYpy7HLhfHOg0heZLxrXw=3D =3DMFW8 -----END PGP SIGNATURE----- |