Re: Daqboard2000 problems

On Tue, Jun 22, 2004 at 05:57:35PM +0200, ozzy wrote:
> Hello ...
> 
> Ich have some problems to start the daqboard2000 on Kernel 2.4.
> 
> I have compiled the latest comedi driver well ( comedi-0.7.68 ).
> Then I installed the driver with:
> 
> >modprobe daqboard2000
> 
> Then I tried out comedi_config:
> 
> >comedi_config /dev/comedi0 daqboard2000
> 
> lsmod tell me that everything is ok.
> 
> And get an error:
> 
> Configure failed!: Input/output error
> 	Check kernel log for more information
> 	Possible reasons for failure:
> 	Driver not found
> 
> In the kernel messages I found:
> 
> modprobe: modprobe: Can't locate module char-major-98-0
> kernel: comedi0: daqboard2000: ids2no FPGA initialization code, aborting
> kernel: comedi0: daqboard2000: remove
> 
> I read in the newsgroup to use a FPGA file, so I tried it out:
> 
> >comedi_config -i daqboard2000_fpga.h /dev/comedi0 daqboard2000
                    ^^^^^^^^^^^^^^^^^^^

This is what is wrong.  You have to replace dagboard2000_fpga.h with the
binary code which is contained within that *.h file.  Write a proglette,
#include "daqboard2000_fpga.h" --- dump it to a file and use

comedi_config -i <file> /dev/comdi0 daqboard2000

Received on 2004-06-23Z22:32:36