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

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?

Received on 2006-11-29Z14:15:15