[BusyBox 0001401]: install option in modprobe.conf doesn't work
bugs at busybox.net
bugs at busybox.net
Thu Jun 21 18:54:31 PDT 2007
The following issue has been SUBMITTED.
======================================================================
http://busybox.net/bugs/view.php?id=1401
======================================================================
Reported By: quitte
Assigned To: BusyBox
======================================================================
Project: BusyBox
Issue ID: 1401
Category: Kernel Module Support
Reproducibility: always
Severity: feature
Priority: normal
Status: assigned
======================================================================
Date Submitted: 06-21-2007 18:54 PDT
Last Modified: 06-21-2007 18:54 PDT
======================================================================
Summary: install option in modprobe.conf doesn't work
Description:
The install and remove options in modprobe.conf do not work at all. The
--ignore-install option is missing,too.
from the modprobe.conf manpage:
install modulename command...
This is the most powerful primitive in modprobe.conf:
it tells modprobe to run your command
instead of inserting the module in the kernel as normal.
The command can be any shell com&http://busybox.net/bugs/view.php?id=8208;
mand: this allows you to do any kind of complex
processing you might wish. For example, if
the module "fred" worked better with the module "barney"
already installed (but it didn’t
depend on it, so modprobe won’t automatically load it),
you could say "install fred /sbin/mod&http://busybox.net/bugs/view.php?id=8208;
probe barney; /sbin/modprobe --ignore-install fred",
which would do what you wanted. Note the
--ignore-install, which stops the second modprobe from
re-running the same install command.
See also remove below.
You can also use install to make up modules which
don’t otherwise exist. For example:
"install probe-ethernet /sbin/modprobe e100 ||
/sbin/modprobe eepro100", which will try first
the e100 driver, then the eepro100 driver, when you do
"modprobe probe-ethernet".
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
06-21-07 18:54 quitte New Issue
06-21-07 18:54 quitte Status new => assigned
06-21-07 18:54 quitte Assigned To => BusyBox
======================================================================
More information about the busybox-cvs
mailing list