VirtualBox Team,

I have the same problem that Marcus had when trying to instal VirtualBox 1.3.2 
with Ubuntu 6.06.1
LTS.  Even though I already had the linux kernel headers installed, I tried to 
follow the manual
by running "make defconfig."  Please see my steps below ... not sure of what is 
wrong:

$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=6.06
DISTRIB_CODENAME=dapper
DISTRIB_DESCRIPTION="Ubuntu 6.06.1 LTS"

$ uname -r
2.6.15-27-386

$ dpkg -l | grep linux-headers
ii  linux-headers-2.6.15-27                2.6.15-27.50                         
     Header files
related to Linux kernel version
ii  linux-headers-2.6.15-27-386            2.6.15-27.50                         
     Linux kernel
headers 2.6.15 on 386

$ dmesg | grep -i nmi

$ sudo dpkg --remove virtualbox
Password:
(Reading database ... 90740 files and directories currently installed.)
Removing virtualbox ...
Stopping VirtualBox kernel module...done.

$ sudo dpkg --purge virtualbox
(Reading database ... 90234 files and directories currently installed.)
Removing virtualbox ...
Purging configuration files for virtualbox ...

$ sudo dpkg -i VirtualBox_1.3.2_Ubuntu_Dapper_x86.deb
Selecting previously deselected package virtualbox.
(Reading database ... 90232 files and directories currently installed.)
Unpacking virtualbox (from VirtualBox_1.3.2_Ubuntu_Dapper_x86.deb) ...
Setting up virtualbox (1.3.2-20070114_Ubuntu_dapper) ...

Creating group 'vboxusers'. VM users must be member of that group!

Starting VirtualBox kernel moduleFATAL: Module vboxdrv not found.
(modprobe vboxdrv failed)...fail!
invoke-rc.d: initscript virtualbox, action "start" failed.
dpkg: error processing virtualbox (--install):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 virtualbox

$ modprobe -l | grep -i vbox

$ ls -la /lib/modules/2.6.15-27-386/misc/vboxdrv.ko
-rw-r--r-- 1 root root 35686 2007-01-14 10:03 /lib/modules/2.6.15$ cd
/usr/src/linux-headers-2.6.15-27-386

$ cd /usr/src/linux-headers-2.6.15-27-386

$ sudo make defconfig
scripts/kconfig/conf -d arch/i386/Kconfig
***
*** Can't find default configuration "arch/i386/defconfig"!
***
make[1]: *** [defconfig] Error 1
make: *** [defconfig] Error 2
$

Regards,

Hans

>Frank Mehnert schrieb:
>>> I'm using the standard 2.6.15-27-386 kernel that comes with Kubuntu
>>> Dapper. Kernel header and source packages are installed.
>>>
>>> vboxdrv.ko does exist in /lib/modules/2.6.15-27-386/misc/, but doesn't
>>> show up in modprobe -l.
>>>
>>> What's wrong, and more importantly, what can I do? :-)
>> 
>> What is the output of `uname -r`? It should be 2.6.15-27-386, otherwise
>> that kernel module is not used. You should compile the kernel module
>> yourself as described in the User Manual.
>
>The uname output is correct, that is indeed the user kernel. I'll give 
>compiling the kernel module a try if I have the time, I was hoping to be 
>able to avoid that (and avoid reading the manual altogether :-)).
>
>> You might have problems in updating/removing the VirtualBox package now.
>> In that case please look at http://www.virtualbox.org/wiki/Knowledge Base
>> for instructions how to get the package in a sane state. We will fix this
>> issue with our next release which is exepected in some days.
>
>Good to know.
>
>Thanks,
>Markus



 
____________________________________________________________________________________
Don't pick lemons.
See all the new 2007 cars at Yahoo! Autos.
http://autos.yahoo.com/new_cars.html 

_______________________________________________
vbox-users mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-users

Reply via email to