m0_64633712 2022-11-15 21:00 采纳率: 72.2%
浏览 16
已结题

linux开机卡住了

问题遇到的现象和发生背景

linux开机卡住了,怎么办?

用代码块功能插入代码,请勿粘贴截图

img

  • 写回答

2条回答 默认 最新

  • bluetata 云计算领域优质创作者 2022-11-16 10:50
    关注

    你这个错误:piix4_smbus 0000:00:007.3: Host SMBus controller not enabled


    “The PIIX4 (properly known as the 82371AB) is an Intel chip with a lot of functionality. Among other things, it implements the PCI bus. One of its minor functions is implementing a System Management Bus. This is a true SMBus - you can not access it on I2C levels. The good news is that it natively understands SMBus commands and you do not have to worry about timing problems. The bad news is that non-SMBus devices connected to it can confuse it…”

    从内核的说明文档来看,这个 piix4 实际上是 Intel 82371AB 南桥芯片,多功能总线控制器,而在 VMware 里面并没有这个真实的芯片组,但在启动时最会尝试载入这个驱动模块,所以会报错,解决办法:

    vi /etc/modprobe.d/blacklist.conf
    #加入以下两行
    #intel piix4 driver
    blacklist i2c_piix4
    

    如果是ubuntu可以参考下面的链接:
    https://en.ba-na-na.net/how-to-fix-smbus-host-controller-not-enable-in-vmware/

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论 编辑记录
查看更多回答(1条)

报告相同问题?

问题事件

  • 系统已结题 11月24日
  • 已采纳回答 11月16日
  • 创建了问题 11月15日

悬赏问题

  • ¥15 微信小程序协议怎么写
  • ¥15 c语言怎么用printf(“\b \b”)与getch()实现黑框里写入与删除?
  • ¥20 怎么用dlib库的算法识别小麦病虫害
  • ¥15 华为ensp模拟器中S5700交换机在配置过程中老是反复重启
  • ¥15 java写代码遇到问题,求帮助
  • ¥15 uniapp uview http 如何实现统一的请求异常信息提示?
  • ¥15 有了解d3和topogram.js库的吗?有偿请教
  • ¥100 任意维数的K均值聚类
  • ¥15 stamps做sbas-insar,时序沉降图怎么画
  • ¥15 买了个传感器,根据商家发的代码和步骤使用但是代码报错了不会改,有没有人可以看看