andrewreid91
Enthusiast
Enthusiast

Gotta add this to my notes. Thanks for the detailed post. 

Reply
0 Kudos
macmanm1
Contributor
Contributor

Cool! It's works! Thank you so much!

Reply
0 Kudos
macmanm1
Contributor
Contributor

 

changed from:
usb.restrictions.defaultAllow = "FALSE"
To:
usb.restrictions.defaultAllow = "TRUE"

Works greate!

Reply
0 Kudos
dragon1988
Contributor
Contributor

For those with encryption, you have to remove encryption so you can edit your .vmx file, then you can re-add it.

What a PITA.

Wow, Why would the default be to remove access to USB devices?!!, This is VMWare Workstation, which is run on a desktop that has ... you know ... USB devices.

I just wasted 3 hours troubleshooting this.

Why do i pay for this software again?!

 

Reply
0 Kudos
Identifier
Contributor
Contributor

Same issue happening as of 2023 (VMware Workstation Pro v17).

Reply
0 Kudos
joshiga
Enthusiast
Enthusiast

As you faced this issue in 17.0 build also, can you please share your host guest details. 

Specifically if possible please attach your vmx file, We need to see if there anything else interesting there. 

Reply
0 Kudos
joshiga
Enthusiast
Enthusiast

We are working on it, and this will be fixed in Workstation next release. 

Thanks,

Gaurav

Reply
0 Kudos
tperman_msi
Contributor
Contributor

This issue affected me too on VMWare Workstation 16.2.5 build-20904516, with guest OS Fedora 36 & 38. When the .VMX file was manually edited it worked OK. 

@joshiga - Has this now been fixed?

Reply
0 Kudos
joshiga
Enthusiast
Enthusiast

Reply
0 Kudos
bsilverthorn
Contributor
Contributor

Appears to stil not be fixed. I have no redirect option, can't pass my headset or webcam in / out the vm. Workstation 17.02 on arch linux

. usb.restrictions.defaultAllow = "TRUE" did not exist in .vmx file. I added it, but still no change. Windows 11 VM, with latest Vmware tools installed as well.

Reply
0 Kudos
tuxster_mk
Contributor
Contributor

I am still having issues with this, one of the three Linux guests I installed is not grayed out (MX Linux) and works as intended. A Windows 11 guest works mounting the same usb volume no issues. The Ubuntu LTS is grayed out and I removed the usb.restrictions.defaultAllow = "TRUE" from mx file and restarted VMware.

Not sure of how to fix this.

Reply
0 Kudos
zenficus
Contributor
Contributor

Try explicitly setting this thing in configuration, not removing it.

Also, this was relevent for Workstation 16, not 17. If you're using 17, some of newer version - try to play around with this setting. I mean, instead of 

usb.restrictions.defaultAllow = "TRUE"

try to remove quotes completely

usb.restrictions.defaultAllow = TRUE

or to replace them with apostrophes 

usb.restrictions.defaultAllow = 'TRUE'

We never knew how this feature works because it was never (openly) documented, so the only way to figure that out - is just to experiment with it.

Reply
0 Kudos
joshiga
Enthusiast
Enthusiast

Please note this issue is fixed in 17.0.1 onwards, you shouldn't see this issue because of below setting in vmx default getting added:

> usb.restrictions.defaultAllow = "FALSE"

In case you are seeing this issue, it might be because of  something else. 

Thanks,

Gaurav

Reply
0 Kudos
xbuoix
Contributor
Contributor

I just installed Windows 11 on 17.0.1 and connect options are still greyed out. I checked the VMX file and verified that there isn't an entry for usb.restrictions.defaultAllow. I've tried to add it and set it to true in various ways to no avail. Are there any other workarounds here? 

Reply
0 Kudos
bsilverthorn
Contributor
Contributor

Still no go, clean install of a linux ARCH, Installed VMWorkstation, Built a Windows 10 VM. No usb sharing to be found.

Made no difference either way with true or false setting as others are trying. For now I went back to QEMU / Libvirt till I can figure this out.

Reply
0 Kudos
joshiga
Enthusiast
Enthusiast

Can we please get the support bundle for Linux as host and Windows as host where WS pro is installed whoever is facing this issue? 

For windows, can you please confirm if VMUSBArbService service  (VMware USB Arbitration Service) is up and running? 

Thanks,

Gaurav

 

Reply
0 Kudos
TheElder
Contributor
Contributor

Also experienced the problem with a Debian 12 guest VMware® Workstation 16 Player 16.2.5 build-20904516.

Thanks zenficus.

Reply
0 Kudos