Page 14 of 16 FirstFirst ... 41213141516 LastLast
Results 131 to 140 of 153

Thread: VirtualBox error: Kernel driver not installed (rc=-1908)

  1. #131
    Join Date
    Jun 2013
    Beans
    5

    Re: VirtualBox error: Kernel driver not installed (rc=-1908)

    hey,

    all of your tips didnt help for me.. the command
    Code:
    /etc/init.d/vboxdrv setup
    works as long as I don't restart my PC.. after the reboot I have to do the same again..

    if I hit
    Code:
    sudo aptitude update
    
    I get
    Code:
    Treffer http://ftp.de.debian.org wheezy Release.gpg
    Treffer http://ftp.de.debian.org wheezy Release                                                   
    Treffer http://ftp.de.debian.org wheezy/main Sources                                              
    Treffer http://ftp.de.debian.org wheezy/non-free Sources        
    Treffer http://ftp.de.debian.org wheezy/contrib Sources         
    Treffer http://download.virtualbox.org wheezy Release.gpg       
    Treffer http://ftp.de.debian.org wheezy/main amd64 Packages     
    Treffer http://ftp.de.debian.org wheezy/non-free amd64 Packages 
    Treffer http://ftp.de.debian.org wheezy/contrib amd64 Packages  
    Treffer http://ftp.de.debian.org wheezy/main i386 Packages      
    Treffer http://download.virtualbox.org wheezy Release           
    Treffer http://ftp.de.debian.org wheezy/non-free i386 Packages  
    Treffer http://ftp.de.debian.org wheezy/contrib i386 Packages   
    Treffer http://ftp.de.debian.org wheezy/contrib Translation-en  
    Treffer http://download.virtualbox.org wheezy/contrib amd64 Packages
    Treffer http://ftp.de.debian.org wheezy/main Translation-de_DE  
    Treffer http://ftp.de.debian.org wheezy/main Translation-de     
    Treffer http://ftp.de.debian.org wheezy/main Translation-en     
    Treffer http://download.virtualbox.org wheezy/contrib i386 Packages
    Treffer http://ftp.de.debian.org wheezy/non-free Translation-en 
    Treffer http://security.debian.org wheezy/updates Release.gpg   
    Treffer http://security.debian.org wheezy/updates Release
    Treffer http://security.debian.org wheezy/updates/main Sources
    Treffer http://security.debian.org wheezy/updates/main amd64 Packages
    Treffer http://security.debian.org wheezy/updates/main i386 Packages
    Treffer http://security.debian.org wheezy/updates/main Translation-en
    Ign http://download.virtualbox.org wheezy/contrib Translation-de_DE
    Ign http://download.virtualbox.org wheezy/contrib Translation-de
    Ign http://download.virtualbox.org wheezy/contrib Translation-en
    after this I hit
    Code:
    sudo aptitude install dkms
    and I get
    0 updated, 0 added, 0 deleted

    then I hit
    Code:
    sudo /etc/init.d/vboxdrv setup
    and I get
    Code:
    [ ok ] Stopping VirtualBox kernel modules:.
    [ ok ] Uninstalling old VirtualBox DKMS kernel modules:.
    [ ok ] Trying to register the VirtualBox kernel modules using DKMS:.
    [ ok ] Starting VirtualBox kernel modules:.
    well, as I already said, it works, as long as I don't restart my PC..

    whats wrong? could it be a rights-problem?
    Last edited by stegfeld; June 25th, 2013 at 03:01 PM.

  2. #132
    Join Date
    Jun 2013
    Beans
    5

    Re: VirtualBox error: Kernel driver not installed (rc=-1908)

    heelp!!

  3. #133
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: VirtualBox error: Kernel driver not installed (rc=-1908)

    I don't use virtualbox anymore but you could check to see if the kernel modules are actually loaded or not after a reboot.

    What do you get back if you run this after a reboot:

    Code:
    lsmod | grep vbox
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

  4. #134
    Join Date
    Jun 2013
    Beans
    5

    Re: VirtualBox error: Kernel driver not installed (rc=-1908)

    after a reboot there is no output,

    when I execute this command
    Code:
    /etc/init.d/vboxdrv setup
    I get

    Code:
    vboxpci                19096  0 
    vboxnetadp             25443  0 
    vboxnetflt             23608  0 
    vboxdrv               217233  3 vboxnetflt,vboxnetadp,vboxpci
    what can I do?

  5. #135
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: VirtualBox error: Kernel driver not installed (rc=-1908)

    OK, it might be a problem with Vbox on Wheezy. I would suggest making a thread on the virtualbox forums and seeing what they say.
    https://forums.virtualbox.org/
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

  6. #136
    Join Date
    Jun 2013
    Beans
    5

    Re: VirtualBox error: Kernel driver not installed (rc=-1908)

    they seem to be on vacation.. no answer after two days..
    I tried to add
    Code:
    @reboot .../vbox.sh
    this on /etc/crontab

    in this vbox.sh script there is only

    Code:
    #!/bin/sh
    #
    /etc/init.d/vboxdrv setup
    but it doesn't work as well.. I still have to execute this vboxdrv setup after every reboot/logon

  7. #137
    Join Date
    Jun 2013
    Beans
    5

    Re: VirtualBox error: Kernel driver not installed (rc=-1908)

    solution:
    change line #32 at /etc/init.d/virtualbox (as root)

    Code:
    test -d /usr/share/doc/virtualbox -a -x /usr/bin/VBoxHeadless || exit 0
    to

    Code:
    test -d /usr/share/doc/virtualbox-4.2 -a -x /usr/bin/VBoxHeadless || exit 0

  8. #138
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: VirtualBox error: Kernel driver not installed (rc=-1908)

    You'd need to run it in a root crontab and reference it via full path. If that still doesn't work, you could try purging vbox and all the extra junk it pulls in and then reinstalling it to see if that fixes it.

    EDIT: I guess the uninstall script didn't clean up after itself. >.<
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

  9. #139
    Join Date
    Dec 2007
    Beans
    19

    Re: VirtualBox error: Kernel driver not installed (rc=-1908)

    I had the same problem and I tried to reinstall virtualbox, the 'dkms' package, run '/etc/init.d/vboxdrv setup' or add 'vboxdrv' to '/etc/modules' but nothing worked. For me the solution was to install the 'virtualbox-dkms' package by running 'sudo apt-get install virtualbox-dkms'

  10. #140
    Join Date
    Feb 2007
    Location
    Wolverhampton, UK
    Beans
    280
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: VirtualBox error: Kernel driver not installed (rc=-1908)

    Quote Originally Posted by herkots View Post
    Hi,

    I found a solution for the reboot problem from here: http://ubuntuforums.org/showthread.php?t=1313989

    You just have to log in as a root and add one line code in a file: /etc/modules

    The line is: vboxdrv

    Then save, reboot and log in a usual. Worked for me.
    That worked for me on Debian Wheezy. Many thanks.

Page 14 of 16 FirstFirst ... 41213141516 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •