Re: modprobe.conf is ignored

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

 



El Sábado, 18 de Noviembre de 2006 14:09, Joachim Selke escribió:
> 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?


Quoteing a web
# First we need to add three lines to the file /etc/modprobe.conf

   1. alias eth1 ipw3945
   2. install ipw3945 /sbin/modprobe --ignore-install ipw3945 ; sleep 
0.5 ; /sbin/ipw3945d --quiet
   3. remove ipw3945 /sbin/ipw3945d --kill ; /sbin/modprobe -r --ignore-remove 
ipw3945

The first line assumes that we will have the wireless interface as eth1.
# Next we need to add a line to the file /etc/rc.local

/sbin/ipw3945d --quiet

Hope this helps
-- 
Manuel Arostegui Ramirez.

Electronic Mail is not secure, may not be read every day, and should not
be used for urgent or sensitive issues.


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

  Powered by Linux