mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
- attempting to modprobe a module that is already loaded yields "Failed to load module", whereas modutils quietly ignores such a request. - if a module genuinely can't be loaded due to missing symbols or similar problems, modprobe doesn't produce any useful diagnostics because the output from insmod has been redirected to /dev/null. Here's a patch to address these issue Patch by Philip Blundell |
||
|---|---|---|
| .. | ||
| Config.in | ||
| insmod.c | ||
| lsmod.c | ||
| Makefile | ||
| Makefile.in | ||
| modprobe.c | ||
| rmmod.c | ||