Page 2 of 16 FirstFirst 123412 ... LastLast
Results 11 to 20 of 153

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

  1. #11
    Join Date
    Jun 2008
    Beans
    3

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

    Quote Originally Posted by lin-lin_224 View Post
    I met the same problem after updating UBUNTU9.04 . Now, I found the solution on the following address: https://answers.launchpad.net/ubuntu/+source/virtualbox-ose/+question/64190
    And I just typed the three lines commands one by one, then the Virtualbox worked.

    The commands are:

    sudo aptitude update
    sudo aptitude install dkms
    sudo /etc/init.d/vboxdrv setup



    Try it!
    Good luck!

    This worked for me Thanks!!

  2. #12
    Join Date
    Jul 2009
    Beans
    1

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

    Quote Originally Posted by lin-lin_224 View Post
    I met the same problem after updating UBUNTU9.04 . Now, I found the solution on the following address: https://answers.launchpad.net/ubuntu/+source/virtualbox-ose/+question/64190
    And I just typed the three lines commands one by one, then the Virtualbox worked.

    The commands are:


    sudo aptitude update
    sudo aptitude install dkms
    sudo /etc/init.d/vboxdrv setup


    Good luck!
    Worked for me, thanks!

    Ubuntu 9.04

  3. #13
    Join Date
    Feb 2009
    Beans
    15

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

    i also getting bash:

    /etc/init.d/vboxdrv: No such file or directory

    using the command

    /etc/init.d/vboxdrv setup
    any ideas?

  4. #14
    Join Date
    Oct 2007
    Location
    Norway
    Beans
    206
    Distro
    Ubuntu 20.04 Focal Fossa

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

    http://netland.ddns.net/ Linux Registered User #518648
    Ubuntu 20.04 LTS Server
    Always have your stuff when you need it with @Dropbox. 2GB account is free! http://db.tt/2aZta6Z

  5. #15
    Join Date
    Aug 2009
    Beans
    2

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

    This fixed my Virtual Box issue. Thank you very much!

    Quote Originally Posted by lin-lin_224 View Post
    I met the same problem after updating UBUNTU9.04 . Now, I found the solution on the following address: https://answers.launchpad.net/ubuntu/+source/virtualbox-ose/+question/64190
    And I just typed the three lines commands one by one, then the Virtualbox worked.

    The commands are:

    sudo aptitude update
    sudo aptitude install dkms
    sudo /etc/init.d/vboxdrv setup



    Try it!
    Good luck!

  6. #16
    Join Date
    Dec 2007
    Beans
    5

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

    Quote Originally Posted by lin-lin_224 View Post
    I met the same problem after updating UBUNTU9.04 . Now, I found the solution on the following address: https://answers.launchpad.net/ubuntu/+source/virtualbox-ose/+question/64190
    And I just typed the three lines commands one by one, then the Virtualbox worked.

    The commands are:

    sudo aptitude update
    sudo aptitude install dkms
    sudo /etc/init.d/vboxdrv setup



    Try it!
    Good luck!

    This worked for me!! Good one. Thanks!

  7. #17
    Join Date
    Jul 2008
    Beans
    7

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

    Quote Originally Posted by kouchris View Post
    i also getting bash:

    /etc/init.d/vboxdrv: No such file or directory

    using the command


    any ideas?
    Try tabbing out the vboxdrv portion of 'sudo /etc/init.d/vboxdrv' and see if it has been moved... I say this because I found that I had a file called '/etc/init.d/vboxdrv.dpkg-bak'. I executed
    Code:
    laptop:~$ sudo cp /etc/init.d/vboxdrv.dpkg-bak /etc/init.d/vboxdrv
    laptop:~$ sudo /etc/init.d/vboxdrv setup
     * Stopping VirtualBox kernel module                                             *  done.
     * Removing old VirtualBox netadp kernel module                                  *  done.
     * Removing old VirtualBox netflt kernel module                                  *  done.
     * Removing old VirtualBox kernel module                                         *  done.
     * Recompiling VirtualBox kernel module                                          *  done.
     * Starting VirtualBox kernel module                                             *  done.
    I seem to be good now.

    Rhino

  8. #18
    Join Date
    Apr 2008
    Beans
    2

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

    Quote Originally Posted by lin-lin_224 View Post
    I met the same problem after updating UBUNTU9.04 . Now, I found the solution on the following address: https://answers.launchpad.net/ubuntu/+source/virtualbox-ose/+question/64190
    And I just typed the three lines commands one by one, then the Virtualbox worked.

    The commands are:

    sudo aptitude update
    sudo aptitude install dkms
    sudo /etc/init.d/vboxdrv setup



    Try it!
    Good luck!
    that worked for me too! thanks!

  9. #19
    Join Date
    Aug 2009
    Beans
    80
    Distro
    Ubuntu 11.04 Natty Narwhal

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

    lin-lin_224's solution worked for me. THANKS!

  10. #20
    Join Date
    Nov 2008
    Beans
    4

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

    Quote Originally Posted by betteberg View Post
    I have also this problem, and i have tried the solution in this thread, but it just do not work. I use the PUEL version of virtualbox and i have also tried with the OSE version. None of them work.

    I have tried the

    Code:
    sudo /etc/init.d/vboxdrv setup
    But this is what comes out.


    bash: /etc/init.d/vboxdrv: No such file or directory


    Do anybody have some solutions on my problem?
    haha,the same to me.

    i have reinstall the vbox,now everything goes well...

Page 2 of 16 FirstFirst 123412 ... 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
  •