From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 25 Aug 2015 06:34:10 -0700 (PDT) From: =?UTF-8?Q?Stefan_M=C3=BChlinghaus?= To: voidlinux Message-Id: <99512b6a-abf1-4deb-bfc4-8d76b720e5c5@googlegroups.com> In-Reply-To: <94653e90-8eb8-46ec-ad36-d2ae09712ee8@googlegroups.com> References: <94653e90-8eb8-46ec-ad36-d2ae09712ee8@googlegroups.com> Subject: Re: Virtualbox can't reconfigure ose-dkms against latest linux-headers MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_35_407251288.1440509650811" ------=_Part_35_407251288.1440509650811 Content-Type: multipart/alternative; boundary="----=_Part_36_249352394.1440509650812" ------=_Part_36_249352394.1440509650812 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sounds like another side effect of the /usr/sbin transition. Juan's suggestion helped with my nvidia problem , it might work for you as well. Make sure your /usr/sbin directory is a symlink to /usr/bin before you do anything else. - dkms build -m virtualbox-ose -v 5.0.2 -k $(uname -r) > - dkms install -m virtualbox-ose -v 5.0.2 -k $(uname -r) > - xbps-reconfigure -f virtualbox-ose > Before running xbps-reconfigure, make sure the kmods are built and > installed correctly. ------=_Part_36_249352394.1440509650812 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit
Sounds like another side effect of the /usr/sbin transition. Juan's suggestion helped with my nvidia problem, it might work for you as well. Make sure your /usr/sbin directory is a symlink to /usr/bin before you do anything else.

- dkms build -m virtualbox-ose -v 5.0.2 -k $(uname -r)
- dkms install -m virtualbox-ose -v 5.0.2 -k $(uname -r)
- xbps-reconfigure -f virtualbox-ose
Before running xbps-reconfigure, make sure the kmods are built and installed correctly.
------=_Part_36_249352394.1440509650812-- ------=_Part_35_407251288.1440509650811--