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.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to