VMware Add Sound Card: Difference between revisions

From KG7QIN's Wiki
Jump to navigation Jump to search
(Created initial page)
 
m (Added category)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:Virtualization]]
[[Category:VMware]]
To add a sound card to a VM:
To add a sound card to a VM:



Latest revision as of 04:30, 18 February 2024

To add a sound card to a VM:

Warning: Backup .vmx file before making changes

  1. Login to ESXi host where VM resides using SSH
  2. Navigate to /vmfs/volumes/<location of vm folder>
  3. Shut down VM you wish to add a soundcard to
  4. Edit .vmx file using VI editor
  5. Add the following to the .vmx file at the end:
sound.present = "true"
sound.allowGuestConnectionControl = "false"
sound.virtualDev = "hdaudio"
sound.fileName = "-1"
sound.autodetect = "true"
  1. Save .vmx file
  2. Power on VM and once running you will see the soundcard device

This will show up in VM settings as an unsupported device.