From: Sridhar A. <sa...@es...> - 2002-03-28 00:07:37
|
All, (frank!), I have successfully compiled the latest linux-gpib sources (from the CVS tree). I am running a 2.4.2 kernel. I have an INES pcmcia card and a Tektronix TDS-310 scope (configured as address = 1). cardmgr version 3.1.22 When I run ``ibtest'' in the examples directory here is what I get: [root@erebus linux-gpib]# ./examples/ibtest enter primary address for device [0-30]: 1 trying to open pad = 1 on /dev/gpib0 ... ibBoardFunc :[Wed Mar 27 23:49:58 2002](-)< ERR> EDVR <OS Error> -- errno=19 (No such device) failed to bring device online failed to get descriptor (I ran as root so that there should be no permission problems on /dev/gpib). Here is the result of lsmod: [root@erebus linux-gpib]# lsmod Module Size Used by ines-gpib 2928 0 (unused) nec7210 11296 0 [ines-gpib] gpib-common 17312 0 [ines-gpib] autofs 11264 1 (autoclean) ds 7280 2 yenta_socket 11440 2 pcmcia_core 43072 0 [ds yenta_socket] ipchains 38976 0 (unused) usb-uhci 20720 0 (unused) usbcore 49664 1 [usb-uhci] and the output of /var/log/messages: [root@erebus linux-gpib]# tail /var/log/messages Mar 27 17:50:24 erebus kernel: gpib: no gpib board configured on /dev/gpib0 Mar 27 17:50:32 erebus kernel: gpib: no gpib board configured on /dev/gpib0 Mar 27 17:56:05 erebus cardmgr[550]: initializing socket 0 Mar 27 17:56:05 erebus cardmgr[550]: unsupported card in socket 0 Mar 27 17:56:06 erebus cardmgr[550]: product info: "ines, inc.", "IEEE488.2 PCMCIA", "Rev 1.1", "Compat: NEC 7210" Mar 27 17:56:06 erebus cardmgr[550]: manfid: 0x01b4, 0x4730 Mar 27 17:56:35 erebus su(pam_unix)[1420]: session opened for user root by sak(uid=9001) Mar 27 18:00:18 erebus kernel: gpib: no gpib board configured on /dev/gpib0 Mar 27 18:48:26 erebus last message repeated 5 times Mar 27 18:49:58 erebus kernel: gpib: no gpib board configured on /dev/gpib0 Any suggestions appreciated! Thanks, Sridhar. |