Comment 17 for bug 600517

Revision history for this message
Damiƶn la Bagh (kat-amsterdam) wrote : Re: dkms is not processing vboxdrv must do manually

I investigated the logging and discovered the dkms.conf file.
It contains everything that the logging is complaining that it doesn't have:

--log error --
dkms.conf: Error! No 'DEST_MODULE_LOCATION' directive specified.
dkms.conf: Error! No 'PACKAGE_NAME' directive specified.
dkms.conf: Error! No 'PACKAGE_VERSION' directive specified.
---------------

---- from dkms.conf --
DEST_MODULE_LOCATION=/kernel/misc
PACKAGE_NAME=vboxdrv
PACKAGE_VERSION=3.2.6
----------------------------

so why is dkms throwing errors when the information it is searching for is clearly available??