All of lore.kernel.org
 help / color / mirror / Atom feed
From: Louis Garcia <louisg00@bellsouth.net>
To: Felipe Alfaro Solana <felipe_alfaro@linuxmail.org>
Cc: Maciej Soltysiak <solt@dns.toxicfilms.tv>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: 2.5 and modules ?
Date: 25 Mar 2003 21:04:54 -0500	[thread overview]
Message-ID: <1048644294.2449.25.camel@tiger> (raw)
In-Reply-To: <1048638632.1176.4.camel@teapot>

Do you mean this? If so what do I change it to?

if [ -f /proc/sys/kernel/modprobe ]; then
   if [ -n "$USEMODULES" ]; then
       sysctl -w kernel.modprobe="/sbin/modprobe" >/dev/null 2>&1
       sysctl -w kernel.hotplug="/sbin/hotplug" >/dev/null 2>&1
   else
       # We used to set this to NULL, but that causes 'failed to exec'
messages"
       sysctl -w kernel.modprobe="/bin/true" >/dev/null 2>&1
       sysctl -w kernel.hotplug="/bin/true" >/dev/null 2>&1
   fi
fi


By the way, Thanks for all your help.

--Lou


On Tue, 2003-03-25 at 19:30, Felipe Alfaro Solana wrote:
> On Wed, 2003-03-26 at 01:02, Louis Garcia wrote:
> > Setting hostname tiger:                              [  OK  ]
> > Initializing USB controller (usb-uhci): FATAL: Module usb_uhci
> 
> The USB UHCI module has been renamed. Now it's called uhci-hcd.ko. Make
> sure the following line is present in "/etc/modprobe.conf":
> 
> alias usb-controller uhci-hcd
> 
> >  not found.                                          [ FAILED ]
> > Mounting USB filesystem:                             [  OK  ]
> > grep: /proc/bus/usb/drivers:  No such file or directory.
> 
> No more drivers in /proc/bus/usb.
> 
> > Mounting local filesystems:  mount: fs type ntfs not supported by
> > kernel.  mount: fs type vfat not supported by kernel.
> >                                                      [ FAILED ]
> > 
> > 
> > I have built all required modules:
> 
> "cat /proc/sys/kernel/modprobe" should spit:
> 
>    /sbin/modprobe
> 
> Double check this... I found that rc.sysinit from RH8 and RH9 do
> configure this to /sbin/true, thus invalidating dynamic kernel module
> loading.
> 
> ________________________________________________________________________
>         Felipe Alfaro Solana
>    Linux Registered User #287198
> http://counter.li.org
> 


  reply	other threads:[~2003-03-26  1:53 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-25  4:03 2.5 and modules ? Louis Garcia
2003-03-25 11:19 ` Maciej Soltysiak
2003-03-26  0:02   ` Louis Garcia
2003-03-26  0:30     ` Felipe Alfaro Solana
2003-03-26  2:04       ` Louis Garcia [this message]
2003-03-30  2:39       ` Louis Garcia
2003-03-30 10:24         ` Felipe Alfaro Solana

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1048644294.2449.25.camel@tiger \
    --to=louisg00@bellsouth.net \
    --cc=felipe_alfaro@linuxmail.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=solt@dns.toxicfilms.tv \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.