You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/ippusbxd.8
+5-3
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,9 @@ ippusbxd \- Communication driver for IPP-over-USB class printers
20
20
[\fB\-N\fR|\fB--no-printer\fR]
21
21
.SH DESCRIPTION
22
22
.Bippusbxd
23
-
connects to a IPP-over-USB printer and exposes it to a network interface (like localhost or dummy0) on a given port, so that the printer can be accessed like an IPP network printer. If the selected network interface does multicasting the printer is also advertised via DNS-SD on the interface, so \fBCUPS\fP and \fBcups-browsed(8)\fP will auto-discover the printer for easy setup of a print queue.
23
+
connects to a IPP-over-USB printer and exposes it to a network interface (like localhost or dummy0) on a given port, so that the printer can be accessed like an IPP network printer. The printer is also registered at Avahi to be advertised via DNS-SD on the interface, so \fBCUPS\fP and \fBcups-browsed(8)\fP will auto-discover the printer for easy setup of a print queue. This requires avahi-daemon to be running and the network interface to be supported by the Avahi version in use.
24
24
25
-
Upon successful startup the TCP port it is listening on and the process ID of the daemon are printed to stdout. It will shut itself down when the connected printer disconnects. When not specifying information about the desired printer, \fBippusbxd\fR scans the USB and connects to the first available IPP-over-USB printer.
25
+
Upon successful startup the TCP port it is listening on and the process ID of the daemon are printed to stdout. \fBippusbxd\fR will shut itself down when the connected printer disconnects. When not specifying information about the desired printer, \fBippusbxd\fR scans the USB and connects to the first available IPP-over-USB printer.
26
26
.SH OPTIONS
27
27
.TP
28
28
.B
@@ -55,7 +55,7 @@ Port number \fBippusbxd\fP will expose the printer over. If this port is already
Network interface to use. Default is the loopback interface (lo, localhost). As the loopback interface does not allow DNS-SD broadcasting with Avahi, set up the dummy interface (dummy0) for DNS-SD broadcasting.
58
+
Network interface to use. Default is the loopback interface (lo, localhost).
59
59
.TP
60
60
.B
61
61
\fB-l\fP, \fB--logging\fP
@@ -83,3 +83,5 @@ No-broadcast mode, do not DNS-SD-broadcast
83
83
.B
84
84
\fB-N\fP, \fB--no-printer\fP
85
85
No-printer mode, debug/developer mode which makes \fBippusbxd\fP run without IPP-over-USB printer
86
+
.SH BUGS
87
+
\fBippusbxd\fR does not detect whether a USB printer is already connected by another instance of \fBippusbxd\fR, so the system/the user has to take care to not start \fBippusbxd\fR more than once for one and the same printer. Especially one should never start \fBippusbxd\fR repeatedly without specifying a printer to assure that all connected IPP-over-USB printers get their \fBippusbxd\fR instance.
0 commit comments