Hello all,
Thank you for this post which helped me a lot !
Today I find a way to have the latest vm tools installed with the sound ok.
A few days ago, I was following this article https://blog.bryansmart.com/2012/02/16/low-latency-sound-for-vmware/
With sound.virtualDev = "hdaudio"in the vmx file, I had sound in my win10 guest (linux host) but with problems (the sound crackles due to latency problem, see article)
When I wanted to disable HD audio and use the old virtual sound device with sound.virtualDev = "es1371", I had no more sound at all.
Then I find this subject with google, as I finished with the same problem.
Willa solution worked for me too.
I made several test and in fact, it seems that the driver for "es1371" (WDM audio) is no more available in vmware tool since VMware-tools-10.1.X
I tried with many of them from 10.1.0 to 10.1.7, and it didn't worked. (Index of /45848/tools/releases )
With 10.0.9, the driver are here and it works.
So I copied the drivers after the installation of vmtools-10.0.9
All you need is in C:\Windows\System32\DriverStore\FileRepository\ (All is here, .sys and .inf files)
Get a copy of the directories vmaudio.inf_amd64_30933caaaa23abee/ and wdmaudio.inf_amd64_bf7ec511830b3442/
Copy them in a vmaudio directory.
Then I installed the latest tool and installed the vmaudio driver. And all is working again :smileyhappy:
Open the device manager, find the device undetected and choose to update the driver manually.
Select your vmaudio dir you created before and all will be fine.
Tell me if it works for you too.
Have fun.