On Tue, 2010-08-10 at 16:57 +0200, ext Sivan Greenberg wrote: > r...@sivan-desktop:~# modprobe kvm-intel > FATAL: Error inserting kvm_intel > (/lib/modules/2.6.32-22-generic-pae/kernel/arch/x86/kvm/kvm-intel.ko): > Operation not supported > > I didn't check if the device node was created since this error msg :) > > What's next? > > -Sivan
Can you check the problem in "dmesg | tail" output? Most probably your CPU doesn't have virtualization extensions, or it might be disabled in BIOS (in that case look for VT support in BIOS and enable it). In any case, you should be able to run qemu without kvm support with performance hit. Check the qemugl_cmd.sh script and try to start qemu without kvm (-no-kvm option). Cheers, Ameya. _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev
