Re: How to configure : ni-pcidio32hs and pci-6534 together

Thanks David.

I did as you suggested without attaching PCI bus and slot number.
After that, 'comedi_get_driver_name()'  outputs 'pci-dio32hs' for 
'dev/comedi0' and 'pci-6534' for 'dev/comedi1'. So it looks like both 
driver are recognized. But if I run /demo/cmd, program hangs for 
''dev/comedi1" but works fine for "dev/comedi0".  So program doesn't work 
with 'pci-6534'. Any  idea ?

Thanks,

Hee

At 11:51 AM 2/14/2003 -0800, you wrote:
>On Fri, Feb 14, 2003 at 10:47:20AM -0500, Hee Jung wrote:
> > Hello all:
> >
> > I used to have only 'ni_pcidio32hs' and configured driver using
> > comedi_config as follows.
> > /usr/sbin/comedi_config /dev/comedi0 ni_pcidio
> > Then I'll see the board name (pci-dio-32hs) if I run /demo/info. I now 
> have
> > pci-6534 along with pci-dio32hs in my computer and want to configure both
> > board. How I can do that? They are both using 'ni_pcidio.c'. Should I do
> > something like
> > /usr/sbin/comedi_config /dev/comedi0 ni_pcidio ?? (for pci-dio-32hs)
> > /usr/sbin/comedi_config /dev/comedi1 ni_pcidio ??  (for pci-6534)
>
>Just run:
>
>   /usr/sbin/comedi_config /dev/comedi0 ni_pcidio
>   /usr/sbin/comedi_config /dev/comedi1 ni_pcidio
>
>They are both automatically identified.  If you are concerned about
>the order, you can append the PCI bus and slot number.  This is all
>covered in the man page of comedi_config.
>
>
>
>dave...

Received on 2003-02-14Z21:17:50