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.

dlowe

Members
  • Joined

  • Last visited

Everything posted by dlowe

  1. I found this really useful and appreciate your assistance. I did have to decipher this for my case so, for my future reference and for others, here is more of a "How-to". There may be an easier way then this like using 'USB Manager' but here is the hard way. Hope this helps others. Created based on UNRAID version 6.12.8 Obtain USB Device Info: 1. Goto 'Tools' > 'System Devices'. 2. Scroll down to 'USB Devices'. 3. Note the 'Bus' and 'Device' number for each USB device you need to attach to the VM. In this example the Zigbee info is Bus=1 and Device=17 and the Z-Wave info is Bus=1 and Device=18. Clear USB Devices: 3. Edit the VM where the USB devices are to be attached. 4. Make sure both the Zigbee and Z-Wave 'USB Devices' (or other USB devices you have conflicts with) are unchecked and click 'Update'. Adding Conflicting USB Devices: 5. Edit the VM where the USB devices are to be attached. 6. Check only one of the USB Devices and click 'Update'. 7. Edit the VM again. 8. In the top right toggle 'Form View'. This will change to 'XML View'. 9. Scroll down near the bottom to the 'hostdev' section. 10. Replace the two lines with 'vendor' and 'product' to <address bus='#' device='#'/> using the bus and device numbers of one of the devices you noted above. Example: <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x1a86'/> <product id='0x55d4'/> </source> <address type='usb' bus='0' port='2'/> </hostdev> to <hostdev mode='subsystem' type='usb' managed='no'> <source> <address bus='1' device='17'/> </source> <address type='usb' bus='0' port='2'/> </hostdev> 11. Note the 'port' number on line '<address type='usb' bus='0' port='2'/>'. This is the virtual USB port on the VM. 12. Copy the whole 'hostdev' section "<hostdev....</hostdev>". 13. Press enter after '</hostdev>' and paste. This will give you two 'hostdev' sections with the same info. Example: <hostdev mode='subsystem' type='usb' managed='no'> <source> <address bus='1' device='17'/> </source> <address type='usb' bus='0' port='2'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <address bus='1' device='17'/> </source> <address type='usb' bus='0' port='2'/> </hostdev> 14. In the second 'hostdev' section change the bus and device numbers of the other device you noted above. 15. Change the 'port' number in line '<address type='usb' bus='0' port='2'/>' to the next consecutive number. Example: <hostdev mode='subsystem' type='usb' managed='no'> <source> <address bus='1' device='17'/> </source> <address type='usb' bus='0' port='2'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <address bus='1' device='18'/> </source> <address type='usb' bus='0' port='3'/> </hostdev> 15. Click 'Update' and power on the VM. Done Some things to know. 1. If you go back into 'Form View' these USB items will not be checked and two new unknown ones will be added. 2. To validate these are correctly installed use the SimonFair's 'USB Manager' app. A new USB tab will be added and it will clearly show if the device is connected the the VM. 3. I do not know if this will get reset during updates or in other circumstances as I am just now working with this. Best to bookmark this page or record this info elsewhere if it need to be reconfigured again. 4. While a 'boot order' was mentioned above, I did not have to specify one so I did not try to figure that out. If you need this, please post and hopefully someone will add info on adding 'boot order' via the XML view. 5. Don't move the USB devices to different ports or it will break the connections to the VM. If you need to move them you will need to update the bus and device numbers to the new values found in 'System Devices'. I hope this is useful to others.

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.