I’m new to Linux, but already learned a lot of it from the web.
I managed to install Virtualbox on my opensuse 11.2
I configured it for a windows xp guest OS.
When I start the guest OS, I get error mesages.
Thank you for your help on this. I had to remove the open-SUSE completely to get this to compile. I would not have completed this without your help. Thank you again.
For some reason I installed this today. (Ok been chomping at the bit to try LMDE)
I had to:
install vbox download
run:sudo /etc/init.d/vboxdrv setup
then reinstalled vbox download
then ran modprobe vboxdrv reboot
To get rid of the error and failed building the kernel modules "modprobe vboxnetflt failed. Please use ‘dmesg’ to find out why"
For some reason unknown to me it wouldn’t build without the reinstall step. I did try the prescribed methods first a couple times.
Now runs as advertised
Updating my VBox LMDE installs 390 packages…
The issue I found is you have to completly remove openSUSE Vbox and then try the complie. If you have any part, then it will not compile and error out. this is what I found and had to solve.
I’m new in this forum (sorry if it’s not the right place to add a new thread).
I’m a beginner concerning virtual box (from Linux_Downloads - VirtualBox) installed on Opensuse 11.2 (uname -r: 2.6.31.5-0.1-default as kernel).
I ve read the information concerning the installation and installed the required files (make, gcc…) and kernel updates…
But I still get the same log error and i don’t now why my “kernel configuration is invalid”(see log) . How can i fix it?
Could you help me please?
Makefile:162: Warning: using /usr/src/linux as the source directory of your Linux kernel. If this is not correct, specify KERN_DIR=<directory> and run Make again.
make KBUILD_VERBOSE=1 -C /usr/src/linux SUBDIRS=/tmp/vbox.1 SRCROOT=/tmp/vbox.1 modules
test -e include/linux/autoconf.h -a -e include/config/auto.conf || (
echo;
echo " ERROR: Kernel configuration is invalid.";
echo " include/linux/autoconf.h or include/config/auto.conf are missing.";
echo " Run ‘make oldconfig && make prepare’ on kernel src to fix it.";
echo;
/bin/false)
ERROR: Kernel configuration is invalid.
include/linux/autoconf.h or include/config/auto.conf are missing.
Run ‘make oldconfig && make prepare’ on kernel src to fix it.