lpr not printing











up vote
1
down vote

favorite
1












I have an HP inkjet printer connected to an lubuntu laptop with a USB cable, installed under CUPS as "inkjet". I can print with AbiWord OK, and a printer test page prints OK from the printer properties dialog, but if I try to print from the command line with "lpr -Pinkjet", nothing happens. I don't get any error message, and the inkjet print queue shows as empty. lpstat shows the print queue as empty.



I am running Ubuntu 16.04.5 LTS. The printer driver is hp-envy_4510_series-hpijs.ppd.



Any ideas?



* Edit 11 Dec 2018 *



I see some error messages in the CUPS error log:



E [11/Dec/2018:09:08:43 -0500] Unknown directive JobPrivateAccess on line 85 of /etc/cups/cupsd.conf.
E [11/Dec/2018:09:08:43 -0500] Unknown directive JobPrivateValues on line 86 of /etc/cups/cupsd.conf.
E [11/Dec/2018:09:08:43 -0500] Unknown directive SubscriptionPrivateAccess on line 87 of /etc/cups/cupsd.conf.
E [11/Dec/2018:09:08:43 -0500] Unknown directive SubscriptionPrivateValues on line 88 of /etc/cups/cupsd.conf.
W [11/Dec/2018:09:08:48 -0500] CreateProfile failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
W [11/Dec/2018:09:08:48 -0500] CreateProfile failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
W [11/Dec/2018:09:08:48 -0500] CreateDevice failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files


I am too ignorant of CUPS to know what to do about them or to judge their severity, so I would appreciate any advice.










share|improve this question









New contributor




awkward is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Please try the command with a space between the P and the inkjet as in lpr -P inkjet
    – Charles Green
    Dec 7 at 16:11










  • @CharlesGreen No change with "lpr -P inkjet". Still not printing.
    – awkward
    Dec 7 at 17:57










  • What does lpstat -p -d return?
    – unutbu
    Dec 10 at 22:36










  • @unutbu lpstat -p -d prints "printer inkjet is enabled. enabled since ...", "system default designation: inkjet"
    – awkward
    2 days ago






  • 1




    According to this answer on lubuntu you need to install the cups-bsd package (NOT the lpr package) to have lpr use CUPS.
    – unutbu
    2 days ago















up vote
1
down vote

favorite
1












I have an HP inkjet printer connected to an lubuntu laptop with a USB cable, installed under CUPS as "inkjet". I can print with AbiWord OK, and a printer test page prints OK from the printer properties dialog, but if I try to print from the command line with "lpr -Pinkjet", nothing happens. I don't get any error message, and the inkjet print queue shows as empty. lpstat shows the print queue as empty.



I am running Ubuntu 16.04.5 LTS. The printer driver is hp-envy_4510_series-hpijs.ppd.



Any ideas?



* Edit 11 Dec 2018 *



I see some error messages in the CUPS error log:



E [11/Dec/2018:09:08:43 -0500] Unknown directive JobPrivateAccess on line 85 of /etc/cups/cupsd.conf.
E [11/Dec/2018:09:08:43 -0500] Unknown directive JobPrivateValues on line 86 of /etc/cups/cupsd.conf.
E [11/Dec/2018:09:08:43 -0500] Unknown directive SubscriptionPrivateAccess on line 87 of /etc/cups/cupsd.conf.
E [11/Dec/2018:09:08:43 -0500] Unknown directive SubscriptionPrivateValues on line 88 of /etc/cups/cupsd.conf.
W [11/Dec/2018:09:08:48 -0500] CreateProfile failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
W [11/Dec/2018:09:08:48 -0500] CreateProfile failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
W [11/Dec/2018:09:08:48 -0500] CreateDevice failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files


I am too ignorant of CUPS to know what to do about them or to judge their severity, so I would appreciate any advice.










share|improve this question









New contributor




awkward is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Please try the command with a space between the P and the inkjet as in lpr -P inkjet
    – Charles Green
    Dec 7 at 16:11










  • @CharlesGreen No change with "lpr -P inkjet". Still not printing.
    – awkward
    Dec 7 at 17:57










  • What does lpstat -p -d return?
    – unutbu
    Dec 10 at 22:36










  • @unutbu lpstat -p -d prints "printer inkjet is enabled. enabled since ...", "system default designation: inkjet"
    – awkward
    2 days ago






  • 1




    According to this answer on lubuntu you need to install the cups-bsd package (NOT the lpr package) to have lpr use CUPS.
    – unutbu
    2 days ago













