Canon LBP2900 and Debian Wheezy












2















I use Canon LBP2900 and Debian Wheezy amd64.
I installed the official 64bit driver from Canon site (alien --scripts --to-deb *.rpm).



Add printer to 59687 socket:



lpadmin -p LBP2900 -m CNCUPSLBP2900CAPTK.ppd -v ccp://localhost:59687 -E


captstatusui -P LBP2900
the window open with the messages:



Printer Error
Check the DevicePath of /etc/ccpd.conf


I have checked /etc/ccpd.conf and found an error.



> cat /etc/ccpd.conf

<Path>
CUPS_ConfigPath /etc/cups/
</Path>

<Printer LBP2900>
DevicePath /dev/usb/lp1
</Printer>

<Ports>
UI_Port 59787
PDATA_Port 59687
</Ports>


USB device:



> ls -la /dev/usb/lp1
crw-rw---T 1 root lp 180, 1 Ноя 28 15:25 /dev/usb/lp1


How to fix?










share|improve this question















migrated from serverfault.com Nov 30 '13 at 6:46


This question came from our site for system and network administrators.



















  • The official driver download contained Debian packages. Why did you not use them?

    – Michael Hampton
    Nov 28 '13 at 18:53











  • Official driver for i386. I use amd64.

    – Alexey Savchuk
    Nov 29 '13 at 6:51











  • Why didn't you use the 64-bit Debian packages, then?

    – Michael Hampton
    Nov 29 '13 at 6:51











  • Official driver for Debian (deb packages) i386 only (32 bit). I use 64 bit.

    – Alexey Savchuk
    Nov 29 '13 at 10:09











  • The official driver contains both 32-bit and 64-bit packages for Debian. Look more closely. Linux_CAPT_PrinterDriver_V260_uk_EN/64-bit_Driver/Debian/cndrvcups-capt_2.60-1_amd64.deb and Linux_CAPT_PrinterDriver_V260_uk_EN/64-bit_Driver/Debian/cndrvcups-common_2.60-1_amd64.deb are plainly 64-bit Debian packages.

    – Michael Hampton
    Nov 29 '13 at 18:02
















2















I use Canon LBP2900 and Debian Wheezy amd64.
I installed the official 64bit driver from Canon site (alien --scripts --to-deb *.rpm).



Add printer to 59687 socket:



lpadmin -p LBP2900 -m CNCUPSLBP2900CAPTK.ppd -v ccp://localhost:59687 -E


captstatusui -P LBP2900
the window open with the messages:



Printer Error
Check the DevicePath of /etc/ccpd.conf


I have checked /etc/ccpd.conf and found an error.



> cat /etc/ccpd.conf

<Path>
CUPS_ConfigPath /etc/cups/
</Path>

<Printer LBP2900>
DevicePath /dev/usb/lp1
</Printer>

<Ports>
UI_Port 59787
PDATA_Port 59687
</Ports>


USB device:



> ls -la /dev/usb/lp1
crw-rw---T 1 root lp 180, 1 Ноя 28 15:25 /dev/usb/lp1


How to fix?










share|improve this question















migrated from serverfault.com Nov 30 '13 at 6:46


This question came from our site for system and network administrators.



















  • The official driver download contained Debian packages. Why did you not use them?

    – Michael Hampton
    Nov 28 '13 at 18:53











  • Official driver for i386. I use amd64.

    – Alexey Savchuk
    Nov 29 '13 at 6:51











  • Why didn't you use the 64-bit Debian packages, then?

    – Michael Hampton
    Nov 29 '13 at 6:51











  • Official driver for Debian (deb packages) i386 only (32 bit). I use 64 bit.

    – Alexey Savchuk
    Nov 29 '13 at 10:09











  • The official driver contains both 32-bit and 64-bit packages for Debian. Look more closely. Linux_CAPT_PrinterDriver_V260_uk_EN/64-bit_Driver/Debian/cndrvcups-capt_2.60-1_amd64.deb and Linux_CAPT_PrinterDriver_V260_uk_EN/64-bit_Driver/Debian/cndrvcups-common_2.60-1_amd64.deb are plainly 64-bit Debian packages.

    – Michael Hampton
    Nov 29 '13 at 18:02














2












2








2








