Replies: 6 comments 4 replies
-
First, you need to specify a sub-command to add a print queue for that printer. Second, you can run lprint in a local-only mode that doesn't involve Avahi, just do:
and then you can do:
to print to the default (only) printer. |
Beta Was this translation helpful? Give feedback.
-
lprint add dymo -v usb://DYMO/LabelWriter%20450?serial=12111714255917 -m dymo_lm-450 I get this error? |
Beta Was this translation helpful? Give feedback.
-
You were missing a -d lprint add -d dymo -v "usb://DYMO/LabelWriter%20450?serial=12111714255917" -m dymo_lm-450 But even this expects to run the server. |
Beta Was this translation helpful? Give feedback.
-
DYMO LabelWriter 450 (USB) (usb://DYMO/LabelWriter%20450?serial=12111714255917;MFG:DYMO;CMD: ;MDL:LabelWriter 450;CLASS:PRINTER;DESCRIPTION:DYMO LabelWriter 450;SERN:12111714255917;) -> dymo_lw-450 Why does it want to start Avahi if its a local printer? |
Beta Was this translation helpful? Give feedback.
-
Can pappl be built without avahi and dnssd? Hard to tell looking at the pappl configure. I was looking for a --disable-avahi or something along these lines and cannot yet find it. @michaelrsweet |
Beta Was this translation helpful? Give feedback.
-
The reason I want to do this is my application is an embedded application. A gateway. Deployed to health systems. The gateway is attached to the internet via mobile and is secured such that it will not find other devices in the same private network (private network over the internet). pappl does state it is usable for embedded applications but unless I can remove the network scans for a network printer (that would never exists) I may be unable to use this. @michaelrsweet |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
lprint -v usb://DYMO/LabelWriter%20450?serial=12111714255917 -m dymo_lm-450 "image-file"
lprint: Unable to start server: No such file or directory
Is it possible to use lprint w/o avahi? I do not need nor want network scans. I only need to print to a locally attached USB printer (shown above)
Thanks,
Will
Beta Was this translation helpful? Give feedback.
All reactions