[Bug 591489] Re: QEMU_AUDIO_DRV set to none by libvirtd in Lucid
Ian Ward
ian at excess.org
Sat Sep 4 18:26:51 BST 2010
Here's my dirty hack that enables local sound:
cd /usr/bin
mv kvm kvm.bin
cat >kvm <<END
#!/bin/sh
QEMU_AUDIO_DRV=alsa /usr/bin/kvm.bin $@
END
chmod +x kvm
I also tried QEMU_AUDIO=pa, but that didn't give any mic input for some
reason.
--
QEMU_AUDIO_DRV set to none by libvirtd in Lucid
https://bugs.launchpad.net/bugs/591489
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.
More information about the Ubuntu-server-bugs
mailing list