Comment 10 for bug 591489

Revision history for this message
Ian Ward (ian-excess) wrote : Re: QEMU_AUDIO_DRV set to none by libvirtd in Lucid

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.