Blog - /Tech
For a while I thought I was using kqemu, but in fact was not. Here's how to fix that.
sudo module-assistant a-i kqemu/etc/modules and add the line:
kqemu
modprobe kqemu/etc/udev/rules.d/60-kqemu.rules. It
should contain the line:
KERNEL=="kqemu", NAME="%k", MODE="0660", GROUP="mwolson"
Change the group to something appropriate for your setup.
udevtrigger to make the previous step take effect.--kernel-kqemu option.
Add a comment