well if i have sound in guest i dont have in host...
I'm using ubuntu all updated by synaptic.
tested some more google pulse and
for example
declare -x QEMU_ALSA_ADC_DEV="/dev/audio"
declare -x QEMU_ALSA_DAC_DEV="/dev/audio"
declare -x QEMU_AUDIO_DRV="alsa"
declare -x QEMU_OSS_ADC_DEV="/dev/audioOSS"
declare -x QEMU_OSS_DAC_DEV="/dev/audioOSS"
it still say
oss: Could not initialize DAC
oss: Failed to open `/dev/dsp'
oss: Reason: Device or resource busy
oss: Could not initialize DAC
oss: Failed to open `/dev/dsp'
oss: Reason: Device or resource busy
audio: Failed to create voice `es1370.dac2'
not fatal problem but if i caould go over it would be perfect lol, then i would have only to find a way to make my G9 mouse forward and back buttons to work, i try lsusb and host:1234:1234 stuff, worked for other devices but not my logitech logicool products lol
You need to configure KVM as below before compiling:
%./configure --prefix=/usr/local --audio-drv-list="alsa oss" --enable-mixemu
%make
%sudo make install
After that, the host and guest can share sound device.
oh ok tnks, maybe it should be in ubuntu faq on kvm since I installed from synaptic ...guess the kernel update killed something, maybe a simple reinstall would do it, i might test before seeing those beautiful warnings appear in terminal, or with luck some fatal error lol.
I'm quite busy now but ill test it next week, seeing videos in my guest any way now... kvm rulez.
If ok ill mark as solved lol...
thanks again m8.
Post new comment