[FS#443] Error in kmodloader order?

LEDE Bugs lede-bugs at lists.infradead.org
Fri Feb 3 22:22:17 PST 2017


The following task has a new comment added:

FS#443 - Error in kmodloader order?
User who did this - yousong (yousong)

----------
Order is not an issue with kmodloader as it will try to load each modules' dependencies and then the module itself in an iterative way until the end of a final pass where no module was loaded.

Maybe output of "modinfo xfrm_alog" can help.  They share the same binary and "modinfo" should also fail if "kmodloader" does not work.

LD_LIBRARY_PATH is another thing to check.  It will affect kernel module search path.

kmodloader is part of the ubox package.  You can consider adding a few printf statement to the code and compile, scp the built binary to the board and see how it works


----------

More information can be found at the following URL:
https://bugs.lede-project.org/index.php?do=details&task_id=443#comment1591



More information about the lede-bugs mailing list