oracle vm virtualbox not woking

i have installed virtualbox today.when i open the virtualbox it says the following how to get it worked?

‘You are not a member of the “vboxusers” group. Please add yourself to this group before starting VirtualBox. You could do it using: Yast / Security and Users / User and Group management. Don’t forget re-login your user account!’

Virtual Box (Sun Version) Install HowTo

See the section: Post Installation Requirements

Carl i am having a 10mb virtualbox.rpm package which is downloaded in the software.opensuse.org.i am also installed following packages mentioned by you

Some required Packages for install:

kernel-source
linux-kernel-headers (linux-glibc-devel)
kernel development Eg: kernel-default-devel
pam-devel
gcc
make

but i found that same error.is there anyway to make virtualbox work with these things i have?

vike4 wrote:

>
> Carl i am having a 10mb virtualbox.rpm package which is downloaded in
> the software.opensuse.org.i am also installed following packages
> mentioned by you
>
>
> Some required Packages for install:
>
>
> kernel-source
> linux-kernel-headers (linux-glibc-devel)
> kernel development Eg: kernel-default-devel
> pam-devel
> gcc
> make
>
> but i found that same error.is there anyway to make virtualbox work
> with these things i have?
>

You need to do what virtual box tells you - add your user to the group
vboxusers, open a terminal and type (do not type USER!!!)


sudo usermod -A vboxusers USER

replace USER with your login name.
Logout and login again.


PC: oS 11.3 64 bit | Intel Core2 Quad Q8300@2.50GHz | KDE 4.6.3 | GeForce
9600 GT | 4GB Ram
Eee PC 1201n: oS 11.4 64 bit | Intel Atom 330@1.60GHz | KDE 4.6.0 | nVidia
ION | 3GB Ram

Please read the guide I posted, it offers a complete guide to install and use.

Helm it is not working for me.i got the following output

sudo: usermod: command not found

okay Carl i will read that guide and try to understand it.

Please confirm for me that Virtual Box is actually installed.

Tell me your username, the one you login with.

Carl following solved my problem

Open YaST -> Security and Users -> UserManagement, and edit your user and add them to the vboxusers group. To do this, select your user name, click on Edit, switch to the Details tab and check the vboxusers check box.
Reboot.

now i am having another problem.it is also related to this.if you like to see my problem go to the following link:

http://http://forums.opensuse.org/english/get-technical-help-here/install-boot-login/460937-problem-booting-opensuse.html

vike4 wrote:

>
> Helm it is not working for me.i got the following output
>
>
> Code:
> --------------------
> sudo: usermod: command not found
> --------------------
>
Sorry this should have been
sudo /usr/sbin/usermod -A vboxusers …
but you already used yast to do the same so ignore it.


PC: oS 11.3 64 bit | Intel Core2 Quad Q8300@2.50GHz | KDE 4.6.3 | GeForce
9600 GT | 4GB Ram
Eee PC 1201n: oS 11.4 64 bit | Intel Atom 330@1.60GHz | KDE 4.6.0 | nVidia
ION | 3GB Ram