Opened 3 years ago
Closed 3 years ago
#20849 closed defect (fixed)
Wrong syntax in VBoxManage usbdevsource add command
Reported by: | Juergeen | Owned by: | |
---|---|---|---|
Component: | documentation | Version: | VirtualBox 6.1.32 |
Keywords: | Cc: | ||
Guest type: | all | Host type: | all |
Description (last modified by )
https://www.virtualbox.org/manual/UserManual.html#usbip reads:
VBoxManage usbdevsource add unique-name --backend USB-IP --address device-server[:port]
but the correct syntax is
VBoxManage usbdevsource add unique-name --backend USBIP --address device-server[:port]
(without the dash).
Change History (2)
comment:1 by , 3 years ago
Description: | modified (diff) |
---|
comment:2 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
The issue should be fixed in VirtualBox 6.1.34. Closing.
Note:
See TracTickets
for help on using tickets.
Thanks for the report. Fixed in the SVN.