Path for Kernel-modules

I have problems while inserting modules into kernel:
insmod inserts the module correct, but modprobe couldn’t find the file.

modprobe: FATAL: Module eleduino_ts not found.

Where I have to copy the *.ko file???
I tried /usr/lib/modules/, /lib/modules/4.4.3-3-osmc/kernel/drivers, /lib/modules/4.4.3-3-osmc/kernel/drivers/hid/ and /lib/modules/4.4.3-3-osmc/.
But modprobe can’t find the file.

Or do I need further configurations?

THX Patrick

Did you run sudo depmod -a?