[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] Need urgent help!!
From: |
Edward J. Shornock |
Subject: |
Re: [Qemu-discuss] Need urgent help!! |
Date: |
Thu, 18 Sep 2014 15:04:46 +0300 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
* Priyanka Ranjan <address@hidden> [18-09-2014 07:22 EEST]:
> Thanks a lot Fam for your reply.
>
> I executed "modprobe kvm" but it did not return anything. Please suggest
> me next steps.
>
Did you try re-running your original command after "modprobe kvm"? If
nothing is returned after issuing a modprobe command that means there
wasn't an error loading the module.
# modprobe kvm
# modprobe non-existing
modprobe: FATAL: Module non-existing not found.
You can confirm it's been loaded with "lsmod |grep kvm". For example, on
my box:
$ lsmod |grep kvm
kvm_amd 54863 0
kvm 388172 1 kvm_amd