Running clean Ubuntu 13.04 install with KVM and Virt-Manager. Trying to figure sound out and need some help please...
Host audio works fine, via HDMI. "aplay -l" confirms card0,device3.
Guest configured using ich6 device in virt-manager...guest boots fine and all device drivers inside work...guest looks like its playing audio with the UI showing output but nothing is heard.
Have modified /etc/libvirt/qemu.conf with
vnc_allow_host_audio=1
user='myuser'
group='myuser'
Looking at the /var/log/libvirt/qemu/Windows7.log the following is the excerpt related to the audio (no errors are reported)
"...device intel-hda,id=sound0,bus=pci.0,addr=0x4 -device hda-duplex,id=sound0-codec3,bus=sound0.0,cad=0..."
How do I specify the correct card and device. I can edit the domain xml using virsh edit but am unsure of the syntax to use?
Would appreciate any help.
K
Host audio works fine, via HDMI. "aplay -l" confirms card0,device3.
Guest configured using ich6 device in virt-manager...guest boots fine and all device drivers inside work...guest looks like its playing audio with the UI showing output but nothing is heard.
Have modified /etc/libvirt/qemu.conf with
vnc_allow_host_audio=1
user='myuser'
group='myuser'
Looking at the /var/log/libvirt/qemu/Windows7.log the following is the excerpt related to the audio (no errors are reported)
"...device intel-hda,id=sound0,bus=pci.0,addr=0x4 -device hda-duplex,id=sound0-codec3,bus=sound0.0,cad=0..."
How do I specify the correct card and device. I can edit the domain xml using virsh edit but am unsure of the syntax to use?
Would appreciate any help.
K