On Wed, 2007-02-07 at 13:32 -0600, [EMAIL PROTECTED] wrote: > hi, > > I am trying to install kvm on my Dell inspiron 6400 with opensuse 10.2 > (uname -r = 2.6.18.2-34-default). I download the kvm-12.tar.gz package from > sourceForge and followed the steps : > > tar xzf kvm-release.tar.gz > cd kvm-release ./configure --prefix=/usr/local/kvm > make > sudo make install > sudo /sbin/modprobe kvm-intel > > everything goes smoothly except modprobe which gives the following error: > > WARNING: Error inserting kvm (/lib/modules/2.6.18.2-34-default/extra/kvm.ko): > Invalid module format > FATAL: Error inserting kvm_intel > (/lib/modules/2.6.18.2-34-default/extra/kvm-intel.ko): Invalid module format > > any idea what could be wrong, thanks
dmesg will contain more elucidation, but my guess would be that the module has been build for a different kernel than the one you're running. Cheers, Rusty. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ kvm-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kvm-devel
