lpr not printing
up vote
1
down vote
favorite
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
New contributor
|
show 2 more comments
up vote
1
down vote
favorite
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
New contributor
Please try the command with a space between theP
and theinkjet
as inlpr -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 doeslpstat -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 thecups-bsd
package (NOT thelpr
package) to have lpr use CUPS.
– unutbu
2 days ago
|
show 2 more comments
up vote
1
down vote
favorite
up vote
1
down vote
favorite
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
New contributor
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
lubuntu printing
New contributor
New contributor
edited 2 days ago
New contributor
asked Dec 7 at 16:05
awkward
1063
1063
New contributor
New contributor
Please try the command with a space between theP
and theinkjet
as inlpr -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 doeslpstat -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 thecups-bsd
package (NOT thelpr
package) to have lpr use CUPS.
– unutbu
2 days ago
|
show 2 more comments
Please try the command with a space between theP
and theinkjet
as inlpr -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 doeslpstat -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 thecups-bsd
package (NOT thelpr
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
|
show 2 more comments
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.
New contributor
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
add a comment |
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.
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%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.
New contributor
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
add a comment |
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.
New contributor
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
add a comment |
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.
New contributor
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.
New contributor
edited Dec 10 at 20:59
bummi
3792713
3792713
New contributor
answered Dec 10 at 20:47
Fran Nicholson
114
114
New contributor
New contributor
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
add a comment |
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
add a comment |
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.
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.
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%2faskubuntu.com%2fquestions%2f1099214%2flpr-not-printing%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
Please try the command with a space between the
P
and theinkjet
as inlpr -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 thelpr
package) to have lpr use CUPS.– unutbu
2 days ago