Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Attach USB port to VM instead of specific device

Featured Replies

Is it possible to attach a specific usb port to a VM instead of a specific device? The reason why I'm asking is that I have 3 devices with the same vendor and product id plugged in and to attach them to the VM I had to edit the xml like so:

    <hostdev mode='subsystem' type='usb' managed='yes'>
      <source>
        <address bus='3' device='31'/>
      </source>
      <alias name='hostdev0'/>
      <address type='usb' bus='0' port='2'/>
    </hostdev>
    <hostdev mode='subsystem' type='usb' managed='yes'>
      <source>
        <address bus='3' device='34'/>
      </source>
      <alias name='hostdev1'/>
      <address type='usb' bus='0' port='3'/>
    </hostdev>
    <hostdev mode='subsystem' type='usb' managed='yes'>
      <source>
        <address bus='5' device='23'/>
      </source>
      <alias name='hostdev2'/>
      <address type='usb' bus='0' port='4'/>
    </hostdev>

The problem with that is that the bus and device change whenever I unplug something and plug it back in so every time I do that I have to reboot the vm which is seriously starting to get annoying.

You typically can't pass individual ports, you will need to pass a USB controller. Just don't accidentally pass the one the has your Unraid USB stick in it.

Spaceinvaderone has a series of videos on youtube about this kind of thing.

  • Author

Thank you, his video worked perfectly, I would've preferred doing it port by port, but it works well enough controller-by controller

Edited by r00t

Archived

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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.