Skip to content

Instantly share code, notes, and snippets.

@fanyeren
Forked from matt-mcmahon/gist:2396063
Created May 4, 2013 10:31
Show Gist options
  • Save fanyeren/5517083 to your computer and use it in GitHub Desktop.
Save fanyeren/5517083 to your computer and use it in GitHub Desktop.
Originally here: http://finster.co.uk/2010/11/16/virtualbox-piix4_smbus-error/
VirtualBox piix4_smbus Error
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment