首页 > 代码库 > VirtualBox piix4_smbus Error
VirtualBox piix4_smbus Error
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...
<iframe style="left: 0px; top: 0px; position: absolute;" id="aswift_0" onl oad="var i=this.id,s=window.google_iframe_oncopy,H=s&&s.handlers,h=H&&H[i],w=this.contentWindow,d;try{d=w.document}catch(e){}if(h&&d&&(!d.body||!d.body.firstChild)){if(h.call){setTimeout(h,0)}else if(h.match){try{h=s.upd(h,i)}catch(e){}w.location.replace(h)}}" vspace="0" height="280" marginHeight="0" src="" frameBorder="0" width="336" allowTransparency="true" name="aswift_0" marginWidth="0" scrolling="no" hspace="0"></iframe>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
来源: <http://fintastical.blogspot.com/2010/11/virtualbox-piix4smbus-error.html>
来自为知笔记(Wiz)
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。