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.
How to Install Guest Additions and drivers for openSUSE 11.3
-
ArterialSum
- Posts: 2
- Joined: 6. Dec 2010, 03:41
- Primary OS: Ubuntu other
- VBox Version: OSE other
- Guest OSses: Windows XP Pro Corporate 32Bit,
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: How to Install Guest Additions and drivers for openSUSE 11.3
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:
For you next venture you can find these by using Google and putting <distro name> guest additions in the search field.
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