Kernel driver not installed (rc=-1908)” on Linux

I recently installed the latest version of Oracle Virtual-box (4.3.26) on Linux5.8

The installation goes fine, but when trying to run Virtualbox, it reports the following error.




Solution:-

How to install Oracle VirtualBox:
  a) Make sure that your system is up-to-date
  b) Install the packages needed to compile external modules
     # zypper in gcc make kernel-devel
     - Note: In my case, 'make' was already installed
  c) # zypper ar http://download.virtualbox.org/virtualbox/rpm/opensuse/11.4/ virtualbox
     # zypper ref -r virtualbox
     # zypper in VirtualBox-4.1
     - Note: Additional package to install: libpng12-0
  d) YaST > User and Group Management > Users > Edit > Details > Additional Groups > check "vboxusers" > OK > OK
  e) Install VirtualBox ExtensionPack (necessary for USB support)
     $ cd Downloads
     $ wget http://download.virtualbox.org/virtualbox/4.1.12/Oracle_VM_VirtualBox_Extension_Pack-4.1.12-77245.vbox-extpack
     # VBoxManage extpack install Oracle_VM_VirtualBox_Extension_Pack-4.1.12-77245.vbox-extpack
  f) Reboot (necessary because of step d)
  g) VirtualBox is now ready to use. After any kernel upgrade, you need to recompile the VBox kernel modules
     # /etc/init.d/vboxdrv setup




No comments:

SHRD0014: GLLEZL - process exiting with failure

  SYMPTOMS Journal Import completes with the following error: Error ------ ORA-01653 : unable to extend table GL.GL_IMPORT_REFERENCES ORA-01...