up vote
1
down vote

favorite
1









up vote
1
down vote

favorite
1






1





I have an HP inkjet printer connected to an lubuntu laptop with a USB cable, installed under CUPS as "inkjet". I can print with AbiWord OK, and a printer test page prints OK from the printer properties dialog, but if I try to print from the command line with "lpr -Pinkjet", nothing happens. I don't get any error message, and the inkjet print queue shows as empty. lpstat shows the print queue as empty.



I am running Ubuntu 16.04.5 LTS. The printer driver is hp-envy_4510_series-hpijs.ppd.



Any ideas?



* Edit 11 Dec 2018 *



I see some error messages in the CUPS error log:



E [11/Dec/2018:09:08:43 -0500] Unknown directive JobPrivateAccess on line 85 of /etc/cups/cupsd.conf.
E [11/Dec/2018:09:08:43 -0500] Unknown directive JobPrivateValues on line 86 of /etc/cups/cupsd.conf.
E [11/Dec/2018:09:08:43 -0500] Unknown directive SubscriptionPrivateAccess on line 87 of /etc/cups/cupsd.conf.
E [11/Dec/2018:09:08:43 -0500] Unknown directive SubscriptionPrivateValues on line 88 of /etc/cups/cupsd.conf.
W [11/Dec/2018:09:08:48 -0500] CreateProfile failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
W [11/Dec/2018:09:08:48 -0500] CreateProfile failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
W [11/Dec/2018:09:08:48 -0500] CreateDevice failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files


I am too ignorant of CUPS to know what to do about them or to judge their severity, so I would appreciate any advice.










share|improve this question









New contributor




awkward is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











I have an HP inkjet printer connected to an lubuntu laptop with a USB cable, installed under CUPS as "inkjet". I can print with AbiWord OK, and a printer test page prints OK from the printer properties dialog, but if I try to print from the command line with "lpr -Pinkjet", nothing happens. I don't get any error message, and the inkjet print queue shows as empty. lpstat shows the print queue as empty.



I am running Ubuntu 16.04.5 LTS. The printer driver is hp-envy_4510_series-hpijs.ppd.



Any ideas?



* Edit 11 Dec 2018 *



I see some error messages in the CUPS error log:



E [11/Dec/2018:09:08:43 -0500] Unknown directive JobPrivateAccess on line 85 of /etc/cups/cupsd.conf.
E [11/Dec/2018:09:08:43 -0500] Unknown directive JobPrivateValues on line 86 of /etc/cups/cupsd.conf.
E [11/Dec/2018:09:08:43 -0500] Unknown directive SubscriptionPrivateAccess on line 87 of /etc/cups/cupsd.conf.
E [11/Dec/2018:09:08:43 -0500] Unknown directive SubscriptionPrivateValues on line 88 of /etc/cups/cupsd.conf.
W [11/Dec/2018:09:08:48 -0500] CreateProfile failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
W [11/Dec/2018:09:08:48 -0500] CreateProfile failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
W [11/Dec/2018:09:08:48 -0500] CreateDevice failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files


I am too ignorant of CUPS to know what to do about them or to judge their severity, so I would appreciate any advice.







lubuntu printing






share|improve this question









New contributor




awkward is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




awkward is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 2 days ago





















New contributor




awkward is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Dec 7 at 16:05









awkward

1063




1063




New contributor




awkward is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





awkward is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






