Away for 7 days = VM won't start


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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.