Asked By
hannahwtc
10 points
N/A
Posted on - 03/22/2013
I have an HP k510 all-in-one PhotoSmart wireless printer that has wifi 802.11n. I want to print on different trays using Unix Version 5. Can someone show me how to lp print to different tray? Thanks in advance.
How do I lp print to different tray?
Hello,
Following command will assist to print from different trays, please go through them to understand properly:
 $ lpr -P TEST9050 -o media=A4 testfile.ps
# prints from tray4
Â
$ lpr -P TEST9050 -o media=Letter testfile.ps
# prints from tray3
Â
$ lpr -P TEST9050 -o media=COLOR testfile.ps
# prints from tray3
Â
$ lpr -P TEST9050 -o media=A4 testfile.ps
# prints from tray2 if tray4 is pulled out simulating empty
Â
HTH!