Canon network printer: Unable to open the initial device, quitting












5















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.










share|improve this question



























    5















    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.










    share|improve this question

























      5












      5








      5


      1






      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.










      share|improve this question














      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Apr 29 '14 at 13:51









      MasalaMasala

      264




      264






















          3 Answers
          3






          active

          oldest

          votes


















          1














          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"





          share|improve this answer

































            0














            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)






            share|improve this answer































              0














              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.






              share|improve this answer























                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
                });


                }
                });














                draft saved

                draft discarded


















                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









                1














                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"





                share|improve this answer






























                  1














                  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"





                  share|improve this answer




























                    1












                    1








                    1







                    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"





                    share|improve this answer















                    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"






                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    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

























                        0














                        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)






                        share|improve this answer




























                          0














                          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)






                          share|improve this answer


























                            0












                            0








                            0







                            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)






                            share|improve this answer













                            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)







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Dec 5 '16 at 11:38









                            YvanYvan

                            1012




                            1012























                                0














                                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.






                                share|improve this answer




























                                  0














                                  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.






                                  share|improve this answer


























                                    0












                                    0








                                    0







                                    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.






                                    share|improve this answer













                                    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.







                                    share|improve this answer












                                    share|improve this answer



                                    share|improve this answer










                                    answered 1 hour ago









                                    PF4PublicPF4Public

                                    1108




                                    1108






























                                        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.




                                        draft saved


                                        draft discarded














                                        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





















































                                        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 to rewrite equation of hyperbola in standard form

                                        No ethernet ip address in my vocore2