[BusyBox-cvs] [BusyBox 0000276]: Linux 2.6 module autoloading breaks when support for 2.4 modules is disabled
bugs at busybox.net
bugs at busybox.net
Wed Jun 22 08:59:09 UTC 2005
A NOTE has been added to this issue.
======================================================================
<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: assigned
======================================================================
Date Submitted: 06-02-2005 08:30 PDT
Last Modified: 06-22-2005 01:59 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.
======================================================================
----------------------------------------------------------------------
Larhzu - 06-22-05 01:59
----------------------------------------------------------------------
The patch in 0000278 fixes this bug. Thanks to jean2 for the patch.
Issue History
Date Modified Username Field Change
======================================================================
06-02-05 08:30 Larhzu New Issue
06-22-05 01:59 Larhzu Note Added: 0000254
======================================================================
More information about the busybox-cvs
mailing list