Install qemu-audio-pa to pass through mic and headphones to win VM

This commit is contained in:
Warren Hood 2023-12-08 00:51:23 +02:00
parent 3ea0ba961c
commit 395444a82b

View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
echo "Setting up KVM for Arch Linux" echo "Setting up KVM for Arch Linux"
sudo pacman -S qemu libvirt edk2-ovmf virt-manager ebtables dnsmasq sudo pacman -S qemu libvirt edk2-ovmf virt-manager ebtables dnsmasq qemu-audio-pa
# Check if IOMMU is supported # Check if IOMMU is supported
dmesg_iommu_out=$(sudo dmesg | grep -i -e DMAR -e IOMMU) dmesg_iommu_out=$(sudo dmesg | grep -i -e DMAR -e IOMMU)