Re: Driver not found for ni_mio_cs

>>Hi,
>>we are new to comedi and trying to install National Instruments Daqcard 
>>6036E with comedi on a Debian laptop, kernel 2.4.22.
>>Inserting the modules comedi, comedi_fc and ni_mio_cs works (with 
>>warnings), but running comedi-config generates the following error messages:
>>    
>>
>
>
>comedi_config is not used directly with PCMCIA cards.  You need to
>install the PCMCIA scripts in Comedilib, and the driver will be
>loaded and unloaded correctly on insertion/removal.
>
>  
>
Maybe I miss something. The scripts are installed: 
/etc/pcmcia/comedi.opts is empty (BTW: is that normal?), and I added the 
lines

card "National Instruments DAQCard-6036E"
  manfid 0x10b, 0x0245
  bind "ni_mio_cs"

in /etc/comedi.conf, since I couldn't find any line corresponding to our 
Daqcard 6036E. The base address 0x0245 is given by NI, but I'm not sure 
about the card identification string. Is there any way of checking that?

The problem now: doing "/etc/init.d/pcmcia start" doesnot insert any 
modules and produces the following messages in the kern.log:

Oct 23 10:46:04 amouse kernel: cs: memory probe 0xa0000000-0xa0ffffff: 
clean.
Oct 23 10:46:04 amouse kernel: sram_mtd: common at 0x3c00, 56 mb, 150 ns
Oct 23 10:46:04 amouse kernel: memory_cs: mem0: common 56 mb

as if no appropriate driver could be found for our card...

Thanks a lot for any help!

Received on 2003-10-23Z07:49:42