Installing drivers for a windows 7 guest in virtualbox

23,694

Solution 1

System inbuilt components like LAN, Wifi, soundcard,or graphics card will be used from the host OS. They will be virtualized using an emulation for the guest OS. In many cases you are able to choose from different emulation modes in the virtual machine settings.

Therefore you can not install these drivers to your guest OS.

However some external components like USB attached devices (e.g. printer, scanner, Bluetooth dongle) do need an additional driver for the guest OS. In Windows you will be asked for these drivers as soon as you capture the device from the Virtual Box Manager.

Note: for full USB 2.0 support we need to run the PUEL version of Virtual Box that to date is on version 4.1.8.

Solution 2

You don't need (and you can't) install your real hardware drivers inside VirtualBox. Windows, while running inside VirtualBox can't access your hardware, it can only interact with a Virtual (false) hardware that VirtualBox will set for it. Virtual Box will translate it to the real hardware. You can get a more complete explanation of how virtual machines work in wikipedia.

That it's the reason that you can't really play the latest games under Virtual Box. Nor the game, nor Windows can access your graphics card to get the most speed. This is also the reason why running windows under a virtual machine is slower than running it on bare metal.

But you will need to install the drivers for the Virtual Hardware to get the best experience possible. They are called Guest Additions in Virtual Box, check this question to install them.

Note that the virtual machine has no direct access to your card, so watching HD videos or playing 3D games can't be accelerated by it and it will be slower than doing it in the host. As you experienced, the speed will be similar to the one that you see while using windows without the drivers (i.e. using no video card acceleration).

Share:
23,694

Related videos on Youtube

sajithten
Author by

sajithten

Updated on September 18, 2022

Comments

  • sajithten
    sajithten over 1 year

    I am new to ubuntu. I want to know how to install drivers such as lan, wifi, audio, video & graphics, webcam and so in Windows 7 32bit installed as a guest OS inside Ubuntu 10.10 (host) using Virtual Box 3.2.8.

    I am using this in a Toshiba Satellite c650 psc 14g. I had downloaded the drivers from the Toshiba website. They work fine when using Windows 7 32 bit as host OS.

    Then what are the main differences between dual boot and Virtual Box?

  • binW
    binW over 12 years
    why are you watching videos in guest? why dont you use host i.e ubuntu for this purpose?