Results 1 to 2 of 2

Thread: installing virtual box Kernel driver not installed (rc=-1908)

  1. #1
    Join Date
    Oct 2011
    Beans
    1

    installing virtual box Kernel driver not installed (rc=-1908)

    I am currently trying to install windows so I can use a site that it is only compatible with internet explorer. I have read and tried all the other posts related with the same error that I have been receiving.

    These are the following commands that I have ran in terminal and in parentheses is the response:

    sudo aptitude update (sudo: aptitude: command not found)
    sudo aptitude install dkms (sudo: aptitude: command not found)
    sudo /etc/init.d/vboxdrv setup (no msg received)
    sudo /etc/init.d/vboxdrv.dpkg-bak setup (no msg received)
    sudo /etc/init.d/whatever-it-is-in-yours restart (sudo: /etc/init.d/whatever-it-is-in-yours: command not found)
    sudo /etc/init.d/virtualbox-ose restart (* Stopping VirtualBox kernel modules [ OK ]
    * Starting VirtualBox kernel modules * No suitable module for running kernel found
    [fail])

    I would gladly accept any advise,
    Thanks in advance, shining_shank

  2. #2
    Join Date
    Oct 2009
    Location
    New Hamsha
    Beans
    1,275
    Distro
    Kubuntu 13.04 Raring Ringtail

    Re: installing virtual box Kernel driver not installed (rc=-1908)

    Wrong:
    Code:
    sudo aptitude update
    sudo aptitude install dkms
    Right:
    Code:
    sudo apt-get update
    sudo apt-get install dkms
    (DKMS should be installed by default.)
    I don't know what the other messages are. Did you install virtualbox-ose from the debs on their website? It was really easy for me; I didn't have to use the terminal at all.
    - search
    AMD A4-3400 w/ Radeon HD 6410D, 8 GB Corsair Vengeance DDR3 1333Mhz, Kubuntu 14.04, SliTaz 4.0, Windows 8.1, Ubuntu 14.04 VM
    " ... Love your neighbor as you love yourself."

Tags for this Thread

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
  •