What is the difference between fgalcore.ko and galcore.ko?
These are the command I try to execute:
root@imx6sxsabresd:/unit_tests# cd / && find . -name "galcore.ko"
./lib/modules/4.1.15-1.1.0+ga4d2a08/extra/galcore.ko
root@imx6sxsabresd:/# cd / && find . -name "*galcore.ko*"
root@imx6sxsabresd:/# insmod /lib/modules/4.1.15-1.1.0+ga4d2a08/extra/galcore.ko
galcore: module is already loaded/modules/4.1.15-1.1.0+ga4d2a08/extra/galcore.ko
insmod: ERROR: could not insert module /lib/modules/4.1.15-1.1.0+ga4d2a08/extra/galcore.ko: Invalid parameters
I get an error, but the module doesn't seem to be installed and running ...
root@imx6sxsabresd:/# lsmod
Module Size Used by
mx6s_capture 14960 0
mxc_dcic 6544 0
ov5640_camera 19961 0
Could you please help me to fix this error?
BR,
alvaro martinez