How can I get the linux module to load another module?

I have a task to program one module to store some data and another module to control first, to load / unload it from code.

I and the core programming are ignorant, but I tried very hard to find a way to do this. Is there any function for this?

Thank you in advance

+3
source share
2 answers

Use request_module to load the module

+4
source

, . request_module, .

+1

Source: https://habr.com/ru/post/1763333/


All Articles