I use Canon LBP2900 and Debian Wheezy amd64.
I installed the official 64bit driver from Canon site (alien --scripts --to-deb *.rpm).



Add printer to 59687 socket:



lpadmin -p LBP2900 -m CNCUPSLBP2900CAPTK.ppd -v ccp://localhost:59687 -E


captstatusui -P LBP2900
the window open with the messages:



Printer Error
Check the DevicePath of /etc/ccpd.conf


I have checked /etc/ccpd.conf and found an error.



> cat /etc/ccpd.conf

<Path>
CUPS_ConfigPath /etc/cups/
</Path>

<Printer LBP2900>
DevicePath /dev/usb/lp1
</Printer>

<Ports>
UI_Port 59787
PDATA_Port 59687
</Ports>


USB device:



> ls -la /dev/usb/lp1
crw-rw---T 1 root lp 180, 1 Ноя 28 15:25 /dev/usb/lp1


How to fix?










share|improve this question
















I use Canon LBP2900 and Debian Wheezy amd64.
I installed the official 64bit driver from Canon site (alien --scripts --to-deb *.rpm).



Add printer to 59687 socket:



lpadmin -p LBP2900 -m CNCUPSLBP2900CAPTK.ppd -v ccp://localhost:59687 -E


captstatusui -P LBP2900
the window open with the messages:



Printer Error
Check the DevicePath of /etc/ccpd.conf


I have checked /etc/ccpd.conf and found an error.



> cat /etc/ccpd.conf

<Path>
CUPS_ConfigPath /etc/cups/
</Path>

<Printer LBP2900>
DevicePath /dev/usb/lp1
</Printer>

<Ports>
UI_Port 59787
PDATA_Port 59687
</Ports>


USB device:



> ls -la /dev/usb/lp1
crw-rw---T 1 root lp 180, 1 Ноя 28 15:25 /dev/usb/lp1


How to fix?







printer






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 6 '16 at 20:38









Hennes

59.1k792141




59.1k792141










asked Nov 28 '13 at 13:05







Alexey Savchuk











migrated from serverfault.com Nov 30 '13 at 6:46


This question came from our site for system and network administrators.









migrated from serverfault.com Nov 30 '13 at 6:46


This question came from our site for system and network administrators.















  • The official driver download contained Debian packages. Why did you not use them?

    – Michael Hampton
    Nov 28 '13 at 18:53











  • Official driver for i386. I use amd64.

    – Alexey Savchuk
    Nov 29 '13 at 6:51











  • Why didn't you use the 64-bit Debian packages, then?

    – Michael Hampton
    Nov 29 '13 at 6:51











  • Official driver for Debian (deb packages) i386 only (32 bit). I use 64 bit.

    – Alexey Savchuk
    Nov 29 '13 at 10:09











  • The official driver contains both 32-bit and 64-bit packages for Debian. Look more closely. Linux_CAPT_PrinterDriver_V260_uk_EN/64-bit_Driver/Debian/cndrvcups-capt_2.60-1_amd64.deb and Linux_CAPT_PrinterDriver_V260_uk_EN/64-bit_Driver/Debian/cndrvcups-common_2.60-1_amd64.deb are plainly 64-bit Debian packages.

    – Michael Hampton
    Nov 29 '13 at 18:02



















  • The official driver download contained Debian packages. Why did you not use them?

    – Michael Hampton
    Nov 28 '13 at 18:53











  • Official driver for i386. I use amd64.

    – Alexey Savchuk
    Nov 29 '13 at 6:51











  • Why didn't you use the 64-bit Debian packages, then?

    – Michael Hampton
    Nov 29 '13 at 6:51











  • Official driver for Debian (deb packages) i386 only (32 bit). I use 64 bit.

    – Alexey Savchuk
    Nov 29 '13 at 10:09











  • The official driver contains both 32-bit and 64-bit packages for Debian. Look more closely. Linux_CAPT_PrinterDriver_V260_uk_EN/64-bit_Driver/Debian/cndrvcups-capt_2.60-1_amd64.deb and Linux_CAPT_PrinterDriver_V260_uk_EN/64-bit_Driver/Debian/cndrvcups-common_2.60-1_amd64.deb are plainly 64-bit Debian packages.

    – Michael Hampton
    Nov 29 '13 at 18:02

















