【ubuntu】VMware启动ubuntu时出现:SMBus Host Controller not enabled

前端之家收集整理的这篇文章主要介绍了【ubuntu】VMware启动ubuntu时出现:SMBus Host Controller not enabled前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

VMware启动ubuntu时出现:SMBus Host Controller not enabled

但是能正常启动ubuntu;查找这个问题后,发现下面修改方式可以解决

1.编辑文件:sudo gedit /etc/modprobe.d/blacklist.conf
2.通过下面指令操作,在配置文件的末行插入:blacklist i2c_piix4
3.重启:reboot这样问题就解决

原文链接:https://www.f2er.com/ubuntu/350098.html

猜你在找的Ubuntu相关文章