From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D19I0-0002Ap-51 for qemu-devel@nongnu.org; Tue, 15 Feb 2005 15:27:20 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D19Hx-00029N-G9 for qemu-devel@nongnu.org; Tue, 15 Feb 2005 15:27:18 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D19Hx-00028P-5R for qemu-devel@nongnu.org; Tue, 15 Feb 2005 15:27:17 -0500 Received: from [64.233.184.199] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D1934-00075d-Ps for qemu-devel@nongnu.org; Tue, 15 Feb 2005 15:11:54 -0500 Received: by wproxy.gmail.com with SMTP id 36so61913wri for ; Tue, 15 Feb 2005 12:11:54 -0800 (PST) Message-ID: Date: Tue, 15 Feb 2005 21:11:54 +0100 From: Magnus Damm Subject: Re: [Qemu-devel] kqemu failure In-Reply-To: <200502151958.38274.katakombi@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <200502151958.38274.katakombi@web.de> Reply-To: Magnus Damm , 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 Hello, On Tue, 15 Feb 2005 19:58:38 +0100, katakombi wrote: > Hi pals, > > I succeeded in building the kernel module, but if I modprobe it tells me > > root@1[katakombi]# modprobe kqemu > FATAL: Error inserting kqemu (/lib/modules/2.6.7/misc/kqemu.ko): Device or > resourcebusy > > or (on console, additionally): > kqemu: could not get major 254 Something on your system is probably already using major 254. A wild guess is the pcmcia stuff. Have a look at the majors in use in /proc/devices. Try "cat /proc/devices | grep 254" and see what comes out. Try to patch the code with the major changing patches posted to this list. Good luck! / magnus