How to set up a printer that returns invalid IPP? #1221
Unanswered
william8000
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
It is actually the spaces that are the problem - a keyword doesn't have those and is not a localized name. There is currently no way to bypass the validation tests, but you could file a bug with the output from: Whether we can relax things slightly will depend on the issues with the printer's reported capabilities... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to set up a Xerox PrimeLink C9265.
lpadmin -p areawide -E -v ipp://MYIP/ipp/print -m everywheregets errors thatipptool -tv ipp://MYIP/ipp/print get-printer-attributes.testdiagnoses with a few lines likewhich I suspect is due to the "+".
Is there any way to get around this, like 1/ an option for lpadmin to ignore invalid words, or 2/ a way I could clean the
ipptooloutput and send it tolpadmin, or 3/ generate a PPD from theipptooloutput?I'm trying to print a 12x18 PDF duplexed, folded, and stapled as a booklet.
I need a lot of options, but none of the options with a "+", so dropping invalid keywords would be good enough.
Beta Was this translation helpful? Give feedback.
All reactions