Opened 9 years ago
Closed 9 years ago
#15088 closed defect (worksforme)
vagrant+virtualbox. Need some advice.
Reported by: | Andre84 | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 5.0.14 |
Keywords: | rcvboxdrv, vboxdrv kernel | Cc: | |
Guest type: | Linux | Host type: | Linux |
Description
vboxdrv kernel module doesn't autostart, therefore I have to exec manually "sudo /usr/lib/virtualbox/vboxdrv.sh" each time.
I have tried installing Nvidia cuda on my PC, that has no nvidia graphic card. Now I uninstall already the cuda developers software , but consequences still occur:
WARNING: The vboxdrv kernel module is not loaded. Either there is no module
available for the current kernel (3.10.0-327.4.5.el7.x86_64) or it failed to load.
dkms status vboxhost, 5.0.15, 3.10.0-327.4.5.el7.x86_64, x86_64: installed [andre@andre mail]$ sudo ln -s /usr/lib/virtualbox/vboxdrv.sh /sbin/rcvboxdrv [andre@andre mail]$ sudo /sbin/rcvboxdrv setup Stopping VirtualBox kernel modules [ OK ] Uninstalling old VirtualBox DKMS kernel modulesdepmod: ERROR: fstatat(6, nvidia.ko): No such file or directory
[ OK ]
Trying to register the VirtualBox kernel modules using DKMSdepmod: ERROR: fstatat(6, nvidia.ko): No such file or directory
[ OK ]
Starting VirtualBox kernel modules [ OK ]
Change History (2)
comment:1 by , 9 years ago
comment:2 by , 9 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
issue resolved via dkms uninstall, virtualbox erase ,/usr/src/ clean, install dkms and install virtualbox. thanks.