mirror of
				https://github.com/WarrenHood/dotfiles.git
				synced 2025-11-04 01:38:41 +00:00 
			
		
		
		
	Install qemu-audio-pa to pass through mic and headphones to win VM
This commit is contained in:
		
							parent
							
								
									3ea0ba961c
								
							
						
					
					
						commit
						395444a82b
					
				| 
						 | 
					@ -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)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue