From: Graeme W. <g.w...@ir...> - 2002-06-27 04:37:53
|
Hello I successfully biult and installed the modules for this card using : modprobe cec-gpib.o This loads cec-gpib,nec7210 & gpib-common /etc/gpib.conf is as follows: /* This is how you might set up a pcIIa board on /dev/gpib0, uncomment to use. */ interface { minor = 0 board_type = pcII pad = 0 sad = 0 timeout = 3s eos = 0x0a set-reos yes set-bin no base = 0x2B8 irq = 7 dma = 3 master yes } /* Now the device sections define the device characteristics for each device. * These are only used if you want to open the device using ibfind() (instead * of ibdev() ) */ device { name = voltmeter /* device mnemonic */ minor = 0 /* minor number for interface board this device is connected to */ pad = 10 /* The Primary Address */ sad = 0 /* Secondary Address */ /* init-string = D2HELLO */ /* send some init chars */ init-flags = LLO,DCL /* set flags */ eos=0xa /* EOS Byte */ set-reos no /* Terminate read if EOS */ set-bin no /* Compare EOS 8-bit */ } device { name = scope minor = 0 pad=8 sad=0 } ibtest program responds with: ibBoardFunc :[xxxxxxxx] (-)< ERR> EDVR <OS ERROR> -- errrno=19 (no such device) failed to get descriptor Any ideas Thanks Graeme Woollett |