From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GJqGm-0000OR-GC for qemu-devel@nongnu.org; Sun, 03 Sep 2006 07:36:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GJqGk-0000O9-7i for qemu-devel@nongnu.org; Sun, 03 Sep 2006 07:36:08 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GJqGk-0000O6-29 for qemu-devel@nongnu.org; Sun, 03 Sep 2006 07:36:06 -0400 Received: from [203.190.192.17] (helo=wasp.net.au) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GJqR1-0000r9-F3 for qemu-devel@nongnu.org; Sun, 03 Sep 2006 07:46:43 -0400 Message-ID: <44FABE1C.2090300@wasp.net.au> Date: Sun, 03 Sep 2006 15:35:56 +0400 From: Brad Campbell MIME-Version: 1.0 Subject: Re: [Qemu-devel] Kqemu issue References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 Alessandro Corradi wrote: > Hi all, > I use Debian host os with debian guest os. The problem is that I must to > reinstall kqemu every time I boot my host system. > When I try to load qemu it tells me that it can't open kqemu (first I > load kqemu with modprobe naturallyand it is ok), I chmod 777 /dev/kqemu > and it tells me that there isn't this file! Can someone help me? If you are running udev and a new enough kernel, load kqemu with modprobe kqemu major=0 and udev should create the device node for you. If you are running with devfs, you will need to mknod every time you boot, or however Debian lets you do it. Brad -- "Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their apparent disinclination to do so." -- Douglas Adams