码迷,mamicode.com
首页 > 其他好文 > 详细

VirtualBox piix4_smbus Error

时间:2014-06-02 16:44:03      阅读:234      评论:0      收藏:0      [点我收藏+]

标签:des   c   style   class   blog   a   

VirtualBox 3.2.10 gives me the following error message when booting Ubuntu 10.10:-iix4_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,布布扣,bubuko.com

VirtualBox piix4_smbus Error

标签:des   c   style   class   blog   a   

原文地址:http://www.cnblogs.com/openlog/p/3762852.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!