<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Install DKMS-VirtualBox driver not installed: Error after updating to new Linux Kernel</title>
	<atom:link href="http://linuxhub.net/2009/08/install-dkms-virtualbox-driver-not-installed-error-after-updating-to-new-linux-kernel/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxhub.net/2009/08/install-dkms-virtualbox-driver-not-installed-error-after-updating-to-new-linux-kernel/</link>
	<description>Making Linux Simple!</description>
	<lastBuildDate>Thu, 02 Feb 2012 22:11:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Elgroper</title>
		<link>http://linuxhub.net/2009/08/install-dkms-virtualbox-driver-not-installed-error-after-updating-to-new-linux-kernel/comment-page-1/#comment-3182</link>
		<dc:creator>Elgroper</dc:creator>
		<pubDate>Sat, 22 Jan 2011 20:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://linuxhub.net/?p=359#comment-3182</guid>
		<description>You must install your linux-header for your flavour and version of linux, for the command below to work correctly.

 sudo apt-get install dkms  
</description>
		<content:encoded><![CDATA[<p>You must install your linux-header for your flavour and version of linux, for the command below to work correctly.</p>
<p> sudo apt-get install dkms</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denfio</title>
		<link>http://linuxhub.net/2009/08/install-dkms-virtualbox-driver-not-installed-error-after-updating-to-new-linux-kernel/comment-page-1/#comment-3042</link>
		<dc:creator>Denfio</dc:creator>
		<pubDate>Mon, 18 Oct 2010 16:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://linuxhub.net/?p=359#comment-3042</guid>
		<description>i just installed ubuntu maverick 10.10 and I&#039;m getting the same message:
    Kernel driver not installed (rc=-1908)

    The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Re-setup the kernel module by executing

    ‘/etc/init.d/vboxdrv setup’

    as root. Users of Ubuntu, Fedora or Mandriva should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.

tried ‘/etc/init.d/vboxdrv setup’ but I get 

Attempting to install using DKMS
  removing old DKMS module vboxdrv version  3.1.2

------------------------------
Deleting module version: 3.1.2
completely from the DKMS tree.
------------------------------
Done.

Creating symlink /var/lib/dkms/vboxdrv/3.1.2/source -&gt;
                 /usr/src/vboxdrv-3.1.2

DKMS: add Completed.

Kernel preparation unnecessary for this kernel.  Skipping...

Building module:
cleaning build area....
make KERNELRELEASE=2.6.35-22-generic -C /lib/modules/2.6.35-22-generic/build M=/var/lib/dkms/vboxdrv/3.1.2/build....(bad exit status: 2)

Error! Bad return status for module build on kernel: 2.6.35-22-generic (i686)
Consult the make.log in the build directory
/var/lib/dkms/vboxdrv/3.1.2/build/ for more information.
0
0
Traceback (most recent call last):
  File &quot;/usr/share/apport/package-hooks/dkms.py&quot;, line 57, in 
    report.write(open(apport.fileutils.make_report_path(report), &#039;w&#039;))
IOError: [Errno 2] No such file or directory: &#039;/var/crash/virtualbox-3.1.0.crash&#039;
Failed to install using DKMS, attempting to install without
make KBUILD_VERBOSE=1 -C /lib/modules/2.6.35-22-generic/build SUBDIRS=/tmp/vbox.0 SRCROOT=/tmp/vbox.0 modules
test -e include/generated/autoconf.h -a -e include/config/auto.conf &#124;&#124; (		
	echo;								
	echo &quot;  ERROR: Kernel configuration is invalid.&quot;;		
	echo &quot;         include/generated/autoconf.h or include/config/auto.conf are missing.&quot;;
	echo &quot;         Run &#039;make oldconfig &amp;&amp; make prepare&#039; on kernel src to fix it.&quot;;	
	echo;								
	/bin/false)
mkdir -p /tmp/vbox.0/.tmp_versions ; rm -f /tmp/vbox.0/.tmp_versions/*
make -f scripts/Makefile.build obj=/tmp/vbox.0
  gcc -Wp,-MD,/tmp/vbox.0/linux/.SUPDrv-linux.o.d  -nostdinc -isystem /usr/lib/gcc/i686-linux-gnu/4.4.5/include  -I/usr/src/linux-headers-2.6.35-22-generic/arch/x86/include -Iinclude  -include include/generated/autoconf.h -Iubuntu/include  -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m32 -msoft-float -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2 -march=i686 -mtune=generic -maccumulate-outgoing-args -Wa,-mtune=generic32 -ffreestanding -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=1024 -fno-omit-frame-pointer -fno-optimize-sibling-calls -pg -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -I/lib/modules/2.6.35-22-generic/build/include -I/tmp/vbox.0/ -I/tmp/vbox.0/include -I/tmp/vbox.0/r0drv/linux -D__KERNEL__ -DMODULE -DRT_OS_LINUX -DIN_RING0 -DIN_RT_R0 -DIN_SUP_R0 -DVBOX -DRT_WITH_VBOX -DVBOX_WITH_HARDENING -DCONFIG_VBOXDRV_AS_MISC -DRT_ARCH_X86 -DVBOX_WITH_64_BITS_GUESTS  -DMODULE -D&quot;KBUILD_STR(s)=#s&quot; -D&quot;KBUILD_BASENAME=KBUILD_STR(SUPDrv_linux)&quot;  -D&quot;KBUILD_MODNAME=KBUILD_STR(vboxdrv)&quot;  -c -o /tmp/vbox.0/linux/.tmp_SUPDrv-linux.o /tmp/vbox.0/linux/SUPDrv-linux.c
In file included from /tmp/vbox.0/include/VBox/types.h:34,
                 from /tmp/vbox.0/linux/../SUPDrvInternal.h:39,
                 from /tmp/vbox.0/linux/SUPDrv-linux.c:37:
/tmp/vbox.0/include/iprt/types.h:100: fatal error: linux/autoconf.h: No such file or directory
compilation terminated.
make[2]: *** [/tmp/vbox.0/linux/SUPDrv-linux.o] Error 1
make[1]: *** [_module_/tmp/vbox.0] Error 2
make: *** [vboxdrv] Error 2</description>
		<content:encoded><![CDATA[<p>i just installed ubuntu maverick 10.10 and I&#8217;m getting the same message:<br />
    Kernel driver not installed (rc=-1908)</p>
<p>    The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Re-setup the kernel module by executing</p>
<p>    ‘/etc/init.d/vboxdrv setup’</p>
<p>    as root. Users of Ubuntu, Fedora or Mandriva should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.</p>
<p>tried ‘/etc/init.d/vboxdrv setup’ but I get </p>
<p>Attempting to install using DKMS<br />
  removing old DKMS module vboxdrv version  3.1.2</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Deleting module version: 3.1.2<br />
completely from the DKMS tree.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Done.</p>
<p>Creating symlink /var/lib/dkms/vboxdrv/3.1.2/source -&gt;<br />
                 /usr/src/vboxdrv-3.1.2</p>
<p>DKMS: add Completed.</p>
<p>Kernel preparation unnecessary for this kernel.  Skipping&#8230;</p>
<p>Building module:<br />
cleaning build area&#8230;.<br />
make KERNELRELEASE=2.6.35-22-generic -C /lib/modules/2.6.35-22-generic/build M=/var/lib/dkms/vboxdrv/3.1.2/build&#8230;.(bad exit status: 2)</p>
<p>Error! Bad return status for module build on kernel: 2.6.35-22-generic (i686)<br />
Consult the make.log in the build directory<br />
/var/lib/dkms/vboxdrv/3.1.2/build/ for more information.<br />
0<br />
0<br />
Traceback (most recent call last):<br />
  File &#8220;/usr/share/apport/package-hooks/dkms.py&#8221;, line 57, in<br />
    report.write(open(apport.fileutils.make_report_path(report), &#8216;w&#8217;))<br />
IOError: [Errno 2] No such file or directory: &#8216;/var/crash/virtualbox-3.1.0.crash&#8217;<br />
Failed to install using DKMS, attempting to install without<br />
make KBUILD_VERBOSE=1 -C /lib/modules/2.6.35-22-generic/build SUBDIRS=/tmp/vbox.0 SRCROOT=/tmp/vbox.0 modules<br />
test -e include/generated/autoconf.h -a -e include/config/auto.conf || (<br />
	echo;<br />
	echo &#8221;  ERROR: Kernel configuration is invalid.&#8221;;<br />
	echo &#8221;         include/generated/autoconf.h or include/config/auto.conf are missing.&#8221;;<br />
	echo &#8221;         Run &#8216;make oldconfig &amp;&amp; make prepare&#8217; on kernel src to fix it.&#8221;;<br />
	echo;<br />
	/bin/false)<br />
mkdir -p /tmp/vbox.0/.tmp_versions ; rm -f /tmp/vbox.0/.tmp_versions/*<br />
make -f scripts/Makefile.build obj=/tmp/vbox.0<br />
  gcc -Wp,-MD,/tmp/vbox.0/linux/.SUPDrv-linux.o.d  -nostdinc -isystem /usr/lib/gcc/i686-linux-gnu/4.4.5/include  -I/usr/src/linux-headers-2.6.35-22-generic/arch/x86/include -Iinclude  -include include/generated/autoconf.h -Iubuntu/include  -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m32 -msoft-float -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2 -march=i686 -mtune=generic -maccumulate-outgoing-args -Wa,-mtune=generic32 -ffreestanding -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=1024 -fno-omit-frame-pointer -fno-optimize-sibling-calls -pg -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -I/lib/modules/2.6.35-22-generic/build/include -I/tmp/vbox.0/ -I/tmp/vbox.0/include -I/tmp/vbox.0/r0drv/linux -D__KERNEL__ -DMODULE -DRT_OS_LINUX -DIN_RING0 -DIN_RT_R0 -DIN_SUP_R0 -DVBOX -DRT_WITH_VBOX -DVBOX_WITH_HARDENING -DCONFIG_VBOXDRV_AS_MISC -DRT_ARCH_X86 -DVBOX_WITH_64_BITS_GUESTS  -DMODULE -D&#8221;KBUILD_STR(s)=#s&#8221; -D&#8221;KBUILD_BASENAME=KBUILD_STR(SUPDrv_linux)&#8221;  -D&#8221;KBUILD_MODNAME=KBUILD_STR(vboxdrv)&#8221;  -c -o /tmp/vbox.0/linux/.tmp_SUPDrv-linux.o /tmp/vbox.0/linux/SUPDrv-linux.c<br />
In file included from /tmp/vbox.0/include/VBox/types.h:34,<br />
                 from /tmp/vbox.0/linux/../SUPDrvInternal.h:39,<br />
                 from /tmp/vbox.0/linux/SUPDrv-linux.c:37:<br />
/tmp/vbox.0/include/iprt/types.h:100: fatal error: linux/autoconf.h: No such file or directory<br />
compilation terminated.<br />
make[2]: *** [/tmp/vbox.0/linux/SUPDrv-linux.o] Error 1<br />
make[1]: *** [_module_/tmp/vbox.0] Error 2<br />
make: *** [vboxdrv] Error 2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: New LX User Steve</title>
		<link>http://linuxhub.net/2009/08/install-dkms-virtualbox-driver-not-installed-error-after-updating-to-new-linux-kernel/comment-page-1/#comment-2638</link>
		<dc:creator>New LX User Steve</dc:creator>
		<pubDate>Tue, 15 Jun 2010 08:22:27 +0000</pubDate>
		<guid isPermaLink="false">http://linuxhub.net/?p=359#comment-2638</guid>
		<description>Using Mandriva, I got the error after installing Virtualbox OSE and creating my first machine, then trying to start it.  So I installed DKMS package from download.  Tried the /etc/init.d/vboxdrv setup command, which failed because of no such prog vboxdrv in that directory.  listed directory and found that there is a process called ./virtualbox.  executed ./virtualbox restart then ./virtualbox status which said that the kernel module was loaded.  re started the Virtual box programme and my Win98 VM started up no problem....so hopefully it&#039;s fixed ;)</description>
		<content:encoded><![CDATA[<p>Using Mandriva, I got the error after installing Virtualbox OSE and creating my first machine, then trying to start it.  So I installed DKMS package from download.  Tried the /etc/init.d/vboxdrv setup command, which failed because of no such prog vboxdrv in that directory.  listed directory and found that there is a process called ./virtualbox.  executed ./virtualbox restart then ./virtualbox status which said that the kernel module was loaded.  re started the Virtual box programme and my Win98 VM started up no problem&#8230;.so hopefully it&#39;s fixed <img src='http://linuxhub.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://linuxhub.net/2009/08/install-dkms-virtualbox-driver-not-installed-error-after-updating-to-new-linux-kernel/comment-page-1/#comment-2527</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Tue, 11 May 2010 19:32:58 +0000</pubDate>
		<guid isPermaLink="false">http://linuxhub.net/?p=359#comment-2527</guid>
		<description>I had hope, until I got file not found for the DKMS file.</description>
		<content:encoded><![CDATA[<p>I had hope, until I got file not found for the DKMS file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://linuxhub.net/2009/08/install-dkms-virtualbox-driver-not-installed-error-after-updating-to-new-linux-kernel/comment-page-1/#comment-2501</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Tue, 11 May 2010 16:32:58 +0000</pubDate>
		<guid isPermaLink="false">http://linuxhub.net/?p=359#comment-2501</guid>
		<description>I had hope, until I got file not found for the DKMS file.</description>
		<content:encoded><![CDATA[<p>I had hope, until I got file not found for the DKMS file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VBox</title>
		<link>http://linuxhub.net/2009/08/install-dkms-virtualbox-driver-not-installed-error-after-updating-to-new-linux-kernel/comment-page-1/#comment-2486</link>
		<dc:creator>VBox</dc:creator>
		<pubDate>Fri, 16 Apr 2010 00:59:54 +0000</pubDate>
		<guid isPermaLink="false">http://linuxhub.net/?p=359#comment-2486</guid>
		<description>I just installed Ubuntu 10.04 beta and had the problem with VBox as described above. Followed your instructions and problem solved, Thanks for helping, Stav</description>
		<content:encoded><![CDATA[<p>I just installed Ubuntu 10.04 beta and had the problem with VBox as described above. Followed your instructions and problem solved, Thanks for helping, Stav</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: logicodifuso</title>
		<link>http://linuxhub.net/2009/08/install-dkms-virtualbox-driver-not-installed-error-after-updating-to-new-linux-kernel/comment-page-1/#comment-2032</link>
		<dc:creator>logicodifuso</dc:creator>
		<pubDate>Thu, 07 Jan 2010 02:31:33 +0000</pubDate>
		<guid isPermaLink="false">http://linuxhub.net/?p=359#comment-2032</guid>
		<description>grandioso!!

bastante simple y directo!! estupendo post!!

saludos</description>
		<content:encoded><![CDATA[<p>grandioso!!</p>
<p>bastante simple y directo!! estupendo post!!</p>
<p>saludos</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: logicodifuso</title>
		<link>http://linuxhub.net/2009/08/install-dkms-virtualbox-driver-not-installed-error-after-updating-to-new-linux-kernel/comment-page-1/#comment-2877</link>
		<dc:creator>logicodifuso</dc:creator>
		<pubDate>Thu, 07 Jan 2010 02:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://linuxhub.net/?p=359#comment-2877</guid>
		<description>grandioso!!

bastante simple y directo!! estupendo post!!

saludos</description>
		<content:encoded><![CDATA[<p>grandioso!!</p>
<p>bastante simple y directo!! estupendo post!!</p>
<p>saludos</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vivek</title>
		<link>http://linuxhub.net/2009/08/install-dkms-virtualbox-driver-not-installed-error-after-updating-to-new-linux-kernel/comment-page-1/#comment-68</link>
		<dc:creator>Vivek</dc:creator>
		<pubDate>Sun, 09 Aug 2009 06:56:32 +0000</pubDate>
		<guid isPermaLink="false">http://linuxhub.net/?p=359#comment-68</guid>
		<description>@rotyyu that is strange coz re-installing should work out of the box. I did a reinstall and it worked. You might want to check the log files of installation for VirtualBox</description>
		<content:encoded><![CDATA[<p>@rotyyu that is strange coz re-installing should work out of the box. I did a reinstall and it worked. You might want to check the log files of installation for VirtualBox</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vivek</title>
		<link>http://linuxhub.net/2009/08/install-dkms-virtualbox-driver-not-installed-error-after-updating-to-new-linux-kernel/comment-page-1/#comment-2876</link>
		<dc:creator>Vivek</dc:creator>
		<pubDate>Sun, 09 Aug 2009 06:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://linuxhub.net/?p=359#comment-2876</guid>
		<description>@rotyyu that is strange coz re-installing should work out of the box. I did a reinstall and it worked. You might want to check the log files of installation for VirtualBox</description>
		<content:encoded><![CDATA[<p>@rotyyu that is strange coz re-installing should work out of the box. I did a reinstall and it worked. You might want to check the log files of installation for VirtualBox</p>
]]></content:encoded>
	</item>
</channel>
</rss>

