Getting `lpr` to use both sides of the sheet(s)
up vote
0
down vote
favorite
Today I found myself printing a man page, adapting the suggested command from the man(1) man page to use my local printer lw8 as follows.
$ man -t 8 fsck.fat | lpr -Plw8 -o sides=two-sided-long-edge
However, it ended up wasting some paper, printing only one page on each sheet. I imagine this is something which can probably be fixed by changing a configuration file somewhere, or else by reinstalling a driver, but I'm not sure where to look.
Does anyone have pointers? The closest related question I found does not address my issue.
Edit: This printer is a Kyocera Ecosys FS-9130DN, and I know it supports both sides because I've done it dozens of times through the GUI which appears when I print outside of the command line. My distro is Ubuntu 16.04, and I'm sure I'm using CUPS because that's how I installed this network printer.
lpr
add a comment |
up vote
0
down vote
favorite
Today I found myself printing a man page, adapting the suggested command from the man(1) man page to use my local printer lw8 as follows.
$ man -t 8 fsck.fat | lpr -Plw8 -o sides=two-sided-long-edge
However, it ended up wasting some paper, printing only one page on each sheet. I imagine this is something which can probably be fixed by changing a configuration file somewhere, or else by reinstalling a driver, but I'm not sure where to look.
Does anyone have pointers? The closest related question I found does not address my issue.
Edit: This printer is a Kyocera Ecosys FS-9130DN, and I know it supports both sides because I've done it dozens of times through the GUI which appears when I print outside of the command line. My distro is Ubuntu 16.04, and I'm sure I'm using CUPS because that's how I installed this network printer.
lpr
That is the option. Perhaps a problem with the printer or driver. Please identify your printer and OS
– Panther
Nov 28 at 21:20
1
Do you know what printing system you're using? Is it CUPS or something else? (A hint you're using CUPS would be it mentioned in that lpr manpage).
– derobert
Nov 28 at 21:57
Printer-ooptions are printer dependent.sidesmay or may not exist for your printer. How to find out which options a printer supports depends on your printing system (e.g. CUPS), so you need us to tell your printing system.
– dirkt
Nov 29 at 8:24
Thanks, I just edited with the information you all asked for.
– airbornemihir
Nov 29 at 22:09
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Today I found myself printing a man page, adapting the suggested command from the man(1) man page to use my local printer lw8 as follows.
$ man -t 8 fsck.fat | lpr -Plw8 -o sides=two-sided-long-edge
However, it ended up wasting some paper, printing only one page on each sheet. I imagine this is something which can probably be fixed by changing a configuration file somewhere, or else by reinstalling a driver, but I'm not sure where to look.
Does anyone have pointers? The closest related question I found does not address my issue.
Edit: This printer is a Kyocera Ecosys FS-9130DN, and I know it supports both sides because I've done it dozens of times through the GUI which appears when I print outside of the command line. My distro is Ubuntu 16.04, and I'm sure I'm using CUPS because that's how I installed this network printer.
lpr
Today I found myself printing a man page, adapting the suggested command from the man(1) man page to use my local printer lw8 as follows.
$ man -t 8 fsck.fat | lpr -Plw8 -o sides=two-sided-long-edge
However, it ended up wasting some paper, printing only one page on each sheet. I imagine this is something which can probably be fixed by changing a configuration file somewhere, or else by reinstalling a driver, but I'm not sure where to look.
Does anyone have pointers? The closest related question I found does not address my issue.
Edit: This printer is a Kyocera Ecosys FS-9130DN, and I know it supports both sides because I've done it dozens of times through the GUI which appears when I print outside of the command line. My distro is Ubuntu 16.04, and I'm sure I'm using CUPS because that's how I installed this network printer.
lpr
lpr
edited Nov 29 at 22:09
asked Nov 28 at 20:57
airbornemihir
52
52
That is the option. Perhaps a problem with the printer or driver. Please identify your printer and OS
– Panther
Nov 28 at 21:20
1
Do you know what printing system you're using? Is it CUPS or something else? (A hint you're using CUPS would be it mentioned in that lpr manpage).
– derobert
Nov 28 at 21:57
Printer-ooptions are printer dependent.sidesmay or may not exist for your printer. How to find out which options a printer supports depends on your printing system (e.g. CUPS), so you need us to tell your printing system.
– dirkt
Nov 29 at 8:24
Thanks, I just edited with the information you all asked for.
– airbornemihir
Nov 29 at 22:09
add a comment |
That is the option. Perhaps a problem with the printer or driver. Please identify your printer and OS
– Panther
Nov 28 at 21:20
1
Do you know what printing system you're using? Is it CUPS or something else? (A hint you're using CUPS would be it mentioned in that lpr manpage).
– derobert
Nov 28 at 21:57
Printer-ooptions are printer dependent.sidesmay or may not exist for your printer. How to find out which options a printer supports depends on your printing system (e.g. CUPS), so you need us to tell your printing system.
– dirkt
Nov 29 at 8:24
Thanks, I just edited with the information you all asked for.
– airbornemihir
Nov 29 at 22:09
That is the option. Perhaps a problem with the printer or driver. Please identify your printer and OS
– Panther
Nov 28 at 21:20
That is the option. Perhaps a problem with the printer or driver. Please identify your printer and OS
– Panther
Nov 28 at 21:20
1
1
Do you know what printing system you're using? Is it CUPS or something else? (A hint you're using CUPS would be it mentioned in that lpr manpage).
– derobert
Nov 28 at 21:57
Do you know what printing system you're using? Is it CUPS or something else? (A hint you're using CUPS would be it mentioned in that lpr manpage).
– derobert
Nov 28 at 21:57
Printer
-o options are printer dependent. sides may or may not exist for your printer. How to find out which options a printer supports depends on your printing system (e.g. CUPS), so you need us to tell your printing system.– dirkt
Nov 29 at 8:24
Printer
-o options are printer dependent. sides may or may not exist for your printer. How to find out which options a printer supports depends on your printing system (e.g. CUPS), so you need us to tell your printing system.– dirkt
Nov 29 at 8:24
Thanks, I just edited with the information you all asked for.
– airbornemihir
Nov 29 at 22:09
Thanks, I just edited with the information you all asked for.
– airbornemihir
Nov 29 at 22:09
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f484763%2fgetting-lpr-to-use-both-sides-of-the-sheets%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
That is the option. Perhaps a problem with the printer or driver. Please identify your printer and OS
– Panther
Nov 28 at 21:20
1
Do you know what printing system you're using? Is it CUPS or something else? (A hint you're using CUPS would be it mentioned in that lpr manpage).
– derobert
Nov 28 at 21:57
Printer
-ooptions are printer dependent.sidesmay or may not exist for your printer. How to find out which options a printer supports depends on your printing system (e.g. CUPS), so you need us to tell your printing system.– dirkt
Nov 29 at 8:24
Thanks, I just edited with the information you all asked for.
– airbornemihir
Nov 29 at 22:09