Skip to content

Instantly share code, notes, and snippets.

@matt-mcmahon
Created April 16, 2012 02:28
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save matt-mcmahon/2396063 to your computer and use it in GitHub Desktop.
Save matt-mcmahon/2396063 to your computer and use it in GitHub Desktop.
Stop Stupid VirtualBox piix4_smbus Error
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