一个模块的 insmod 和 rmmod 是否可以从另一个模块的驱动程序触发?

发布于 2025-01-03 23:01:59 字数 83 浏览 1 评论 0原文

我们正在尝试让一个模块的 insmod 和 rmmod 在一定条件下从另一个模块的 ioctl 工作;这可能吗?如果没有,有什么办法可以达到同样的效果。

We are trying to get insmod and rmmod of one module to work from another module's ioctl on a condition ; Is this possible ? If not, is there any way to achieve the same.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

习ぎ惯性依靠 2025-01-10 23:01:59

查看modprobe的手册页,它允许您智能地向内核添加和删除模块,并且可以进行配置。

Look at the manual page for modprobe it allows you to intelligently add and remove modules to the kernel, and can be configured.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文