Author |
Message |
kenyee
|
|
Post subject: virtualbox kernel module doesn't build w/ latest 4.3 kernel?
Posted: 29.11.2015, 03:35
|
|
Joined: 2010-09-29
Posts: 100
Status: Offline
|
|
Anyone know of a workaround?
Uninstalling modules from DKMS
removing old DKMS module vboxhost version 4.3.28
------------------------------
Deleting module version: 4.3.28
completely from the DKMS tree.
------------------------------
Done.
Attempting to install using DKMS
Creating symlink /var/lib/dkms/vboxhost/4.3.28/source ->
/usr/src/vboxhost-4.3.28
DKMS: add completed.
Kernel preparation unnecessary for this kernel. Skipping...
Building module:
cleaning build area....
make KERNELRELEASE=4.3.0-0.slh.2-aptosid-amd64 -C /lib/modules/4.3.0-0.slh.2-aptosid-amd64/build M=/var/lib/dkms/vboxhost/4.3.28/build....(bad exit status: 2)
Failed to install using DKMS, attempting to install without
make KBUILD_VERBOSE=1 SUBDIRS=/tmp/vbox.0 SRCROOT=/tmp/vbox.0 CONFIG_MODULE_SIG= -C /lib/modules/4.3.0-0.slh.2-aptosid-amd64/build modules
test -e include/generated/autoconf.h -a -e include/config/auto.conf || ( \
echo >&2; \
echo >&2 " ERROR: Kernel configuration is invalid."; \
echo >&2 " include/generated/autoconf.h or include/config/auto.conf are missing.";\
echo >&2 " Run 'make oldconfig && make prepare' on kernel src to fix it."; \
echo >&2 ; \
/bin/false)
mkdir -p /tmp/vbox.0/.tmp_versions ; rm -f /tmp/vbox.0/.tmp_versions/*
make -f ./scripts/Makefile.build obj=/tmp |
|
|
|
|
|
kenyee
|
|
Post subject: RE: virtualbox kernel module doesn
Posted: 29.11.2015, 03:59
|
|
Joined: 2010-09-29
Posts: 100
Status: Offline
|
|
solution: time to upgrade to VirtualBox 5.0 so stop being lazy
Installed VirtualBox 5.0.10 and it works well... |
|
|
|
|
|
|
|
|