modprobe.conf is ignored

Joachim Selke lists at joachim-selke.de
Sat Nov 18 13:09:16 UTC 2006


Christopher K. Johnson wrote:
> It is probably failing to execute the sleep and never getting to the daemon.
> 
> Use fully qualified paths for executables:
> 
> install ipw3945 /sbin/modprobe --ignore-install ipw3945; \
>     /bin/sleep 0.5; /usr/local/sbin/ipw3945d --timeout=-1 --quiet
> 
> install ipw3945 /sbin/modprobe --ignore-install ipw3945; \
>     /bin/touch /test

Thanks for your comment.

But unfortunately that does not help. I tried

install ipw3945 /sbin/modprobe --ignore-install ipw3945; \
     /bin/touch /test

but the file is still not there after booting ...

Do you have any other suggestion or do you know how I can get further
debug messages?

Joachim




More information about the users mailing list