Page 1 of 1

SMBus base address uninitialized.

Posted: 12. Aug 2009, 23:30
by jptech
I get this warning message on boot with Ubuntu 9.04 Server. It happens with both 32bit and 64bit.

Code: Select all

piix4_smbus 0000:00:07.0: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr
I can barely find any other posts where people are having this issue, so I'm hoping someone will have an idea of what it's complaining about and can help me get rid of it. My host system is Windows 7 64bit. I'm using VirtualBox 3.04 and have installed the v3.04 of the guest additions. My Windows 7 install is brand new and v3.04 was the first VirtualBox install (no upgrades).

Ryan

Re: SMBus base address uninitialized.

Posted: 26. Jan 2010, 04:37
by jordanwb
I get the same problem too. I would suggest adding "force_addr=0xaddr" to the kernel params in /boot/grub/menu.lst (for grub legacy) or in /boot/grub/grub.cfg (Grub2)

*Edit* kernel param didn't work.

Re: SMBus base address uninitialized.

Posted: 26. Jan 2010, 05:19
by Perryg
Does the guest still work?
IMHO If so I would not worry about it. VBox does not emulate your system but uses special code to achieve these things and the guest OS can complain but it still works.
I see this in my 9.10, and 10.04 on but it still works just the same.

Re: SMBus base address uninitialized.

Posted: 30. May 2010, 04:37
by backspace
I would guess that you need to supply a hexadecimal number in place of "addr" after "0x" that is why the parameter failed.

Re: SMBus base address uninitialized.

Posted: 22. Sep 2010, 15:42
by socratease
I have the exact same problem.

does anyone a fix for it?

thanks!

Re: SMBus base address uninitialized.

Posted: 22. Sep 2010, 16:28
by Perryg
It is a minor kernel notification and has no barring on the operation of the guest. No fix required.

Re: SMBus base address uninitialized.

Posted: 5. Jan 2011, 17:44
by zinthose
Do you have any technical documents that can collaborate the claim that a fix is not required?

To management, The alert message at boot is the emotional equivalent to a big red blinking light in a missile silo were the on site techs only explanation is, "thats not important".

Re: SMBus base address uninitialized.

Posted: 5. Jan 2011, 17:55
by zinthose
I found this and it worked perfectly to disable the alert:

http://finster.co.uk/2010/11/16/virtual ... bus-error/

Re: SMBus base address uninitialized.

Posted: 15. Mar 2016, 23:43
by AnrDaemon