Cannot connect usb 3.0 to vm workstation 10 - virtual-machine

I'm having problem with connecting usb 3.0 to vm workstation 10. The host is window 7
x64. I try installing intel ext usb 3.0 but didn't work.
Does anyone have a solution for this?

Related

STM32 USB connection problem on windows 7

I have a board based on stm32f103cb with a USB connection in CDC device mode to connect with PC.
On windows 10 this board is recognized as a virtual com port but in windows 7 it is not.
I used Keil IDE and CMSIS library to configure the project.
One pin is defined as output to connect USB D+ pin via a resistor to 3.3V.
I installed STM32 USB Virtual COM port driver Win7 but anyway it is not working.
Windows 7 throws error code 29.
Any ideas or info very much appreciated.

USB enumeration failing in WIN 10

I have USB 1.1 Full Speed CDC Class USB device when I connect this device to WIN 7/WIN 8 the USB enumeration is completed and I can install the drivers.
But when I connect this to a WIN 10 Host the device is not enumerating. Connected USB analyzer to WIN 7 and WIN 10 I found that there is timeout in case of WIN 10 during the enumeration process.
Do we have any setting in WIN 10 so that this time-out can be avoid and it behaves similar to WIN 7 and WIN 8?

connect camera to virtual machine VMware Workstation 14

I have a paid version of VMware Workstation 14.
I mostly use a few VM's running simultaneously.
I tried to create a VM for editing, including some editing SW (like Adobe's SW). Everything went smooth, until I tried to connect the camera (DSLR) to the VM in order to control it via the PC. But, then the connected camera didn't appear on the VM. It appears only in the host computer.
Is it possible?
If not, does Hyper-V will be more suitable for this (I prefer to find a solution based on VMware, due to it supports well of Linux distro)?
Host PC: Win 10 PRO
VM: Windows 10 PRO
I have a VMWare Workstation 15 Pro on my Windows 10 (Host). I have attached an image showing the 2 easy steps:
VMWare Workstation(15 Pro): Connect Integrated Webcam To Running Guest OS
Power up your Guest OS in VMWare Workstation
Below the Guest OS screen, you will see a bar with hardware shortcuts for the Guest OS
On the bar's right there are icons for "Hard Disk", "Network Adapter", "Mouse"...
Find "Integrated Webcam" > "Connect (Disconnect from Host)"
This will disconnect the integrated cam of your device from your Host OS and connect it to the Guest OS. If you have multiple Guest OS running, you can simply follow the above steps to change the integrated-cam connection to any OS from previously connected Host or Guest OS.
Have you tried looking in the settings of the VM for the setting to connect/disconnect USB devices?
Example:
VM > Removable Devices > Device Name > Connect (Disconnect from host)
Additional information is available in the docs: https://docs.vmware.com/en/VMware-Workstation-Pro/14.0/com.vmware.ws.using.doc/GUID-E003456F-EB94-4B53-9082-293D9617CB5A.html

does usb 3.0 port support usb 2.0 devices for laptop

i am going to buy a Seagate 2 TB Back Up Plus Portable 2.5 inch Drive USB 3.0 2 TB External Hard Disk. But I have a DELL Inspiron 15r laptop, which is USB 2.0. Do USB 3.0 ports support USB 2.0 devices?
Yes they are backwards compatible see Here >>
Slightly unrelated to programming however...

Windows phone 8 SDK - This computer does not support hardware virtualization, which means Windows Phone Emulator 8.0 can't run on this PC [duplicate]

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Unable to create the virtual machine
Warning during installation of WP8 SDK: "This computer does not support hardware virtualization, which means Windows Phone Emulator 8.0 can't run on this PC."
Environment:
Windows 8 Enterprise 64, on a VirtualBox VM, 4G RAM.
Thanks!
This issue is that you cannot have a box inside of a box and expect to have the same exact coin in each box, that is to say that you cannot run a virtual machine in a virtual machine and have them both using hardware virtualization extensions to speedup processing, I't looks like your running in a virtual machine which is your issue. To use the virtual phone you must install windows 8 on your base pc, or another windows 8 compatible pc. This is the only way to use the software due to the way it was coded.
You must run your Windows 8 instance on bare metal, not in a virtual machine, to be able to test WP8 apps on WP8 emulator.
I've described more requirements for the WP8 development here:
https://stackoverflow.com/a/13145586/574062