知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

解决Ubuntu的问题:"SMBus base address uninitialized -...

发布时间:2014-09-05 16:46:36作者:知识屋

 

VirtualBox piix4_smbus Error

 

 

VirtualBox 3.2.10 gives me the following error message when booting Ubuntu 10.10: -

 

piix4_smbus 0000.00.07.0: SMBus base address uninitialized - upgrade bios or use force_addr=0xaddrThis 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_piix42. If so, blacklist it in /etc/modprobe.d/blacklist.conf, by adding the following to the end of the file :-

 

blacklist i2c_piix43. Update the initramfs

 

update-initramfs -u -k allThe prompt will return something like

update-initramfs: Generating /boot/initrd.img-2.6.35-22-server

 

摘自 AlphaJay的博客

(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