[FS#443] Error in kmodloader order?

LEDE Bugs lede-bugs at lists.infradead.org
Fri Feb 3 04:27:19 PST 2017


The following task has a new comment added:

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

----------
I cannot reproduce the issue with malta-be target on `r3282-50efd40` where ubox was supposed to receive only additional cosmetic changes compared to what's in `r3198-74ea99b`.

The following are my config before "make defconfig"


CONFIG_TARGET_malta=y
CONFIG_TARGET_malta_be=y
CONFIG_TARGET_malta_be_Default=y
CONFIG_PACKAGE_strongswan-minimal=y


The reason that those "kmodloader: failed to find dependency xxx"  repeated multiple times was that kmodloader tried to load modules and their dependencies in an iterative way and xxx could not be found on every pass (it should if xxx.ko existed in /lib/modules/x.x.x/ at kmodloader startup time).

Please try replacing those manual insmod commands with a single "kmodloader /etc/modules.d/" to see if the issue persists.
----------

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



More information about the lede-bugs mailing list