Re: comedi_config in /etc/modules.conf for Debian "Etch"

You need to load the kernel module at boot time or manually.
Put 
modprobe ni_pcimio
in /etc/rc.d/rc.local
or run it directly from a terminal
You should see the loaded module with the command lsmod

On Wed, 2006-11-29 at 07:15 -0700, Apodaca, Bob wrote:
> When using Debian "Sarge" I was able to set-up /etc/modules.conf to 
> automatically run comedi_config by creating a file in 
> /etc/modutils/comedi with the following:
> 
> alias char-major-98 comedi
> alias char-major-98-0 ni_pcimio
> post-install ni_pcimio /usr/sbin/comedi_config /dev/comedi0 ni_pcimio
> 
> However, this does not work (after running update-modules and 
> rebooting).  I have changed the last line to the following:
> 
> post-install ni_pcimio /usr/bin/touch /var/tmp/asdf
> 
> and the file /var/tmp/asdf is not created suggesting that this is not 
> executing at all.  What am I missing?
> 
> _______________________________________________
> comedi mailing list
> comedi_at_comedi.org
> https://cvs.comedi.org/cgi-bin/mailman/listinfo/comedi

Received on 2006-11-29Z15:58:13