Re: Fw: pcmcia 6062E driver not found

Luca Pizzi wrote:

>  
> ----- Original Message -----
> *From:* Luca Pizzi <mailto:lucapizzi_at_hotmail.com>
> *To:* comedi-request_at_comedi.org <mailto:comedi-request_at_comedi.org>
> *Sent:* Wednesday, March 09, 2005 4:10 PM
> *Subject:* pcmcia 6062E driver not found
>
> Hi,
> when we try to configure our NI 6062E (pcmcia) we obtain this message:
>
> root_at_triton1 <mailto:root_at_triton1>:~# arm-linux-comedi_config 
> /dev/comedi0 ni_mio_cs
> comedi: mio_cs_attach(dev=c0707000,it=c03c9ec0)
> Configure failed!: Input/output error
> Check kernel log for more information
> Possible reasons for failure:
>   Driver not found
>
> our lsmod is:
>
> root_at_triton1 <mailto:root_at_triton1>:~# lsmod
> Module                  Size  Used by
> ni_mio_cs              40200  0
> 8255                    5984  1 ni_mio_cs
> comedi_fc               3488  1 ni_mio_cs
> comedi                 30356  3 ni_mio_cs,8255,comedi_fc
> ds                     13988  3 ni_mio_cs
> pxa2xx_cs               3248  0
> pxa2xx_core            10884  1 pxa2xx_cs
> pcmcia_core            47308  3 ni_mio_cs,ds,pxa2xx_core
>
> but the card seems to be identified:
>
> root_at_triton1 <mailto:root_at_triton1>:~# cardctl status
> Socket 0:
>   3.3V 16-bit PC Card
>   function 0: [ready], [bat dead]
>
>
> root_at_triton1 <mailto:root_at_triton1>:~# cardctl info
> PRODID_1="National Instruments"
> PRODID_2="DAQCard-6062E"
> PRODID_3=""
> PRODID_4=""
> MANFID=010b,02c4
> FUNCID=255
>
> Any suggestions?
> If we try to use this card on a x86 (kernel 2.4.23) machine we have 
> the same results.
> Does anyone use a pcmcia card with a comedi driver? 
>
>
>  

I made this card to work by getting comedilib from the debian package, 
then you don't need the comedi_config part. The card gets configured 
when you insert it.

Received on 2005-03-09Z12:35:44