hi.
i load modules with this command : " sudo make ARCH=arm INSTALL_MOD_PATH=/home/azadi/rootfs-cl-som/ modules_install "
but when i use lsmod command show nothings.
by the way when i used modinfo command for example for wlcore module or cfg80211 module report information about this modules.
for example address of this module . for wlcore module firs of all report address of this module : " /lib/modules/4.4.0-cl-som-am57x-3.0-dirty/kernel/drivers/net/wireless/ti/wlcore/wlcore.ko"
now i use lsmod command but did not show any things.
also i use insmod command for insert modules but did not work and error occur :
root@cl-som-am57x: cd /lib/modules/4.4.0-cl-som-am57x-3.0-dirty/kernel/drivers/net/wireless/ti/wlcore
root@cl-som-am57x:# /lib/modules/4.4.0-cl-som-am57x-3.0-dirty/kernel/drivers/net/wireless/ti/wlcore :# insmod wlcore
insmod: ERROR: could not load module wlcore: No such file or directory
please help me.