Re: DAQCard-1200 status

Frank Mori Hess wrote:

>-----BEGIN PGP SIGNED MESSAGE-----
>Hash: SHA1
>
>On Thursday 14 November 2002 03:32 pm, Fredik Lingvall wrote:
>  
>
>>If I use the cardinfo utility I can only see my ethernet card not
>>the NI daqcard-1200. Does anyone know what is wrong?
>>
>>    
>>
>
>Did you install the etc/pcmcia config files?  You can install them by hand as 
>there are only 3 of them, or I think a 'make install_distro' in comedilib 
>will install them.  I suspect they may need some slight modification to work 
>with the ni_labpc driver, I'd like to know if there are any problems.
>
>- -- 
>Frank
>
Thank you very much! It was the etc/pcmcia files that were missing. This 
info
should be in the INSTALL-file in comedilib ('make install' don't install 
the /etc/pcmcia
files). I did not modify any of the config files (I tested with the 
monitor program).

In summary this is what is needed to get the DAQCard-1200 driver to work:

1) Compile the kernel with PCMCIA support.

2) Install comedi : './configure', 'make', and 'make install'

3) Install comedilib : 'make' and 'make install_distro'

4) Add these lines to /etc/modules.conf :

    alias char-major-98 comedi
    alias char-major-98-0 ni_labpc
    post-install ni_labpc /usr/sbin/comedi_config /dev/comedi0 daqcard-1200

Fredrik

Received on 2002-11-14Z19:33:05