I found this ~/.config/modules-load.d folder. Can i start a module this way?
Edit:
I made a file called nct6775.config with modulename in it and put it in that folder, but after a reboot nothing. Not even a mentioning in the logs if it could start/find it or not.
Also when i search for the module i can't seem to find it. So i have no clue of the config file did nothing, or it is because of a missing module?
It should be in: /usr/lib/kernel-overlays/base/lib/modules/5.10.76/kernel/drivers/hwmon i guess
If that's the equivalent for linux /lib/modules/5.13.0-25-generic/kernel/drivers/hwmon
Can i copy the nct6775.ko file to that directory and if so how, because it is read only?
Edit2:
I found /storage/.cache/kernel-overlays so i made the same directory structure and placed the module in there, but that gave me also zero result.
(~/.cache/kernel-overlays/base/lib/modules/5.10.76/kernel/drivers/hwmon/nct6775.ko)
When i enter modprobe nct6775 on the prompt it says modprobe: FATAL: Module nct6775 not found in directory /lib/modules/5.10.76
If i copy it to that folder or any of the sub folders it still nags that it can't find it...