[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
Thu Jun 2 15:30:05 UTC 2005


The following issue has been SUBMITTED.
======================================================================
<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-02-2005 08:30 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.
======================================================================

Issue History
Date Modified  Username       Field                    Change              
======================================================================
06-02-05 08:30 Larhzu         New Issue                                    
======================================================================




More information about the busybox-cvs mailing list