JA_
(usa openSUSE)
Enviado em 30/04/2016 - 11:34h
Consegui resolver, segue abaixo o que fiz:
1) Make sure to do this:
Open YaST / Software / Software Management - Select the View Button on the top left and pick Patterns. Now, you will see several Patterns listed and you want to select:
Code:
Development
[X] Base Development
[X] Linux Kernel Development
[X] C/C++ Development
Then Press the Accept button on the bottom right and allow these applications to install.
2) Then try to do this in aterminal session:
Code:
sudo /etc/init.d/vboxdrv setup
3) Next, to automatically load the kernel drivers for you go into:
Code:
YaST / Software / Software Management, search on dkms and if you have added in the Packman repository, you find the application and then install it.
4) Ever so often I get a report that the VirtualBox script is not marked executable so you can try this if that is the case:
Code:
sudo chmod +x /usr/lib/virtualbox/VirtualBox
Obrigado a todos que me ajudaram