[Bug 15670] modprobe applet doesn't work properly

bugzilla at busybox.net bugzilla at busybox.net
Mon Nov 27 14:49:14 UTC 2023


https://bugs.busybox.net/show_bug.cgi?id=15670

Ivan Castell <icastell at circontrol.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #1 from Ivan Castell <icastell at circontrol.com> ---
The problem was related with a built-int kernel module with exactly the same
name as external kernel module "lcd.ko". As internal built-in kernel module was
already loaded, the external kernel module with exactly the same name was not
loaded again.

We could fix this just renaming the kernel module lcd.ko to lcd-2.ko and
executing depmod -a. After that, modprobe applet worked as expected.

So, this ticket can be closed as fixed. The problem is not related with
busybox. In fact, busybox was working fine and doing the expected.

Thank you so much for your work with this fantastic tool!

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list