awkward is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • Please try the command with a space between the P and the inkjet as in lpr -P inkjet
    – Charles Green
    Dec 7 at 16:11










  • @CharlesGreen No change with "lpr -P inkjet". Still not printing.
    – awkward
    Dec 7 at 17:57










  • What does lpstat -p -d return?
    – unutbu
    Dec 10 at 22:36










  • @unutbu lpstat -p -d prints "printer inkjet is enabled. enabled since ...", "system default designation: inkjet"
    – awkward
    2 days ago






  • 1




    According to this answer on lubuntu you need to install the cups-bsd package (NOT the lpr package) to have lpr use CUPS.
    – unutbu
    2 days ago


















  • Please try the command with a space between the P and the inkjet as in lpr -P inkjet
    – Charles Green
    Dec 7 at 16:11










  • @CharlesGreen No change with "lpr -P inkjet". Still not printing.
    – awkward
    Dec 7 at 17:57










  • What does lpstat -p -d return?
    – unutbu
    Dec 10 at 22:36










  • @unutbu lpstat -p -d prints "printer inkjet is enabled. enabled since ...", "system default designation: inkjet"
    – awkward
    2 days ago






  • 1




    According to this answer on lubuntu you need to install the cups-bsd package (NOT the lpr package) to have lpr use CUPS.
    – unutbu
    2 days ago
















Please try the command with a space between the P and the inkjet as in lpr -P inkjet
– Charles Green
Dec 7 at 16:11




Please try the command with a space between the P and the inkjet as in lpr -P inkjet
– Charles Green
Dec 7 at 16:11












@CharlesGreen No change with "lpr -P inkjet". Still not printing.
– awkward
Dec 7 at 17:57




@CharlesGreen No change with "lpr -P inkjet". Still not printing.
– awkward
Dec 7 at 17:57












What does lpstat -p -d return?
– unutbu
Dec 10 at 22:36




What does lpstat -p -d return?
– unutbu
Dec 10 at 22:36












@unutbu lpstat -p -d prints "printer inkjet is enabled. enabled since ...", "system default designation: inkjet"
– awkward
2 days ago




@unutbu lpstat -p -d prints "printer inkjet is enabled. enabled since ...", "system default designation: inkjet"
– awkward
2 days ago




1




1




According to this answer on lubuntu you need to install the cups-bsd package (NOT the lpr package) to have lpr use CUPS.
– unutbu
2 days ago




According to this answer on lubuntu you need to install the cups-bsd package (NOT the lpr package) to have lpr use CUPS.
– unutbu
2 days ago










1 Answer
1






active

oldest

votes

















up vote
1
down vote













I am new to Ubuntu and Linux, so I list a lot of basics you may be aware of.

I was using Bottle 43.2 ,USB cabled connecting to a Canon printer. All I could get at first, was worse than your issue, I was unable to print at all,but: only the "Green" LED basic power & "print mode" LED would blink using any way (icon or terminal).

This command identified my issue.



sudo hp-check -r


Never used distro you gave, but
Your terminal command may come in two steps:



$ su -


Puts you in "Super User" mode with your password.
Then,



$ hp-check-r


This indicated 2 problems: Found CUPS not configured properly & I had the wrong driver.






share|improve this answer










New contributor




Fran Nicholson is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


















  • Thank you for your help. I am new to Ubuntu too and was not aware of hp-check, which led me to looking at the CUPS error log, but I haven't been able to fix the problem yet. I edited the post and added some info from the CUPS error log, maybe you could take a look.
    – awkward
    2 days ago










  • Never mind, problem solved! Comments above.
    – awkward
    2 days ago











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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
});


}
});






awkward is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1099214%2flpr-not-printing%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
1
down vote













I am new to Ubuntu and Linux, so I list a lot of basics you may be aware of.

I was using Bottle 43.2 ,USB cabled connecting to a Canon printer. All I could get at first, was worse than your issue, I was unable to print at all,but: only the "Green" LED basic power & "print mode" LED would blink using any way (icon or terminal).

This command identified my issue.



sudo hp-check -r


Never used distro you gave, but
Your terminal command may come in two steps:



$ su -


Puts you in "Super User" mode with your password.
Then,



$ hp-check-r


This indicated 2 problems: Found CUPS not configured properly & I had the wrong driver.






share|improve this answer










New contributor




Fran Nicholson is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


















  • Thank you for your help. I am new to Ubuntu too and was not aware of hp-check, which led me to looking at the CUPS error log, but I haven't been able to fix the problem yet. I edited the post and added some info from the CUPS error log, maybe you could take a look.
    – awkward
    2 days ago










  • Never mind, problem solved! Comments above.
    – awkward
    2 days ago















up vote
1
down vote













I am new to Ubuntu and Linux, so I list a lot of basics you may be aware of.