The official driver download contained Debian packages. Why did you not use them?

– Michael Hampton
Nov 28 '13 at 18:53





The official driver download contained Debian packages. Why did you not use them?

– Michael Hampton
Nov 28 '13 at 18:53













Official driver for i386. I use amd64.

– Alexey Savchuk
Nov 29 '13 at 6:51





Official driver for i386. I use amd64.

– Alexey Savchuk
Nov 29 '13 at 6:51













Why didn't you use the 64-bit Debian packages, then?

– Michael Hampton
Nov 29 '13 at 6:51





Why didn't you use the 64-bit Debian packages, then?

– Michael Hampton
Nov 29 '13 at 6:51













Official driver for Debian (deb packages) i386 only (32 bit). I use 64 bit.

– Alexey Savchuk
Nov 29 '13 at 10:09





Official driver for Debian (deb packages) i386 only (32 bit). I use 64 bit.

– Alexey Savchuk
Nov 29 '13 at 10:09













The official driver contains both 32-bit and 64-bit packages for Debian. Look more closely. Linux_CAPT_PrinterDriver_V260_uk_EN/64-bit_Driver/Debian/cndrvcups-capt_2.60-1_amd64.deb and Linux_CAPT_PrinterDriver_V260_uk_EN/64-bit_Driver/Debian/cndrvcups-common_2.60-1_amd64.deb are plainly 64-bit Debian packages.

– Michael Hampton
Nov 29 '13 at 18:02





The official driver contains both 32-bit and 64-bit packages for Debian. Look more closely. Linux_CAPT_PrinterDriver_V260_uk_EN/64-bit_Driver/Debian/cndrvcups-capt_2.60-1_amd64.deb and Linux_CAPT_PrinterDriver_V260_uk_EN/64-bit_Driver/Debian/cndrvcups-common_2.60-1_amd64.deb are plainly 64-bit Debian packages.

– Michael Hampton
Nov 29 '13 at 18:02










1 Answer
1






active

oldest

votes


















0














wrong:



lpadmin -p LBP2900 -m CNCUPSLBP2900CAPTK.ppd -v ccp://localhost:59687 -E


correct:



lpadmin -p LBP2900 -m CNCUPSLBP2900CAPTK.ppd -v ccp:localhost:59687 -E


No need for // after ccp:.






share|improve this answer

























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "3"
    };
    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: 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
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f682347%2fcanon-lbp2900-and-debian-wheezy%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









    0














    wrong:



    lpadmin -p LBP2900 -m CNCUPSLBP2900CAPTK.ppd -v ccp://localhost:59687 -E


    correct:



    lpadmin -p LBP2900 -m CNCUPSLBP2900CAPTK.ppd -v ccp:localhost:59687 -E


    No need for // after ccp:.






    share|improve this answer






























      0














      wrong:



      lpadmin -p LBP2900 -m CNCUPSLBP2900CAPTK.ppd -v ccp://localhost:59687 -E


      correct:



      lpadmin -p LBP2900 -m CNCUPSLBP2900CAPTK.ppd -v ccp:localhost:59687 -E


      No need for // after ccp:.






      share|improve this answer




























        0












        0








        0







        wrong:



        lpadmin -p LBP2900 -m CNCUPSLBP2900CAPTK.ppd -v ccp://localhost:59687 -E


        correct:



        lpadmin -p LBP2900 -m CNCUPSLBP2900CAPTK.ppd -v ccp:localhost:59687 -E


        No need for // after ccp:.






        share|improve this answer















        wrong:



        lpadmin -p LBP2900 -m CNCUPSLBP2900CAPTK.ppd -v ccp://localhost:59687 -E


        correct:



        lpadmin -p LBP2900 -m CNCUPSLBP2900CAPTK.ppd -v ccp:localhost:59687 -E


        No need for // after ccp:.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Feb 13 '14 at 15:27









        Kevin Panko

        5,919113648




        5,919113648










        answered Feb 13 '14 at 15:04









        anonymousanonymous

        1




        1






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Super User!


            • 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%2fsuperuser.com%2fquestions%2f682347%2fcanon-lbp2900-and-debian-wheezy%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

            flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

            Mangá

             ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