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
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to