Other Parts Discussed in Thread: DAC7512, PMP, TCA6416, TCA8418, LM8323, LM8333, ADS7846, TSC2004, TSC2005, TSC2007, PCF8574, DRV2665, DRV2667, LP8727, BQ24190, BQ24257, BQ24735, BQ25890, DRA752, LP3943, TPS65010, TPS65090, TPS65217, TPS65218, TPS65910, TPS65912, TWL6040, LM3533, LP3971, LP3972, TPS51632, TPS62360, TPS65023, TLV320AIC23B, TVP5150, TVP7002, THS8200, LM3560, THS7303, DA8XX, OPA362, TFP410, TPD12S015, LM3639, PCM1681, PCM1792A, TAS2552, TAS5086, TS3A227E, TPA6130A2, LM3530, LM3642, LP3944, LP5521, LP5523, LP5562, LP8501, DAC124S085, TCA6507, CDCE925, CDCE706
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.