• 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] Nach Update von 13.1 auf Kernel 3.12.53-40-desktop Virtualbox tot

wbwb

Hacker
meine
Code:
openSUSE 13.1 (x86_64)
VERSION = 13.1
CODENAME = Bottle
hat eben gerade einen Update auf Kernel
Code:
~>uname -r
3.12.53-40-desktop
durchgeführt. Seitdem ist meine Win7 Virtualbox tot.
Code:
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. If it is available in your distribution, you should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.
Der Versuch mit
Code:
~ # /etc/init.d/vboxdrv setup
führt zu
Code:
~ # /etc/init.d/vboxdrv setup
Stopping VirtualBox kernel modules                                       done
Uninstalling old VirtualBox DKMS kernel modules                          done
Trying to register the VirtualBox kernel modules using DKMSError! Bad return status for module build on kernel: 3.12.53-40-desktop (x86_64)
Consult /var/lib/dkms/vboxhost/4.3.12/build/make.log for more information.
                                                                         failed
  (Failed, trying without DKMS)
Recompiling VirtualBox kernel modules                                    failed
  (Look at /var/log/vbox-install.log to find out what went wrong)
Weiß jemand Abhilfe?
Danke wbwb
 

Sauerland

Ultimate Guru
Consult /var/lib/dkms/vboxhost/4.3.12/build/make.log for more information.
failed
(Failed, trying without DKMS)
Recompiling VirtualBox kernel modules failed
(Look at /var/log/vbox-install.log to find out what went wrong)
Mal die beiden logs angeschaut?
 
Oben