-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update template.xml.in and basic.sh #55
Conversation
Adding those quemu args and following with this guide (https://github.com/MobCode100/Dastux/blob/main/VoodooHDA-QEMU-KVM.md) will enable audio playback without passthrough in the macOS VM (tested with Ventura).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add these changes to basic.sh too?
Also removed ICH9 audio which is useless
Also removed ICH9 audio which is useless in template.xml.in |
done :) |
@notAperson535 Please wait a bit, sound is actually NOT working with basic.sh despite changes I've made. Looking for a solution... |
Ok |
OK got it sorted. Both updated files are now fine. If you want sound inside your macOS VM, whether with qemu or libvirt/virt-manager :
Credits : https://github.com/MobCode100/Dastux/blob/main/VoodooHDA-QEMU-KVM.md If you want sound to get working DO NOT execute the VM as root or you will encounter some alsa errors and you won't hear anything ! => Do not run "sudo ./basic.sh" but simply "./basic.sh" Same issue with virt-manager : ensure your current user has the appropriate rights ! : Maybe those steps should be added in the Install Guide :-) |
|
Adding those quemu args and following with this guide (https://github.com/MobCode100/Dastux/blob/main/VoodooHDA-QEMU-KVM.md) will enable audio playback without passthrough in the macOS VM (tested with Ventura).