Advertisement
Guest User

Untitled

a guest
Apr 28th, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. sudo modprobe vboxdrv
  2. modprobe: FATAL: Module vboxdrv not found.
  3. (trusty)user@localhost:~$ sudo /etc/init.d/vboxdrv setup
  4. Stopping VirtualBox kernel modules ...done.
  5. Uninstalling old VirtualBox DKMS kernel modules ...done.
  6. Trying to register the VirtualBox kernel modules using DKMSError! Your kernel headers for kernel 3.10.18 cannot be found.
  7. Please install the linux-headers-3.10.18 package,
  8. or use the --kernelsourcedir option to tell DKMS where it's located
  9. ...failed!
  10. (Failed, trying without DKMS)
  11. Recompiling VirtualBox kernel modules ...failed!
  12. (Look at /var/log/vbox-install.log to find out what went wrong)
  13. (trusty)user@localhost:~$ cat /var/log/vbox-install.log
  14. Uninstalling modules from DKMS
  15. removing old DKMS module vboxhost version 4.3.26
  16.  
  17. ------------------------------
  18. Deleting module version: 4.3.26
  19. completely from the DKMS tree.
  20. ------------------------------
  21. Done.
  22. Attempting to install using DKMS
  23.  
  24. Creating symlink /var/lib/dkms/vboxhost/4.3.26/source ->
  25. /usr/src/vboxhost-4.3.26
  26.  
  27. DKMS: add completed.
  28. Failed to install using DKMS, attempting to install without
  29. Makefile:183: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again. Stop.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement