| Anonymous | Login | Signup for a new account | 11-10-2008 10:45 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0000272 | [BusyBox] Kernel Module Support | minor | always | 05-25-05 02:57 | 06-11-06 10:20 | ||||
| Reporter | phikiert | View Status | public | ||||||
| Assigned To | BusyBox | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | 1.00 | ||||||
| Summary | 0000272: modprobe does not process parameters | ||||||||
| Description |
when busybox is configured to support kernel 2.4 modules only - the modprobe utility does not pass module parameters to insmod try: insmod some_module nonexisting_parameter=1 - it will return error modprobe some_modle nonexisting_parameter=1 - will proceed |
||||||||
| Additional Information |
file: modutils/modprobe.c function: static int mod_insert ( char *mod, int argc, char **argv ) whole parameter processing sections is #if defined(CONFIG_FEATURE_2_6_MODULES) workaround: enable kernel 2.6 modules support |
||||||||
| Attached Files | |||||||||
|
|
|||||||||
Notes |
|
|
(0000754) integrator 12-08-05 13:45 |
It is no longer the case with trunk which holds the future 1.1. |
|
(0000796) landley 12-18-05 11:55 |
svn 12922 |
|
(0001409) bernhardf 06-11-06 10:12 |
fixed->closed |
| Copyright © 2000 - 2006 Mantis Group |