dwelch wrote:
Hannes Stauss wrote:
Hi all!
I have a JetDirect 500x printserver with an Laserjet 4 Plus connected
on port1 and a Destjet 970cxi connected on port2. With hp-makeuri I
only get an uri for the Laserjet printer. How can I connect to my
Deskjet? Thanks for your reply
Regars
Hannes
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
This seems to have been overlooked in the re-write of hp-makeuri &
hp-setup in v0.9.9.
This should work:
1. Use the device name of: "DESKJET_970C" (got this from models.xml)
2. Use the same IP as the laserjet (a.b.c.d)
3. Construct 2 device URIs:
#1: hp:/net/HP_LaserJet_4_Plus?ip=a.b.c.d&port=1
#2: hp:/net/DESKJET_970C?ip=a.b.c.d&port=2
Use these to install both printers using a browser at http://localhost:631.
You can follow the instructions from:
http://hplip.sourceforge.net/install/step4/cups/net.html
...skipping down to step 6.
-Don
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Actually, looking at this more closey, both hp-setup and hp-makeuri have
provisions for this (at least in 0.9.10). hp-setup has the code to do
this, but its not in its --help info. I will be adding that.
So, in hp-makeuri, this _should_ work:
$ hp-makeuri --port=1 a.b.c.d
$ hp-makeuri --port=2 a.b.c.d
In hp-setup:
# hp-setup --port=1 --auto a.b.c.d
# hp-setup --port=2 --auto a.b.c.d
-Don
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
HPLIP-Help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hplip-help