contrib/virtualbox
2008-12-11 05:12:29 +11:00
..
.footprint virtualbox: Fixed issues for qt3/qt4 2008-10-08 00:56:30 +02:00
.md5sum virtualbox: updated to 2.0.6 2008-12-11 05:12:29 +11:00
60-vboxdrv.rules virtualbox: Initial commit. 2007-05-15 21:56:52 +02:00
Pkgfile virtualbox: updated to 2.0.6 2008-12-11 05:12:29 +11:00
post-install virtualbox: Initial commit. 2007-05-15 21:56:52 +02:00
README virtualbox: Updated 1.6.0 -> 1.6.2 2008-06-20 15:34:46 +02:00
virtualbox virtualbox: Initial commit. 2007-05-15 21:56:52 +02:00
virtualbox.desktop virtualbox: Updated to 1.5.2 2002-10-26 18:50:41 +02:00

README for virtualbox

GETTING SOURES

  Download sources manually from
  https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_SMI-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=innotek-1.6-src-G-F@CDS-CDS_SMI 


REQUIREMENTS

  Kernel headers needed for build 'vboxdrv.ko' kernel module.

PRE-INSTALL

POST-INSTALL

  Run the post-install script in order to add a vboxusers group to your system.
  After that, add your user to the vboxusers group:
  # usermod -a -G vboxusers <your_user> 
  
  During installation 'vboxdrv.ko' has been installed to your modules directory
  and you can load it using modprobe vboxdrv (needed before run VirtualBox).
  Also make sure you give yourself read and write access to /dev/vboxdrv.
  For this, virtualbox port has their own udev rules.

  Also is a good idea to fine tune your udev rules as you want.
  For getting some info from your system run udevinfo:
  # udevinfo -a -p /sys/class/misc/vboxdrv

  Udevinfo starts with the device specified by the devpath and then
  walks up the chain of parent devices. It prints for every device
  found, all possible attributes in the udev rules key format.
  A rule to match, can be composed by the attributes of the device
  and the attributes from one single parent device.

    looking at device '/class/misc/vboxdrv':
    KERNEL=="vboxdrv"
    SUBSYSTEM=="misc"
    SYSFS{dev}=="10:62"

PRECAUTION

 If you have problems trying to update virtualbox (xalan-c not found...) use
 this command to solve it:
 # prt-get update -fr xerces-c xalan-c
 and then rebuild virtualbox