Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Look through the section on linix installation. It lists the things that have to be on your system.
They include DKMS and the kernel headers for the current kernel. The original modules were there if v-box was working. With the nes kernel, something is missing. If you have the correct herders and DKMS installed, new vbox* files would have been generated.
If DKMS is available and installed, the VirtualBox kernel module should always work automat- ically, and it will be automatically rebuilt if your host kernel is updated. Otherwise, there are only two situations in which you will need to worry about the kernel module:
Which is my case (no DKMS), after that it says :
PHP Code:
The kernel of your Linux host was updated and DKMS is not installed. In that case, the kernel module will need to be reinstalled by executing (as root): /etc/init.d/vboxdrv setup
Which is exactly my case, so I tried /etc/init.d/vboxdrv setup and get: No such file or directory ...
I've tried to reinstall but did not work, knowing that I've installed DKMS (after it was too late ).
Hello, J.A.X.
I have solved this problem by installing kmod-VirtualBox package from rpmfusion repository. My VirtualBox package is also installed from this repo.
Seems like DKMS installation and running command:
Quote:
/etc/init.d/vboxdrv setup
works only if you have installed VirtualBox from official repository, not from RPM Fusion.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.