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.

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux