• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[Gelöst]Beim start von Virtualbox kommt Fehler

Coolzero

Advanced Hacker
Hi,
seit heute bekomme ich diese Meldung beim starten von virtualbox:

WARNING: The vboxdrv kernel module is not loaded. Either there is no module
available for the current kernel (4.2.4-1.g6ae5577-default) or it failed to
load. Please recompile the kernel module and install it by

sudo /sbin/vboxconfig

You will not be able to start VMs until this problem is fixed.

Auch ein
Code:
sudo /sbin/vboxconfig
bringt leider keine abhilfe, auch danach kommt der Fehler noch.
Was kann ich noch tun?

Danke
 

Sauerland

Ultimate Guru
Welches Virtualbox ist installiert?
Code:
zypper se -si virtualbox vbox

Wenn Virtualbox von Oracle, sollte:
Code:
/usr/lib/virtualbox/vboxdrv.sh setup
als root genügen.
 
Oben