Monday, 12 November 2012

Kernel driver not installed (rc=-1908) - Ubuntu 12.10 (Virtualbox)

try this:


sudo apt-get install linux-headers-3.5.0-17-generic
sudo apt-get remove virtualbox-dkms
sudo apt-get install virtualbox-dkms

9 comments:

  1. this fixed my issues with 12.10

    ReplyDelete
  2. This solution fix my problem.
    Thanks.

    ReplyDelete
  3. works fine, funciona perfecto ubuntu 12.10

    ReplyDelete
  4. thx working for 12.10

    ReplyDelete
  5. Replies
    1. Do this (uname -r will give current kernel version: something like 3.5.0-xx-generic)

      sudo apt-get install linux-headers-`uname -r`
      sudo apt-get remove virtualbox-dkms
      sudo apt-get install virtualbox-dkms

      Delete
    2. And if it still doesn't work, reboot.. I had to

      Delete
  6. IBAAL, finally I found something that worked - Thanks

    ReplyDelete

How to download a portion of Youtube Video with youtube-dl

First make you have both youtube-dl and ffmpeg installed: sudo apt install youtube-dl ffmpeg Then download a portion of your desired...