module /home/tc/somedir/8723de.ko not found in modules.dep
Seems that the modules.dep contains all of the modules available on the filesystem, i tried adding to bootlocal.sh
echo /home/tc/rtl8723de/8723de.ko >> /lib/modules/4.14.10-tinycore/modules.dep
before the modprobe line, but after rebooting the lsmod still doesn't show the module as loaded, however the line is in fact added to modules.dep, and of course the command modprobe also shows the same result as above