1USBREDIRSERVER(1) User Commands USBREDIRSERVER(1)
2
3
4
6 usbredirserver - exporting an USB device for use from another (virtual)
7 machine
8
10 usbredirserver [-p|--port <port>] [-v|--verbose <0-5>] [-4
11 <ipv4_addr|I-6 <ipv6_addr>] <busnum-devnum|vendorid:prodid>
12
14 usbredirserver is a small standalone server for exporting an USB device
15 for use from another (virtual) machine through the usbredir protocol.
16
17 You can specify the USB device to export either by USB id in the form
18 of <vendorid>:<prodid>, or by USB bus number and device address in the
19 form of <usbbus>-<usbaddr>.
20
21 Notice that an instance of usbredirserver can only be used to export a
22 single USB device. If you want to export multiple devices you can start
23 multiple instances listening on different TCP ports.
24
26 -p, --port=PORT
27 Set the TCP port to listen on to PORT
28
29 -v, --verbose=VERBOSE
30 Set usbredirserver's verbosity level to VERBOSE, this mostly
31 affects USB redirection related messages. Valid values are 0-5:
32 0:Silent 1:Errors 2:Warnings 3:Info 4:Debug 5:Debug++
33
35 Written by Hans de Goede <hdegoede@redhat.com>
36
38 You can report bugs to the spice-devel mailinglist:
39 http://lists.freedesktop.org/mailman/listinfo/spice-devel or filing an
40 issue at: https://gitlab.freedesktop.org/spice/usbredir/issues/new
41
43 Copyright 2010-2012 Red Hat, Inc. License GPLv2+: GNU GPL version 2 or
44 later <http://gnu.org/licenses/gpl.html>.
45 This is free software: you are free to change and redistribute it.
46 There is NO WARRANTY, to the extent permitted by law.
47
48
49
50usbredirserver April 2012 USBREDIRSERVER(1)