cups printer prints garbage lines from ppd file before most jobsprinting problems with DDST (aka PCL6)...
Draw a line nicely around notes
Was all the fuel expended in each stage of a Saturn V launch?
Project Euler, problem # 9, Pythagorean triplet
Do aircraft cabins have suspension?
Is `curl {something} | sudo bash -` a reasonably safe installation method?
What is this old "lemon-squeezer" shaped pan
Is there an English equivalent for "Les carottes sont cuites", while keeping the vegetable reference?
Could I use a greatsword and a longsword in one turn with Two-Weapon Fighting and the Dual Wielder feat?
I do not have power to all my breakers
Why should I cook the flour first when making bechamel sauce?
Print all lines that don't have numbers, using sed
Index Uniqueness Overhead
What is the technical explanation of the note "A♭" in a F7 chord in the key of C?
I have accepted an internship offer. Should I inform companies I have applied to that have not gotten back to me yet?
If I stood next to a piece of metal heated to a million degrees, but in a perfect vacuum, would I feel hot?
Can a pizza stone be fixed after soap has been used to clean it?
Why use null function instead of == [] to check for empty list in Haskell?
Using two linked programs, output ordinal numbers up to n
Why did Spider-Man take a detour to Dorset?
Video editor for YouTube
Is this more than a packing puzzle?
Can a polymorphed creature understand languages spoken under the effect of Tongues?
Can a Resident Assistant Be Told to Ignore a Lawful Order?
When does Fisher's "go get more data" approach make sense?
cups printer prints garbage lines from ppd file before most jobs
printing problems with DDST (aka PCL6) printer RICOH Aficio SP C240DNerrors from Windows clients accessing printer via Samba despite CUPS workingMy printer retains some memories from previous jobs' settingsCUPS: Centralized CUPS server; how do I do this?Printing on Linux: CUPS, PPD, Print Dialogs and Print OptionsCan I print on a Linux local printer using a remote windows driver?How to reverse-engineer a CUPS printer/print job?How can I print double-sided with ipptool?Get CUPS to align page properly?Ricoh MP C2011 printer works using cups on armhf ubuntu, and then stuck “sending data to printer”
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I have an OKI B430d printer, which is connected to an Odroid C2 (a single-board computer similar to the Raspberry Pi) via USB. The Odroid runs Arch Linux Arm with a cups server, so every device in the local network can use the printer.
The printer is configured as RAW printer.
My desktop computer runs Arch Linux with a cups instance, too. This cups instance connects to the Odroid via ipp and also has the ppd file for the printer.
Now to the issue I started noticing ~8 months ago:
Sometimes the printer would print a blank page containing only
--------------------------
or
.0 0
%-------------------------------------------------
or
source 1.0 0
%-------------------------------------------------
The issue also occured when printing from a different PC than mine (but also running cups on Arch Linux).
Yesterday I printed some more PDFs and this time the printer printed a blank page containing the following in front of 3 jobs:
OKI_Driver_Procedure_Patch_Resource 1.0 0
%------------------------------------
Finally something to search for! I found a PPD file which contained a similar line, so I searched the PPD file I use for the printer for the line and found it on line 108: https://www.oki.com/eu/printing/support/drivers-and-utilities/?id=46262901FZ01
Today, I printed a test PDF after enabling debug logging for both cups instances. I pasted the debug logs here: https://gist.github.com/jkhsjdhjs/aab53920040f62b43c878c74a61860ea
One thing I did change for the printer locally was lpadmin -p <printer> -o pdftops-renderer-default=pdftops. It didn't work without it, but I don't think that's the cause.
Let me know if there's more info I can provide.
Thanks in advance.
cups ppd
New contributor
jkhsjdhjs is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I have an OKI B430d printer, which is connected to an Odroid C2 (a single-board computer similar to the Raspberry Pi) via USB. The Odroid runs Arch Linux Arm with a cups server, so every device in the local network can use the printer.
The printer is configured as RAW printer.
My desktop computer runs Arch Linux with a cups instance, too. This cups instance connects to the Odroid via ipp and also has the ppd file for the printer.
Now to the issue I started noticing ~8 months ago:
Sometimes the printer would print a blank page containing only
--------------------------
or
.0 0
%-------------------------------------------------
or
source 1.0 0
%-------------------------------------------------
The issue also occured when printing from a different PC than mine (but also running cups on Arch Linux).
Yesterday I printed some more PDFs and this time the printer printed a blank page containing the following in front of 3 jobs:
OKI_Driver_Procedure_Patch_Resource 1.0 0
%------------------------------------
Finally something to search for! I found a PPD file which contained a similar line, so I searched the PPD file I use for the printer for the line and found it on line 108: https://www.oki.com/eu/printing/support/drivers-and-utilities/?id=46262901FZ01
Today, I printed a test PDF after enabling debug logging for both cups instances. I pasted the debug logs here: https://gist.github.com/jkhsjdhjs/aab53920040f62b43c878c74a61860ea
One thing I did change for the printer locally was lpadmin -p <printer> -o pdftops-renderer-default=pdftops. It didn't work without it, but I don't think that's the cause.
Let me know if there's more info I can provide.
Thanks in advance.
cups ppd
New contributor
jkhsjdhjs is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I have an OKI B430d printer, which is connected to an Odroid C2 (a single-board computer similar to the Raspberry Pi) via USB. The Odroid runs Arch Linux Arm with a cups server, so every device in the local network can use the printer.
The printer is configured as RAW printer.
My desktop computer runs Arch Linux with a cups instance, too. This cups instance connects to the Odroid via ipp and also has the ppd file for the printer.
Now to the issue I started noticing ~8 months ago:
Sometimes the printer would print a blank page containing only
--------------------------
or
.0 0
%-------------------------------------------------
or
source 1.0 0
%-------------------------------------------------
The issue also occured when printing from a different PC than mine (but also running cups on Arch Linux).
Yesterday I printed some more PDFs and this time the printer printed a blank page containing the following in front of 3 jobs:
OKI_Driver_Procedure_Patch_Resource 1.0 0
%------------------------------------
Finally something to search for! I found a PPD file which contained a similar line, so I searched the PPD file I use for the printer for the line and found it on line 108: https://www.oki.com/eu/printing/support/drivers-and-utilities/?id=46262901FZ01
Today, I printed a test PDF after enabling debug logging for both cups instances. I pasted the debug logs here: https://gist.github.com/jkhsjdhjs/aab53920040f62b43c878c74a61860ea
One thing I did change for the printer locally was lpadmin -p <printer> -o pdftops-renderer-default=pdftops. It didn't work without it, but I don't think that's the cause.
Let me know if there's more info I can provide.
Thanks in advance.
cups ppd
New contributor
jkhsjdhjs 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 OKI B430d printer, which is connected to an Odroid C2 (a single-board computer similar to the Raspberry Pi) via USB. The Odroid runs Arch Linux Arm with a cups server, so every device in the local network can use the printer.
The printer is configured as RAW printer.
My desktop computer runs Arch Linux with a cups instance, too. This cups instance connects to the Odroid via ipp and also has the ppd file for the printer.
Now to the issue I started noticing ~8 months ago:
Sometimes the printer would print a blank page containing only
--------------------------
or
.0 0
%-------------------------------------------------
or
source 1.0 0
%-------------------------------------------------
The issue also occured when printing from a different PC than mine (but also running cups on Arch Linux).
Yesterday I printed some more PDFs and this time the printer printed a blank page containing the following in front of 3 jobs:
OKI_Driver_Procedure_Patch_Resource 1.0 0
%------------------------------------
Finally something to search for! I found a PPD file which contained a similar line, so I searched the PPD file I use for the printer for the line and found it on line 108: https://www.oki.com/eu/printing/support/drivers-and-utilities/?id=46262901FZ01
Today, I printed a test PDF after enabling debug logging for both cups instances. I pasted the debug logs here: https://gist.github.com/jkhsjdhjs/aab53920040f62b43c878c74a61860ea
One thing I did change for the printer locally was lpadmin -p <printer> -o pdftops-renderer-default=pdftops. It didn't work without it, but I don't think that's the cause.
Let me know if there's more info I can provide.
Thanks in advance.
cups ppd
cups ppd
New contributor
jkhsjdhjs is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
jkhsjdhjs is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 2 hours ago
ctrl-alt-delor
13.6k5 gold badges30 silver badges64 bronze badges
13.6k5 gold badges30 silver badges64 bronze badges
New contributor
jkhsjdhjs is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 3 hours ago
jkhsjdhjsjkhsjdhjs
1
1
New contributor
jkhsjdhjs is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
jkhsjdhjs is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
0
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',
autoActivateHeartbeat: false,
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
});
}
});
jkhsjdhjs 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%2funix.stackexchange.com%2fquestions%2f530326%2fcups-printer-prints-garbage-lines-from-ppd-file-before-most-jobs%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
jkhsjdhjs is a new contributor. Be nice, and check out our Code of Conduct.
jkhsjdhjs is a new contributor. Be nice, and check out our Code of Conduct.
jkhsjdhjs is a new contributor. Be nice, and check out our Code of Conduct.
jkhsjdhjs is a new contributor. Be nice, and check out our Code of Conduct.
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.
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%2f530326%2fcups-printer-prints-garbage-lines-from-ppd-file-before-most-jobs%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