jrm@
Developer
Hello,
I'm attempting to print to a Konica Minolta bizhub 454e. According to the spec sheet it supports postscript. Our department administrator supplied us with a modified PPD file where we have to enter our login credentials. I believe my login credentials are correct, because I can log in to the printer's web interface.
After reading the Handbook section on printing and reading through old threads, I've come up with this entry in /etc/printcap.
Through the printer's web interface, I can see the jobs make it to the printer, but they don't print. The vague error message is Deleted Due To Error.
Am I specifying the PPD file correctly in /etc/printcap? Can lpr(1)/lpd(8) even be used with the PPD, or am I going to have bite the bullet and try CUPS?
I'm attempting to print to a Konica Minolta bizhub 454e. According to the spec sheet it supports postscript. Our department administrator supplied us with a modified PPD file where we have to enter our login credentials. I believe my login credentials are correct, because I can log in to the printer's web interface.
After reading the Handbook section on printing and reading through old threads, I've come up with this entry in /etc/printcap.
Code:
chase-211a:\
:af=/etc/ppd/KO554eUX.ppd:\
:lf=/var/log/lpd-errs:\
:lp=:\
:mx#0:\
:rm=working-hostname-here:\
:rp=raw:\
:sd=/var/spool/lpd/chase-211a:\
:sh:
Through the printer's web interface, I can see the jobs make it to the printer, but they don't print. The vague error message is Deleted Due To Error.
Am I specifying the PPD file correctly in /etc/printcap? Can lpr(1)/lpd(8) even be used with the PPD, or am I going to have bite the bullet and try CUPS?