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

Sorry, I forgot to mention that the ni_pcimio and comedi module are 
loaded when the system boots, the problem is that the comedi_config 
command never executes.  I believe all the dependent modules are loaded 
as well (8255, etc).

I added the comedi_config to /etc/rc.local and that works, however I 
still don't understand why the behavior is different between Sarge and Etch.

Emmanuel Mayssat wrote:
> 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-29Z16:12:59