137 lines
4.0 KiB
HTML
137 lines
4.0 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of hp-makeuri</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>hp-makeuri</H1>
|
|
Section: User Manuals (1)<BR>Updated: 5.0<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
hp-makeuri - Device URI Creation Utility
|
|
<A NAME="lbAC"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
Creates device URIs for local and network connected printers for use with CUPS.
|
|
<A NAME="lbAD"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
<B>hp-makeuri [OPTIONS] [SERIAL NO.|USB ID|IP|DEVNODE]</B>
|
|
|
|
<A NAME="lbAE"> </A>
|
|
<H2>SERIAL NO.|USB ID|IP|DEVNODE</H2>
|
|
|
|
<DL COMPACT>
|
|
<DT id="1">USB IDs (usb only):<DD>
|
|
"xxx:yyy" where xxx is the USB bus ID and yyy is the USB device ID. The ':' and all leading zeroes must be present.
|
|
(Use the 'lsusb' command to obtain this information. See Note 1.)
|
|
<DT id="2">IPs (network only):<DD>
|
|
IPv4 address "a.b.c.d" or "hostname"
|
|
<DT id="3">DEVNODE (parallel only):<DD>
|
|
"/dev/parportX", X=0,1,2,...
|
|
<DT id="4">SERIAL NO. (usb and parallel only):<DD>
|
|
"serial no."
|
|
</DL>
|
|
<A NAME="lbAF"> </A>
|
|
<H2>OPTIONS</H2>
|
|
|
|
<DL COMPACT>
|
|
<DT id="5">To specify the port on a multi-port JetDirect:<DD>
|
|
-p<port> or --port=<port> (Valid values are 1*, 2, and 3. *default)
|
|
<DT id="6">Show the CUPS URI only (quiet mode):<DD>
|
|
-c or --cups
|
|
<DT id="7">Show the SANE URI only (quiet mode):<DD>
|
|
-s or --sane
|
|
<DT id="8">Show the HP Fax URI only (quiet mode):<DD>
|
|
-f or --fax
|
|
<DT id="9">Set the logging level:<DD>
|
|
-l<level> or --logging=<level>
|
|
<level>: none, info*, error, warn, debug (*default)
|
|
<DT id="10">Run in debug mode:<DD>
|
|
-g (same as option: -ldebug)
|
|
<DT id="11">This help information:<DD>
|
|
-h or --help
|
|
</DL>
|
|
<A NAME="lbAG"> </A>
|
|
<H2>EXAMPLES</H2>
|
|
|
|
<DL COMPACT>
|
|
<DT id="12">USB:<DD>
|
|
$ hp-makeuri 001:002
|
|
<DT id="13">Network:<DD>
|
|
$ hp-makeuri 66.35.250.209
|
|
<DT id="14">Parallel:<DD>
|
|
$ hp-makeuri /dev/parport0
|
|
<DT id="15">USB or parallel (using serial number):<DD>
|
|
$ hp-makeuri US123456789
|
|
</DL>
|
|
<A NAME="lbAH"> </A>
|
|
<H2>NOTES</H2>
|
|
|
|
<DL COMPACT>
|
|
<DT id="16">1. Example using 'lsusb' to obtain USB bus ID and USB device ID (example only, the values you obtain will differ) :<DD>
|
|
<P>
|
|
<DT id="17"> $ lsusb<DD>
|
|
<P>
|
|
<DT id="18"> Bus 003 Device 011: ID 03f0:c202 Hewlett-Packard<DD>
|
|
<P>
|
|
<DT id="19"> $ hp-makeuri 003:011<DD>
|
|
<P>
|
|
<DT id="20"> (Note: You may have to run 'lsusb' from /sbin or another location. Use '$ locate lsusb' to determine this.)<DD>
|
|
<P>
|
|
</DL>
|
|
<A NAME="lbAI"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
hp-setup
|
|
<A NAME="lbAJ"> </A>
|
|
<H2>AUTHOR</H2>
|
|
|
|
HPLIP (HP Linux Imaging and Printing) is an
|
|
HP developed solution for printing, scanning, and faxing with
|
|
HP inkjet and laser based printers in Linux.
|
|
<A NAME="lbAK"> </A>
|
|
<H2>REPORTING BUGS</H2>
|
|
|
|
The HPLIP Launchpad.net site
|
|
<B><A HREF="https://launchpad.net/hplip">https://launchpad.net/hplip</A></B>
|
|
|
|
is available to get help, report
|
|
bugs, make suggestions, discuss the HPLIP project or otherwise
|
|
contact the HPLIP Team.
|
|
<A NAME="lbAL"> </A>
|
|
<H2>COPYRIGHT</H2>
|
|
|
|
Copyright (c) 2001-18 HP Development Company, L.P.
|
|
<P>
|
|
|
|
This software comes with ABSOLUTELY NO WARRANTY.
|
|
This is free software, and you are welcome to distribute it
|
|
under certain conditions. See COPYING file for more details.
|
|
<P>
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="21"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="22"><A HREF="#lbAC">DESCRIPTION</A><DD>
|
|
<DT id="23"><A HREF="#lbAD">SYNOPSIS</A><DD>
|
|
<DT id="24"><A HREF="#lbAE">SERIAL NO.|USB ID|IP|DEVNODE</A><DD>
|
|
<DT id="25"><A HREF="#lbAF">OPTIONS</A><DD>
|
|
<DT id="26"><A HREF="#lbAG">EXAMPLES</A><DD>
|
|
<DT id="27"><A HREF="#lbAH">NOTES</A><DD>
|
|
<DT id="28"><A HREF="#lbAI">SEE ALSO</A><DD>
|
|
<DT id="29"><A HREF="#lbAJ">AUTHOR</A><DD>
|
|
<DT id="30"><A HREF="#lbAK">REPORTING BUGS</A><DD>
|
|
<DT id="31"><A HREF="#lbAL">COPYRIGHT</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:05:17 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|