VMware ESXi enable sound support

Enable SSH and add the following lines to the .vmx file
You might need to change the pciSlotNumber to something else in order to avoid collision

sound.present = "true"
sound.allowGuestConnectionControl = "false"
sound.virtualDev = "hdaudio"
sound.fileName = "-1"
sound.autodetect = "true"
sound.pciSlotNumber = "35"

Leave a Reply

Your email address will not be published. Required fields are marked *