VirtualBox

source: vbox/trunk/doc/manual/en_US/man_VBoxManage-usbdevsource.xml@ 96300

Last change on this file since 96300 was 96300, checked in by vboxsync, 3 years ago

doc: comment fixing

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 4.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 manpage, user manual, usage: VBoxManage usbdevsource
4-->
5<!--
6 Copyright (C) 2006-2020 Oracle Corporation
7
8 This file is part of VirtualBox Open Source Edition (OSE), as
9 available from http://www.virtualbox.org. This file is free software;
10 you can redistribute it and/or modify it under the terms of the GNU
11 General Public License (GPL) as published by the Free Software
12 Foundation, in version 2 as it comes in the "COPYING" file of the
13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the
14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
15-->
16<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
17 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"[
18<!ENTITY % all.entities SYSTEM "all-entities.ent">
19%all.entities;
20]>
21<refentry id="vboxmanage-usbdevsource" lang="en">
22 <refentryinfo>
23 <pubdate>$Date: 2022-08-18 17:27:14 +0000 (Thu, 18 Aug 2022) $</pubdate>
24 <title>VBoxManage usbdevsource</title>
25 </refentryinfo>
26
27 <refmeta>
28 <refentrytitle>vboxmanage-usbdevsource</refentrytitle>
29 <manvolnum>1</manvolnum>
30 </refmeta>
31
32 <refnamediv>
33 <refname>vboxmanage-usbdevsource</refname>
34 <refpurpose>add and remove USB device sources</refpurpose>
35 <refclass>&product-name;</refclass>
36 </refnamediv>
37
38 <refsynopsisdiv>
39 <cmdsynopsis id="synopsis-vboxmanage-usbdevsource-add">
40 <command>VBoxManage usbdevsource add</command>
41 <arg choice="req"><replaceable>source-name</replaceable></arg>
42 <arg choice="req">--backend=<replaceable>backend</replaceable></arg>
43 <arg choice="req">--address=<replaceable>address</replaceable></arg>
44 </cmdsynopsis>
45
46 <cmdsynopsis id="synopsis-vboxmanage-usbdevsource-remove">
47 <command>VBoxManage usbdevsource remove</command>
48 <arg choice="req"><replaceable>source-name</replaceable></arg>
49 </cmdsynopsis>
50 </refsynopsisdiv>
51
52 <refsect1>
53 <title>Description</title>
54 <para>
55 The <command>VBoxManage usbdevsource</command> command adds a USB
56 device source and makes it available to the guests on the host
57 system. You can also use this command to remove the USB device
58 source.
59 </para>
60 <refsect2 id="vboxmanage-usbdevsource-add">
61 <title>Add a USB Device Source</title>
62 <remark role="help-copy-synopsis"/>
63 <para>
64 The <command>VBoxManage usbdevsource add</command> command adds
65 a USB device source, which is available to all guests on the
66 host system.
67 </para>
68 <variablelist>
69 <varlistentry>
70 <term><replaceable>source-name</replaceable></term>
71 <listitem><para>
72 Specifies a unique name for the USB device source.
73 </para></listitem>
74 </varlistentry>
75 <varlistentry>
76 <term>--address=<replaceable>address</replaceable></term>
77 <listitem><para>
78 Specifies the address of the USB backend.
79 </para></listitem>
80 </varlistentry>
81 <varlistentry>
82 <term>--backend=<replaceable>backend</replaceable></term>
83 <listitem><para>
84 Specifies the USB proxy service backend to use.
85 </para><para>
86 For now only USBIP is supported to specify a remote
87 server using the USB/IP protocol.
88 </para></listitem>
89 </varlistentry>
90 </variablelist>
91 </refsect2>
92 <refsect2 id="vboxmanage-usbdevsource-remove">
93 <title>Remove a USB Device</title>
94 <remark role="help-copy-synopsis"/>
95 <para>
96 The <command>VBoxManage usbdevsource remove</command> command
97 removes a USB device.
98 </para>
99 <variablelist>
100 <varlistentry>
101 <term><replaceable>source-name</replaceable></term>
102 <listitem><para>
103 Specifies the name of the USB device source to remove.
104 </para></listitem>
105 </varlistentry>
106 </variablelist>
107 </refsect2>
108 </refsect1>
109
110 <refsect1>
111 <title>Examples</title>
112 <remark role="help-scope" condition="GLOBAL" />
113 <para>
114 The following command adds a USB device server called
115 <filename>hostusb01</filename>.
116 </para>
117<screen>$ VBoxManage usbdevsource add hostusb01 --backend USBIP --address 10.0.1.16</screen>
118 </refsect1>
119</refentry>
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette