Jump to content

Away for 7 days = VM won't start


Rick Sanchez

Recommended Posts

@Rick Sanchez Check the xml of the VM at the bottom are all the passed through USB devices listed. It should be looking like this

 

    <hostdev mode='subsystem' type='usb' managed='no'>
      <source>
        <vendor id='0x04fc'/>
        <product id='0x0003'/>
      </source>
      <address type='usb' bus='0' port='1'/>
    </hostdev>
    <hostdev mode='subsystem' type='usb' managed='no'>
      <source>
        <vendor id='0x0a12'/>
        <product id='0x0001'/>
      </source>
      <address type='usb' bus='0' port='2'/>
    </hostdev>

In my case one is the usb mouse and the the second one is the bluetooth dongle for my keyboard. Compare it to the normal config view and check if all the devices also listed there.

 

grafik.png.696c25202e1ecb1f2408f80cacd999d5.png

 

If you for some reason disconnect the passed through USB device before starting up the VM you get the exact message you posted above.

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...