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.










share|improve this question
























  • 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 -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















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.










share|improve this question
























  • 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 -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













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.










share|improve this question















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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 -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


















  • 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 -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
















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















active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















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






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Entries order in /etc/network/interfaces

Grub takes very long (several minutes) to open Menu (in Multi-Boot-System)

新発田市