首页 > 其他 > 详细

VirtualBox piix4_smbus Error

时间:2016-11-17 01:58:23      阅读:253      评论:0      收藏:0      [点我收藏+]

VirtualBox piix4_smbus Error

 
VirtualBox 3.2.10 gives me the following error message when booting Ubuntu 16.04:-
piix4_smbus 0000.00.07.0: SMBus base address uninitialized - upgrade bios or use force_addr=0xaddr

 

This error is caused by VM having no smbus but Ubuntu always trying to load the module. It doesn‘t affect anything but is a bit annoying - to fix...

1. CHECK MODULE IS BEING LOADED

lsmod | grep i2c_piix4

2. IF SO, BLACKLIST IT IN /ETC/MODPROBE.D/BLACKLIST.CONF, BY ADDING THE FOLLOWING TO THE END OF THE FILE:-

blacklist i2c_piix4

3. UPDATE THE INITRAMFS

update-initramfs -u -k all

VirtualBox piix4_smbus Error

原文:http://www.cnblogs.com/hnuhui/p/6072167.html

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