Re: modprobe.conf is ignored

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux