Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

usbmuxd(1) [debian man page]

usbmuxd(1)						      General Commands Manual							usbmuxd(1)

NAME
usbmuxd - iPhone/iPod Touch USB multiplex server daemon SYNOPSIS
usbmuxd [options] DESCRIPTION
usbmuxd stands for "USB multiplexing daemon". To the user/developer what it actually does is to proxy requests over a USB cable on directly to a listening TCP port on the iPhone. OPTIONS
-h|--help Print this message. -v|--verbose Be verbose (use twice or more to increase). -f|--foreground Do not daemonize (implies one -v). -U|--user[=USER] Change to this user after startup (needs usb privileges). If USER is not specified, defaults to usbmux. -u|--udev Run in udev operation mode. -x|--exit Tell a running instance to exit if there are no devices connected (must be in udev mode). -X|--force-exit Tell a running instance to exit, even if there are still devices connected (always works). AUTHORS
Hector Martin "marcan" <hector@marcansoft.com> Nikias Bassen <nikias@gmx.li> Paul Sladen <libiphone@paul.sladen.org> Man page written to conform with Debian by Julien Lavergne. usbmuxd(1)

Check Out this Related Man Page

USBIP(8)						  System Administration Utilities						  USBIP(8)

NAME
usbipd - USB/IP server daemon SYNOPSIS
usbipd [options] DESCRIPTION
usbipd provides USB/IP clients access to exported USB devices. Devices have to explicitly be exported using usbip bind before usbipd makes them available to other hosts. The daemon accepts connections from USB/IP clients on TCP port 3240. The clients authorised to connect may be configured as documented in hosts_access(5). OPTIONS
-D, --daemon Run as a daemon process. -d, --debug Print debugging information. -v, --version Show version. LIMITATIONS
usbipd offers no authentication or authorization for USB/IP. Any USB/IP client running on an authorised host can connect and use exported devices. EXAMPLES
server:# modprobe usbip server:# usbipd -D - Start usbip daemon. server:# usbip list - List driver assignments for usb devices. server:# usbip bind -b 1-2 - Bind usbip-host.ko to the device of busid 1-2. - A usb device 1-2 is now exportable to other hosts! - Use 'usbip unbind -b 1-2' when you want to shutdown exporting and use the device locally. SEE ALSO
usbip(8) usbip February 2009 USBIP(8)
Man Page