Page 1 of 1
How to Install Guest Additions and drivers for openSUSE 11.3
Posted: 12. Mar 2011, 16:53
by ArterialSum
How do i install the drivers in openSUSE 11.3 64 bit. I was able to under Ubuntu through terminal but I cant under suse. What are the steps to doing so. I can only install them under xp or ubuntu. I have trouble with any other guest OS.
VirtualBox spec
4.04 latest version
windows 7 host.
Re: How to Install Guest Additions and drivers for openSUSE 11.3
Posted: 12. Mar 2011, 17:29
by Perryg
Linux Distros need specific packages to be able to build external kernel modules.
openSUSE needs the following: gcc make automake autoconf kernel-source
These can be installed with the following command in a terminal:
Code: Select all
sudo zypper install gcc make automake autoconf kernel-source
For you next venture you can find these by using Google and putting
<distro name> guest additions in the search field.