Hello All,
I am trying to set up a HP Laserjet Enterprise 700 M712 as my default printer throught lpd/lpr. I follows the handbook to get the following /etc/printcap file :
where laserjet is the printer hostname (ping works fine). The documentation of that printer says it accept postscript3, pdf1.4, pcl5e and pcl6. I convert a pdf file in that 4 formats with a suitable gs device and send it to the printer with lpr. But it results that no document is printed and I have the following message with lpq(1):
Is something wrong with my configuration?
Also I do:
where file.txt is a simple text file and it works fine.
Sincerely, Airwan.
I am trying to set up a HP Laserjet Enterprise 700 M712 as my default printer throught lpd/lpr. I follows the handbook to get the following /etc/printcap file :
Code:
lp|lp1:HP700:\
:lp=:\
:sh :\
:rm=laserjet:\
:sd=/var/spool/lpd/lp1:\
:lf=/var/log/lpd-errs:\
where laserjet is the printer hostname (ping works fine). The documentation of that printer says it accept postscript3, pdf1.4, pcl5e and pcl6. I convert a pdf file in that 4 formats with a suitable gs device and send it to the printer with lpr. But it results that no document is printed and I have the following message with lpq(1):
Code:
my_hostname: waiting for laserjet to come up
Rank Owner Job Files Total Size
1st root 1 path_to_pdf 332932 bytes
Is something wrong with my configuration?
Also I do:
nc laserjet 9100 < file.txt
where file.txt is a simple text file and it works fine.
Sincerely, Airwan.