Skip to content

Instantly share code, notes, and snippets.

@devfreddy
Created July 17, 2013 04:04
Show Gist options
  • Save devfreddy/6017613 to your computer and use it in GitHub Desktop.
Save devfreddy/6017613 to your computer and use it in GitHub Desktop.
If your mouse doesn't work on a Ubuntu Guest with Virtualbox, here's what seems to be the only way to get things working again.
#Virtualbox, Ubuntu and Guest Additions often get cranky, here's how to fix them so you're bloody mouse works again.
sudo apt-get install -f
sudo apt-get clean
sudo apt-get update
sudo apt-get install linux-headers-$(uname -r)
#OR
sudo apt-get install --reinstall linux-headers-$(uname -r)
sudo /etc/init.d/vboxadd setup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment