Hi, I am using KVM with Qemu, so I do not know if this will help you. Like you, I am also puzzled with the way KVM is compiled without Alsa under Ubuntu. After all, Ubuntu comes with Alsa, and I see no reason whey they do not compile it with it. It seems like the other distributions (openSuSE, Fedora) are doing the same thing.
Anyway, I donwnloaded the latest KVM version (version 70), and did the following: ./configure --prefix=SET_YOUR_OWN_HERE --arch=X86_64_or_whatever_you_have --enable-alsa make make install and now it works with Alsa. You will also want to download alsa-sources and alsa dev libraries. Otherwise, you may want to do a search on lines that start with: QEMU_AUDIO_DRV=alsa For me, compiling KVM with alsa support was the only way to use VoipStunt under XP (I did not like Ekiga). -- qemu uses /dev/dsp https://bugs.launchpad.net/bugs/231998 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
