首页 > 其他 > 详细

Unload a kernel module in use

时间:2017-02-17 21:28:51      阅读:111      评论:0      收藏:0      [点我收藏+]

 

lsmod will tell you who is using the module. Remove the user module first.

 

First, find out, which other modules use the module sdhci:

lsmod | grep sdhci

You will get a list like this:

module size used_by

and then try unloading these modules (used_by) before or together with the module you want to unload.

Unload a kernel module in use

原文:http://www.cnblogs.com/tiffer/p/6411446.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!