Yes, I have gotten kqemu running on edgy. The easiest way to do it is to compile from source, since the ubuntu repos don't include the kqemu accelerator (it's non-free software). Download qemu and kqemu source tarballs. Install using ./configure, make, make install with your favorite options, and then activate the kqemu module:
<br><br>modprobe kqemu major=0<br><br>This kernel module has to be activated, or it won't be used. You have to do this every time you have rebooted, so make a startup script. Hope this helped! Check here for more info:<br>
<br><a href="http://fabrice.bellard.free.fr/qemu/kqemu-doc.html">http://fabrice.bellard.free.fr/qemu/kqemu-doc.html</a><br><br><div><span class="gmail_quote">On 12/12/06, <b class="gmail_sendername">sdavmor</b> <<a href="mailto:sdavmor@systemstheory.net">
sdavmor@systemstheory.net</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Vincent Trouilliez wrote:<br>> Hello,<br>>
<br>> Yesterday I wanted to try OpenSuse 10.2 that'a just been released.<br>> No no, no intent to cheat on Ubuntu officer, honnest, just meant to<br>> look at the competition to see where we stand.<br>><br>> In VMware it hung, so I tried in Qemu.
<br>> I have never used Qemu before, but the latest version was in Edgy so I<br>> installed painlessly. Suse installed fine from the DVD ISO, but it was<br>> sooooo slow (took about 4 hours, no kidding).<br>><br>
> I went to the Qemu website:<br>><br>> <a href="http://www.qemu.org/kqemu-doc.html">http://www.qemu.org/kqemu-doc.html</a><br>><br>> and gathered that there is kernel module, called "Kqemu" one must use to
<br>> accelerate significantly Qemu and make it eventually useful.<br>> I didn't find that Kqemu thing in the Ubuntu repos, so I followed the<br>> instructions given on the above link.<br>> I downloaded it, compiled, loaded it by hand ("sudo modprobe kqemu"),
<br>> tripled checked that /dev/kqemu existed, that is was loaded in memory<br>> (I used lsmod), and I start Qemu as root to avoid any permission<br>> problem on the module, as mentioned on the site.<br>><br>> Then I start Qemu, hoping for the best... and quickly disappointed,
<br>> Suse runs so slow that it hardly can respond to mouse input properly.<br>><br>> I went to the Ubuntu Wiki, but didn't find any Edgy specific/relevant<br>> Howto, only obsolete stuff.<br>><br>> So if anyone has managed to get Kqemu working on Edgy, I would
<br>> gratefully receive your guidance... :-)<br>><br>><br>> regards,<br>><br>><br>> --<br>> Vince<br><br>I was disappointed with the performance of Qemu running Win2K on Edgy,<br>even after install the accelerator, that I moved it under VMWare and
<br>it was quite OK.  I'm interested in trying a couple of the other<br>emulators too for comparison.<br>--<br>Cheers,<br>SDM -- a 21st century schizoid man<br>Systems Theory internet music project links:<br>official site <
<a href="http://www.systemstheory.net">www.systemstheory.net</a>><br>soundclick <<a href="http://www.soundclick.com/systemstheory">www.soundclick.com/systemstheory</a>><br>garageband <<a href="http://www.garageband.com/artist/systemstheory">
www.garageband.com/artist/systemstheory</a>><br>"Soundtracks For Imaginary Movies" CD released Dec 2004<br>"Codetalkers" CD coming Nov 2006<br>NP: nothing<br><br>--<br>ubuntu-users mailing list<br><a href="mailto:ubuntu-users@lists.ubuntu.com">
ubuntu-users@lists.ubuntu.com</a><br>Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br></blockquote></div><br>