I was using Bottle 43.2 ,USB cabled connecting to a Canon printer. All I could get at first, was worse than your issue, I was unable to print at all,but: only the "Green" LED basic power & "print mode" LED would blink using any way (icon or terminal).

This command identified my issue.



sudo hp-check -r


Never used distro you gave, but
Your terminal command may come in two steps:



$ su -


Puts you in "Super User" mode with your password.
Then,



$ hp-check-r


This indicated 2 problems: Found CUPS not configured properly & I had the wrong driver.






share|improve this answer










New contributor




Fran Nicholson is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


















  • Thank you for your help. I am new to Ubuntu too and was not aware of hp-check, which led me to looking at the CUPS error log, but I haven't been able to fix the problem yet. I edited the post and added some info from the CUPS error log, maybe you could take a look.
    – awkward
    2 days ago










  • Never mind, problem solved! Comments above.
    – awkward
    2 days ago













up vote
1
down vote










up vote
1
down vote









I am new to Ubuntu and Linux, so I list a lot of basics you may be aware of.

I was using Bottle 43.2 ,USB cabled connecting to a Canon printer. All I could get at first, was worse than your issue, I was unable to print at all,but: only the "Green" LED basic power & "print mode" LED would blink using any way (icon or terminal).

This command identified my issue.



sudo hp-check -r


Never used distro you gave, but
Your terminal command may come in two steps:



$ su -


Puts you in "Super User" mode with your password.
Then,



$ hp-check-r


This indicated 2 problems: Found CUPS not configured properly & I had the wrong driver.






share|improve this answer










New contributor




Fran Nicholson is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









I am new to Ubuntu and Linux, so I list a lot of basics you may be aware of.

I was using Bottle 43.2 ,USB cabled connecting to a Canon printer. All I could get at first, was worse than your issue, I was unable to print at all,but: only the "Green" LED basic power & "print mode" LED would blink using any way (icon or terminal).

This command identified my issue.



sudo hp-check -r


Never used distro you gave, but
Your terminal command may come in two steps:



$ su -


Puts you in "Super User" mode with your password.
Then,



$ hp-check-r


This indicated 2 problems: Found CUPS not configured properly & I had the wrong driver.







share|improve this answer










New contributor




Fran Nicholson is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this answer



share|improve this answer








edited Dec 10 at 20:59









bummi

3792713




3792713






New contributor




Fran Nicholson is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









answered Dec 10 at 20:47









Fran Nicholson

114




114




New contributor




Fran Nicholson is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Fran Nicholson is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Fran Nicholson is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • Thank you for your help. I am new to Ubuntu too and was not aware of hp-check, which led me to looking at the CUPS error log, but I haven't been able to fix the problem yet. I edited the post and added some info from the CUPS error log, maybe you could take a look.
    – awkward
    2 days ago










  • Never mind, problem solved! Comments above.
    – awkward
    2 days ago


















  • Thank you for your help. I am new to Ubuntu too and was not aware of hp-check, which led me to looking at the CUPS error log, but I haven't been able to fix the problem yet. I edited the post and added some info from the CUPS error log, maybe you could take a look.
    – awkward
    2 days ago










  • Never mind, problem solved! Comments above.
    – awkward
    2 days ago
















Thank you for your help. I am new to Ubuntu too and was not aware of hp-check, which led me to looking at the CUPS error log, but I haven't been able to fix the problem yet. I edited the post and added some info from the CUPS error log, maybe you could take a look.
– awkward
2 days ago




Thank you for your help. I am new to Ubuntu too and was not aware of hp-check, which led me to looking at the CUPS error log, but I haven't been able to fix the problem yet. I edited the post and added some info from the CUPS error log, maybe you could take a look.
– awkward
2 days ago












Never mind, problem solved! Comments above.
– awkward
2 days ago




Never mind, problem solved! Comments above.
– awkward
2 days ago










awkward is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















awkward is a new contributor. Be nice, and check out our Code of Conduct.













awkward is a new contributor. Be nice, and check out our Code of Conduct.












awkward is a new contributor. Be nice, and check out our Code of Conduct.
















Thanks for contributing an answer to Ask Ubuntu!


  • 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%2faskubuntu.com%2fquestions%2f1099214%2flpr-not-printing%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

How did Captain America manage to do this?

迪纳利

南乌拉尔铁路局