Results 1 to 8 of 8

Thread: [SOLVED] How install older virtual box modules?

  1. #1
    Join Date
    Dec 2007
    Location
    Netherlands
    Beans
    37
    Distro
    Ubuntu 13.04 Raring Ringtail

    Question [SOLVED] How install older virtual box modules?

    To be able to use my bluetooth headset i need to use an older kernel version. One thing I'm missing though, is the virtualbox module for this kernel. It's not in the (standard) repositories anymore.

    Can anyone tell me how i can still install

    virtualbox-ose-modules-2.6.24-14-generic

    So that also my virtual box works again?

    Thanks!

  2. #2
    Join Date
    Jul 2007
    Location
    Atlanta, GA
    Beans
    668
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: How install older virtual box modules?

    You might be able to recompile the virtualbox modules to suit your older kernel. Often when a newer kernel is installed the modules have to be recompiled to work with it. So maybe it works in reverse too.
    Code:
    sudo /etc/init.d/vboxdrv setup
    Cheers!

  3. #3
    Join Date
    Nov 2005
    Location
    Uppsala, Sweden
    Beans
    2,180
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: How install older virtual box modules?

    Quote Originally Posted by evertmantel View Post
    To be able to use my bluetooth headset i need to use an older kernel version. One thing I'm missing though, is the virtualbox module for this kernel. It's not in the (standard) repositories anymore.

    Can anyone tell me how i can still install

    virtualbox-ose-modules-2.6.24-14-generic

    So that also my virtual box works again?

    Thanks!
    Why not install the full (non-free) version of virtualbox instead of the crippled ose version? It will automatically build the modules for you.
    Get rid of the ose version and download the correct .deb from sun's website.

  4. #4
    Join Date
    Dec 2007
    Location
    Netherlands
    Beans
    37
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: How install older virtual box modules?

    "Usage: /etc/init.d/vboxdrv {start|stop|restart|status}"

    No compiling started.. any other tips? (thanks for your reply)

  5. #5
    Join Date
    Jul 2007
    Location
    Atlanta, GA
    Beans
    668
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: How install older virtual box modules?

    Jocko is on the right track. I keep forgetting there are two versions of Virtualbox floating around. I am use the non-OSE version from Sun and it will compile the modules using the command I posted earlier. You should be able to download and install the latest deb from the Sun xVM website. I will automatically upgrade Virtualbox on your system and should start working.

    Cheers!

  6. #6
    Join Date
    Nov 2005
    Location
    Uppsala, Sweden
    Beans
    2,180
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: How install older virtual box modules?

    Quote Originally Posted by Fire_Chief View Post
    You might be able to recompile the virtualbox modules to suit your older kernel. Often when a newer kernel is installed the modules have to be recompiled to work with it. So maybe it works in reverse too.
    Code:
    sudo /etc/init.d/vboxdrv setup
    Cheers!
    Quote Originally Posted by Fire_Chief View Post
    Jocko is on the right track. I keep forgetting there are two versions of Virtualbox floating around. I am use the non-OSE version from Sun and it will compile the modules using the command I posted earlier. You should be able to download and install the latest deb from the Sun xVM website. I will automatically upgrade Virtualbox on your system and should start working.

    Cheers!
    To make it even easier: If you have the package "dkms" installed, the virtualbox (non-ose) modules will be built automatically, without any need for you to run vboxdrv setup manually. When a new kernel is installed, the modules will be built to match the kernel.

  7. #7
    Join Date
    Dec 2007
    Location
    Netherlands
    Beans
    37
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: How install older virtual box modules?

    FireChief, Jocko,

    Thanks! Works like a charm!No loss of the current winXP i had installed.. I'm impressed

  8. #8
    Join Date
    Dec 2007
    Location
    Netherlands
    Beans
    37
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: How install older virtual box modules?

    There were some issues with using the update, however. I have seen some other posts as well complaining of the same stuff:
    = loss of nvidia driver - you can't reinstall it either
    = hibernating does not work properly anymore - it does not recover anymore

    Solved these by reinstalling the kernel + kernel headers + non-free drivers for that kernel; basically everything that says "2.6.24-19" (for my kernel) and was installed before. After that I could reactivate the nvidia driver and hibernating worked without extra fiddling again.

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
  •