Canon network printer: Unable to open the initial device, quitting
I have a up-to-date Arch Linux and Canon drivers installed from the AUR (cndrvcups-lb). At work I have a Canon iR-ADV C5235 printer, that I want to get working.
I added the printer via the cups webinterface, selected the correct driver and all, but on every print I only get
**** Unable to open the initial device, quitting
After some research I found that the error is related to Ghostscript, but I have no idea how to fix this.
I also tried the ppd files from the Canon website - but then nothing prints at all.
drivers printing cups
add a comment |
I have a up-to-date Arch Linux and Canon drivers installed from the AUR (cndrvcups-lb). At work I have a Canon iR-ADV C5235 printer, that I want to get working.
I added the printer via the cups webinterface, selected the correct driver and all, but on every print I only get
**** Unable to open the initial device, quitting
After some research I found that the error is related to Ghostscript, but I have no idea how to fix this.
I also tried the ppd files from the Canon website - but then nothing prints at all.
drivers printing cups
add a comment |
I have a up-to-date Arch Linux and Canon drivers installed from the AUR (cndrvcups-lb). At work I have a Canon iR-ADV C5235 printer, that I want to get working.
I added the printer via the cups webinterface, selected the correct driver and all, but on every print I only get
**** Unable to open the initial device, quitting
After some research I found that the error is related to Ghostscript, but I have no idea how to fix this.
I also tried the ppd files from the Canon website - but then nothing prints at all.
drivers printing cups
I have a up-to-date Arch Linux and Canon drivers installed from the AUR (cndrvcups-lb). At work I have a Canon iR-ADV C5235 printer, that I want to get working.
I added the printer via the cups webinterface, selected the correct driver and all, but on every print I only get
**** Unable to open the initial device, quitting
After some research I found that the error is related to Ghostscript, but I have no idea how to fix this.
I also tried the ppd files from the Canon website - but then nothing prints at all.
drivers printing cups
drivers printing cups
asked Apr 29 '14 at 13:51
MasalaMasala
264
264
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
Method2 mentioned in the above link worked for me.
The problem is caused by missing dependencies of i386 packages, as the above link mentioned.
To verify, check the output of the following command:
dpkg -L cndrvcups-ufr2-uk cndrvcups-common | xargs ldd 2>/dev/null | grep "not found"
add a comment |
Just had the same issue, under Debian, after removing i386 on a 64 bits OS. You may check that all i386 packages are available.
I know you're under Arch Linux, but that may be the same issue.
See the Debian page, it may help you find a solution:
https://wiki.debian.org/PrinterDriver/Canon/UFR-II
(using Method 2, I got rid of the error)
add a comment |
I had the same issue with Canon UFR driver.
For me this was solved after upgrading Canon UFR driver to the latest version. For some reason previous version of a driver had ppd files for all the models, but the driver itself only supported some of them. Newer version supported more, including the one I had.
add a comment |
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
});
}
});
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%2f127104%2fcanon-network-printer-unable-to-open-the-initial-device-quitting%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Method2 mentioned in the above link worked for me.
The problem is caused by missing dependencies of i386 packages, as the above link mentioned.
To verify, check the output of the following command:
dpkg -L cndrvcups-ufr2-uk cndrvcups-common | xargs ldd 2>/dev/null | grep "not found"
add a comment |
Method2 mentioned in the above link worked for me.
The problem is caused by missing dependencies of i386 packages, as the above link mentioned.
To verify, check the output of the following command:
dpkg -L cndrvcups-ufr2-uk cndrvcups-common | xargs ldd 2>/dev/null | grep "not found"
add a comment |
Method2 mentioned in the above link worked for me.
The problem is caused by missing dependencies of i386 packages, as the above link mentioned.
To verify, check the output of the following command:
dpkg -L cndrvcups-ufr2-uk cndrvcups-common | xargs ldd 2>/dev/null | grep "not found"
Method2 mentioned in the above link worked for me.
The problem is caused by missing dependencies of i386 packages, as the above link mentioned.
To verify, check the output of the following command:
dpkg -L cndrvcups-ufr2-uk cndrvcups-common | xargs ldd 2>/dev/null | grep "not found"
edited Dec 7 '17 at 19:24
Stephen Rauch
3,346101428
3,346101428
answered Dec 7 '17 at 19:05
Sheng YuSheng Yu
111
111
add a comment |
add a comment |
Just had the same issue, under Debian, after removing i386 on a 64 bits OS. You may check that all i386 packages are available.
I know you're under Arch Linux, but that may be the same issue.
See the Debian page, it may help you find a solution:
https://wiki.debian.org/PrinterDriver/Canon/UFR-II
(using Method 2, I got rid of the error)
add a comment |
Just had the same issue, under Debian, after removing i386 on a 64 bits OS. You may check that all i386 packages are available.
I know you're under Arch Linux, but that may be the same issue.
See the Debian page, it may help you find a solution:
https://wiki.debian.org/PrinterDriver/Canon/UFR-II
(using Method 2, I got rid of the error)
add a comment |
Just had the same issue, under Debian, after removing i386 on a 64 bits OS. You may check that all i386 packages are available.
I know you're under Arch Linux, but that may be the same issue.
See the Debian page, it may help you find a solution:
https://wiki.debian.org/PrinterDriver/Canon/UFR-II
(using Method 2, I got rid of the error)
Just had the same issue, under Debian, after removing i386 on a 64 bits OS. You may check that all i386 packages are available.
I know you're under Arch Linux, but that may be the same issue.
See the Debian page, it may help you find a solution:
https://wiki.debian.org/PrinterDriver/Canon/UFR-II
(using Method 2, I got rid of the error)
answered Dec 5 '16 at 11:38
YvanYvan
1012
1012
add a comment |
add a comment |
I had the same issue with Canon UFR driver.
For me this was solved after upgrading Canon UFR driver to the latest version. For some reason previous version of a driver had ppd files for all the models, but the driver itself only supported some of them. Newer version supported more, including the one I had.
add a comment |
I had the same issue with Canon UFR driver.
For me this was solved after upgrading Canon UFR driver to the latest version. For some reason previous version of a driver had ppd files for all the models, but the driver itself only supported some of them. Newer version supported more, including the one I had.
add a comment |
I had the same issue with Canon UFR driver.
For me this was solved after upgrading Canon UFR driver to the latest version. For some reason previous version of a driver had ppd files for all the models, but the driver itself only supported some of them. Newer version supported more, including the one I had.
I had the same issue with Canon UFR driver.
For me this was solved after upgrading Canon UFR driver to the latest version. For some reason previous version of a driver had ppd files for all the models, but the driver itself only supported some of them. Newer version supported more, including the one I had.
answered 5 mins ago
PF4PublicPF4Public
1108
1108
add a comment |
add a comment |
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%2f127104%2fcanon-network-printer-unable-to-open-the-initial-device-quitting%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