Running comedi_calibrate at bootup...

Hey all,

I have the following script that configures and calibrates my device and 
comedi at system bootup. My problem is that it takes several minutes (3-4) 
to complete comedi_calibrate. How can I speed this process up as 3 to 4 
minutes is unacceptable in my operating environment.

<begin script>
#!/bin/sh
echo "Calibrating sytem..."
/usr/local/sbin/comedi_config /dev/comedi0 cb_pcidas64 0,6
/usr/local/bin/comedi_calibrate --calibrate -f /dev/comedi0
<end script>

Thanks,

Eric.

Received on 2005-05-11Z17:07:13