[BusyBox 0000276]: Linux 2.6 module autoloading breaks when support for 2.4 modules is disabled
bugs at busybox.net
bugs at busybox.net
Mon Jun 26 21:00:03 UTC 2006
The following issue has been CLOSED
======================================================================
http://busybox.net/bugs/view.php?id=276
======================================================================
Reported By: Larhzu
Assigned To: BusyBox
======================================================================
Project: BusyBox
Issue ID: 276
Category: Kernel Module Support
Reproducibility: always
Severity: major
Priority: normal
Status: closed
Resolution: open
Fixed in Version:
======================================================================
Date Submitted: 06-02-2005 08:30 PDT
Last Modified: 06-26-2006 14:00 PDT
======================================================================
Summary: Linux 2.6 module autoloading breaks when support for
2.4 modules is disabled
Description:
When Linux needs a new module, the kernel calls
/sbin/modprobe -q -- foobar
which calls:
/sbin/insmod -q /lib/modules/2.6.x.y/.../foobar.ko
When BusyBox is configured to support only 2.6 kernels, insmod doesn't
support option -q but modprobe still calls insmod with -q. Because of
this, Linux 2.6 cannot automatically load any modules unless also support
for Linux 2.4 modules is compiled into BusyBox.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
has duplicate 0000836 on-demand module loading with 2.6.X and...
======================================================================
----------------------------------------------------------------------
Larhzu - 06-22-05 01:59
----------------------------------------------------------------------
The patch in 0000278 fixes this bug. Thanks to jean2 for the patch.
----------------------------------------------------------------------
integrator - 06-26-06 13:02
----------------------------------------------------------------------
"Larhzu",
Could you check that svn head fixes it for you?
I want this bug closed before 1.2.0.
----------------------------------------------------------------------
Larhzu - 06-26-06 13:48
----------------------------------------------------------------------
SVN head (revision 15515) works fine. Thank you!
----------------------------------------------------------------------
bernhardf - 06-26-06 14:00
----------------------------------------------------------------------
Closed by reference of Yann E. MORIN via
http://busybox.net/lists/busybox/2006-June/022765.html
Please let us know if you still encounter problems.
Issue History
Date Modified Username Field Change
======================================================================
06-02-05 08:30 Larhzu New Issue
06-22-05 01:59 Larhzu Note Added: 0000254
06-11-06 10:17 bernhardf Relationship added has duplicate 0000836
06-26-06 13:02 integrator Note Added: 0001451
06-26-06 13:02 integrator Issue Monitored: integrator
06-26-06 13:48 Larhzu Note Added: 0001452
06-26-06 14:00 bernhardf Status assigned => closed
06-26-06 14:00 bernhardf Note Added: 0001453
======================================================================
More information about the busybox-cvs
mailing list