after update (ubuntu 11.10, april 4 2011 ) Virtualbox does no more work

Asked by ed

before update of ubuntu vbox (4-1-7 r772) worked fine
the error message(part of it):
The virtual machine 'ubuntuLTS' has terminated unexpectedly during startup with exit code 1.

Kernel driver not installed (rc=-1908)

The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv.
Please reinstall the kernel module by executing

'/etc/init.d/vboxdrv setup'

as root

how do I do this as " sudo /etc/init.d/vboxdrv setup" does not work
the errormessage also recomends to install DKMS first, how do I do this

thanks in advance

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu virtualbox-ose Edit question
Assignee:
No assignee Edit question
Solved by:
marcobra (Marco Braida)
Solved:
Last query:
Last reply:
Revision history for this message
Best marcobra (Marco Braida) (marcobra) said :
#1

Open a terminal and type:

sudo /etc/init.d/vboxdrv setup

give your user password the press enter.

Wait the commnds end, then retry

Revision history for this message
ed (ed-galeria-wl) said :
#2

I quote from my question:

how do I do this as " sudo /etc/init.d/vboxdrv setup" does not work

Revision history for this message
ed (ed-galeria-wl) said :
#3

sorry marcobra , after restarting the computer sudo worked ....

thanks

Revision history for this message
ed (ed-galeria-wl) said :
#4

Thanks marcobra (Marco Braida), that solved my question.