#VMware: Fix Ubuntu Linux “Host SMBus controller not enabled!
Ubuntu guest instances in VMware sometimes come up with the boot error message:
This error is being caused because VMware doesn’t actually provide that level interface for CPU access, but Ubuntu try to load the kernel module anyway.
How to fix it:
NOTE: it works both in VMWare Fusion 5 and 6, and Ubuntu LTS 12.04 and 14.04
https://whitehatty.com/2012/09/30/vmware-fusion-5-fix-ubuntu-linux-12-04-host-smbus-controller-not-enabled/
piix4_smbus 0000:00:007.3: Host SMBus controller not enabled!How to fix it:
sudo nano /etc/modprobe.d/blacklist.conf- add the line:
blacklist i2c-piix4 - reboot
blacklist i2c_piix4 instead.NOTE: it works both in VMWare Fusion 5 and 6, and Ubuntu LTS 12.04 and 14.04
https://whitehatty.com/2012/09/30/vmware-fusion-5-fix-ubuntu-linux-12-04-host-smbus-controller-not-enabled/
Comments
Post a Comment