Qemu bug on Debian (Ubuntu)
<p>I've come across this bug every time I install a new kernel, so I thought I'd post the solution.</p>
<p>If you are getting <code>FATAL: Module kqemu not found.</code> then try the following</p>
<pre>
<code>apt-get install module-assistant
module-assistant prepare
module-assistant build kqemu-source
module-assistant install kqemu-source
depmod -a
modprobe kqemu</code>
</pre>
<p>Hope that helps someone</p>
