Changes between Initial Version and Version 1 of Ticket #20849
- Timestamp:
- Mar 1, 2022 4:25:03 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20849 – Description
initial v1 1 1 https://www.virtualbox.org/manual/UserManual.html#usbip reads: 2 2 {{{ 3 3 VBoxManage usbdevsource add unique-name --backend USB-IP --address device-server[:port] 4 4 }}} 5 5 but the correct syntax is 6 6 {{{ 7 7 VBoxManage usbdevsource add unique-name --backend USBIP --address device-server[:port] 8 8 }}} 9 9 (without the dash).