"Piix4_smbus0000:00:07.3:host SMBus Controller not enabled!" appears after each boot completion of the virtual machine deployment Ubuntu10.04-server Prompt information
Online search is the result of Ubuntu loading i2c_piix4 module, processing method:
1. Find out the exact name of the loading module: lsmod | grep i²c
# Lsmod | grep i2c_piix4
I2C_PIIX4 12574 0
2, the module is included in the non-loading list. Edit file/etc/modprobe.d/blacklist.conf, add blacklist i2c_piix4 at the end (vi or VIM command, VI is the default, if you use Vim to install vim)
1) VI
# vi/etc/modprobe.d/blacklist.conf
Blacklist i2c_piix4 (typing via i,a,o cursor operation)
ZZ (Save and exit)
2) Vim
Install Vim:sudo apt-get install vim
Type: sudo vim/etc/modprobe.d/blacklist.conf
Blacklist i2c_piix4 (typing via i,a,o cursor operation)
ZZ (Save and exit)
3. Regenerate the boot file/boot/initrd.img
Update-initramfs-u-K All
4. Restart
# reboot
Note: No such prompt after reboot!
VMware after deploying Ubuntu Piix4_smbus:host SMBus Controller not enabled!