rmmod: ERROR: Module xxxx is in use by:yyyyy

  • rmmod: ERROR: Module A is in use by:B
    • 参考
    • 方法

rmmod: ERROR: Module A is in use by:B

参考

https://askubuntu.com/questions/521222/how-to-unload-a-kernel-module-which-is-in-use

方法

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

lsmod | grep A
You will get a list like this:

module size used_by(B)
Try unloading these modules (used_by) before or together with the module you want to unload:

sudo modprobe -r <module found from lsmod(B)> <module you want to remove(A)>
If you want to prevent the module from loading on the next boot, add it to the blacklist:

echo -e "sdhci\n" | sudo tee -a /etc/modprobe.d/blacklist.conf

infiniband rmmod: ERROR: Module xxxx is in use by:yyyyy相关推荐

  1. 深度强化学习加载Atari游戏运行库:Could not find module “XXXX\lib\site-packages\atari_py\ale_interface\ale_c.dll“

    深度强化学习加载Atari游戏运行库:Could not find module "XXXX\lib\site-packages\atari_py\ale_interface\ale_c.d ...

  2. Error: Module “xxx“ does not exist in container. / antd pro v5启用qiankun报错 / 同时使用mfsu和qiankun报错

    一.问题描述 我们用antd pro v5搭建前端项目,启用qiankun微前端模式,终端报错如下: Uncaught (in promise) Error: Module "xxx&quo ...

  3. java提示程序包不存在,解决:Error:java xxxx 程序包不存在

    java程序包不存在,解决:Error:java xxxx 程序包不存在 今天早上,一跑项目报错了.. java程序包不存在.我是小白啊,之前没有遇到过这种问题就赶紧查了查.终于解决了. 其实我遇到的 ...

  4. 报错:Error: module property was removed from Dependency

    报错:Error: module property was removed from Dependency_雪落满地香的博客-CSDN博客 根据对比,现在的webpack是5.27.0,之前可以正常运 ...

  5. Error:Module ‘javase‘ production: java.lang.ClassCastException:

    @[Error:Module 'javase' production: java.lang.ClassCastException: ](这里写自Error:Module 'javase' produc ...

  6. Error:Module “./antd/es/badge/style“ does not exist in container. while loading “./antd/es/badge/sty

    react项目中引入了ant design,npm start时报错:Error:Module "./antd/es/badge/style" does not exist in ...

  7. Warning: Class ‘com.xxx.xxx‘ not found in module ‘xxxx‘

    Warning: Class 'com.xxx.xxx' not found in module 'xxxx' 解决:在Run/Debug Configurations中Main class路径下报红 ...

  8. python脚本AttributeError: module 'xxxx' has no attribute 'xxxxx'错误解决办法

    最近写脚本发现了这样的一个错误,脚本.环境什么的完全正确,但执行的时候却报错:AttributeError: module 'xxxx' has no attribute 'xxxxx',查阅了一些相 ...

  9. 如何解决VC2019中:error C3861: “xxxx”: 找不到标识符

    如何解决VC2019中:error C3861: "xxxx"找不到标识符问题 问题原因: 因为C程序中代码是顺序编译的,不管是常量.变量,还是函数,都是先定义后使用的,不能先定义 ...

最新文章

  1. 简单的活又谈何容易呢
  2. 博客作业2---线性表
  3. c语言深度剖析第三版pdf_入门到入坟,蕴含全网最强知识点3283页笔记、pdf教程,活到老,学到老...
  4. Dubbo SPI的基础Cooma微容器
  5. 计算机专业祝福新年快乐,用计算机语言祝福大家新年快乐!
  6. CTF中PHP反序列化和命令注入的一次简单利用
  7. Gephi初识之简单绘图学习
  8. 无线电发射器 Android,简单无线电app
  9. Linux下好用的类似QQ截图工具
  10. wps怎么图片透明,在WPS中如何设置图片的透明度?-wps excle 图片透明度
  11. python获取本机IP地址
  12. rtx服务器限制文件传输,rtx 服务器 文件传输 配置
  13. STM32CubeMX学习笔记(25)——FatFs文件系统使用(操作SPI Flash)
  14. ssm框架前后端数据交互完整示例
  15. 多元线性回归分析spss结果解读_多元线性回归分析理论详解及SPSS结果分析
  16. 中国联通物联网平台能力介绍
  17. 毕业生必看:获取就业信息的主要渠道(收藏起来,以免丢失)
  18. 服务器MXNET环境配置问题
  19. 世界国家 的数据库sql
  20. gammatone滤波器 matlab,Sleepwalking_新浪博客

热门文章

  1. MQTT协议之订阅及发布(使用paho-mqtt-client或mqttv3实现)
  2. linux开关机啪啪响(pop noise)的解决方案
  3. 基于NSGA-II算法的研究和改进
  4. oracle 11g下载_oracle11下载
  5. Linux之更改配置文件永久修改IP地址
  6. 向量运算 与 JavaScript
  7. transition和transform
  8. java中如何反编译class文件
  9. Artemis资源限制(17)
  10. 一个软件项目经理的心得和经验