https://bugzilla.novell.com/show_bug.cgi?id=414183 User cventers@southbyte.com added comment https://bugzilla.novell.com/show_bug.cgi?id=414183#c2 Chase Venters <cventers@southbyte.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cventers@southbyte.com Status|NEEDINFO |NEW Info Provider|gokalp84@gmail.com | --- Comment #2 from Chase Venters <cventers@southbyte.com> 2008-08-17 22:38:11 MDT --- I had the same problem. turbotaz:/lib/modules # uname -a Linux turbotaz 2.6.25.11-0.1-pae #1 SMP 2008-07-13 20:48:28 +0200 i686 i686 i386 GNU/Linux I didn't appear to have any kernel updates pending, but I tried rebooting anyway. The result is the same as Gokalp's. I discovered why this is happening. Here's the result of running modinfo on my system for both kvm and kvm-intel: turbotaz:/lib/modules # modinfo kvm kvm_intel filename: /lib/modules/2.6.25.11-0.1-pae/weak-updates/lib/modules/2.6.25.5-1.1-pae/weak-updates/kvm.ko license: GPL author: Qumranet version: kvm-63 srcversion: 110E834CDB3B229EE35C063 depends: vermagic: 2.6.25.5-1.1-pae SMP mod_unload 586 filename: /lib/modules/2.6.25.11-0.1-pae/kernel/arch/x86/kvm/kvm-intel.ko license: GPL author: Qumranet srcversion: 26AB3206D8CB359A69D697D depends: kvm vermagic: 2.6.25.11-0.1-pae SMP mod_unload 586 parm: bypass_guest_pf:bool Note the difference in path and vermagic. It seems there is an earlier copy of kvm.ko out there that is being favored in the module search path over /lib/modules/2.6.25.11-0.1-pae/kernel/arch/x86/kvm/kvm.ko. If I use insmod on that and modprobe kvm-intel, both modules load correctly. I'm new to openSUSE and know very little about its package management. I don't understand "weak-updates", so that's as far as I can go at the moment. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.