- From: David Schleef <ds_at_schleef.org>
- Date: Fri, 14 Feb 2003 11:51:28 -0800
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-14Z19:51:28