From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DHOmX-0002zp-4Y for qemu-devel@nongnu.org; Fri, 01 Apr 2005 11:14:01 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DHOmO-0002uk-Lm for qemu-devel@nongnu.org; Fri, 01 Apr 2005 11:13:53 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DHOmO-0002uG-BT for qemu-devel@nongnu.org; Fri, 01 Apr 2005 11:13:52 -0500 Received: from [65.74.133.9] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1DHOR7-0003DU-9r for qemu-devel@nongnu.org; Fri, 01 Apr 2005 10:51:53 -0500 From: Paul Brook Subject: Re: [Qemu-devel] problems with kqemu module. Date: Fri, 1 Apr 2005 16:51:48 +0100 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504011651.49486.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Miguel Filipe On Friday 01 April 2005 16:27, Miguel Filipe wrote: > I've downloaded the kqemu package yesterday, and tried to build qemu > from CVS today with that kqemu. > > I've followed the instructions and the build went fine, I have > /dev/kqemu, and kqemu in /lib/modules/kernel-version/misc/kqemu.ko > > My kernel is 2.6.10-5-686-smp from the ubuntu distro. > trying to modprobe kqemu gives me this: > > miguel@garfield:/lib/modules$ sudo modprobe kqemu > FATAL: Error inserting kqemu > (/lib/modules/2.6.10-5-686-smp/misc/kqemu.ko): Invalid module format > miguel@garfield:/lib/modules$ sudo insmod ./2.6.10-5-686-smp/misc/kqemu.ko > insmod: error inserting './2.6.10-5-686-smp/misc/kqemu.ko': -1 Invalid > module format > > Can you ppl give me any advice? Most likely you used the wrong kernel sources/headers. The kernel sources you use when building kqemu must *exactly* match the kernel you're running. Paul