From mboxrd@z Thu Jan 1 00:00:00 1970 From: walt Subject: Re: kvm-82 Date: Fri, 16 Jan 2009 06:37:15 -0800 Message-ID: References: <42c6aeaf0901160021s5c389bc1s22dd98944fef55a0@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit To: kvm@vger.kernel.org Return-path: Received: from main.gmane.org ([80.91.229.2]:39048 "EHLO ciao.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935929AbZAPOh2 (ORCPT ); Fri, 16 Jan 2009 09:37:28 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LNpp8-0008Uh-NP for kvm@vger.kernel.org; Fri, 16 Jan 2009 14:37:26 +0000 Received: from adsl-69-234-212-7.dsl.irvnca.pacbell.net ([69.234.212.7]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Jan 2009 14:37:26 +0000 Received: from w41ter by adsl-69-234-212-7.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Jan 2009 14:37:26 +0000 In-Reply-To: <42c6aeaf0901160021s5c389bc1s22dd98944fef55a0@mail.gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: Gioacchino Mendola wrote: > Hello everyone, > I hope my questions will not be too trivial! > I downloaded and compiled KVM-82 but I have trouble loading the > modules.The message error is as follows: > insmod: error inserting 'kvm.ko': -1 Unknown symbol in module > Why can not I load the modules? > > p.s > i use kernel 2.6.28 Where did you get kvm.ko? It should come from the same sources your kernel is compiled from, and you should compile KVM using the --with-patched-kernel flag for the configure step. That is, kvm.ko should come from your kernel source code and not your KVM-82 sources.