VMware vSphere

 View Only
  • 1.  USB Devices

    Posted Dec 20, 2018 07:33 PM

    I will add USB device to a VM also we use Drs on vCenter. what is your suggestion? if I move the virtual machine to another ESXi host USB connection breaks?

    I use vCenter 6.5 u2



  • 2.  RE: USB Devices

    Posted Dec 21, 2018 10:56 AM

    Hi

    I got a blog which has similar issue explained and they have vmotioned VM, please check :

    https://vswitchzero.com/2018/03/19/usb-passthrough-and-vmotion/

    Please mark this answer as correct and helpful if this helps you.

    regards

    Gayathri



  • 3.  RE: USB Devices

    Posted Dec 21, 2018 11:22 AM

    what is problem ? I have vcenter 6.5 u2

    Cannot connect 'path:0/2/0/1' to this virtual machine. The device was not found.



  • 4.  RE: USB Devices
    Best Answer

    Posted Dec 21, 2018 11:37 AM

    Do you see the USB device listed when you go to edit settings ?

    You can also check if you have the following line in your vmx file

    usb.generic.allowCCID = "TRUE"

    There's probably a stale entry in your VM configuration (vmx) file.

    Please open the vmx file and see if it contains the following entry:

    usb.autoConnect.device0 = "path:0/1/5"

    or

    usb_xhci.autoConnect.device0 = "path:0/1/5"

    Above is being discussed berifly in belwo community blog :

    USB "device not found error" when adding to VM - ESXi 6.5

    HELP!! 'path: 0/2/0/1' to this virtual machine. The device was not found

    Please consider marking this answer as correct and helpful if this helps you.

    regards

    Gayathri



  • 5.  RE: USB Devices

    Posted Dec 21, 2018 12:58 PM

    I added usb.generic.allowCCID = "TRUE"  in vmx file and I dindt see usb.autoConnect.device0 = "path:0/1/5" and usb_xhci.autoConnect.device0 = "path:0/1/5" . the situation is still the same

    do you have any other suggestions ?