canon LPB6000 installed on ubuntu 17.4 but doesn't work?How do I run a script at start up?Any Way to make Canon LBP2900B Printer work on Ubuntu 17.04 Zesty?Canon printer won't print some black partInstalling Canon LBP6000 in Ubuntu 12.04Network printer recognized but not printingDiagnosing the problem when Canon printer fails to print under UbuntuMaking Canon LBP6000 printer work under Ubuntu 14.04 64-bitSharing Printer to Windows Clientversion 16.10 can identify printer but unable to printCanon i-Sensys MF231 scannerCanon LBP 6230DW won't print under Ubuntu 17.10

Was there really a shuttle toilet training device with a "boresight camera"?

Why can't I use zsh?

How to end the conversation quickly with head hunter?

If you were to fly an ILS in a knife edge would you receve GS and LOC be fliped?

What are the ethical implications of lying to get into a course?

Largest smallest gap

Simulating these special dice on more regular dice

Why does atmospheric pressure act on us?

Why do we use cross products in physics?

How to insert a character between any several characters without knowing indexes?

Expectation of 500 coin flips after 500 realizations

Are there examples of democratic states peacefully changing their constitution without abiding by the rules spelled out in the former constitution?

Who's next to me in the queue?

Wiegand 26-Bit Calculator - Transforming a decimal number into an 26-Bit binary number

What are the disadvantages for using short-field take-off technique?

Who owns copyright on works found in a storage unit/attic?

Why did George Lucas set Star Wars in the past instead of the future?

What does 素 mean in 素数?

Which species is proud of being conquered many times?

Concept Question for Secure Computation

Do any countries have a pensions system funded entirely by past contributions, rather than current taxes?

is there a way to check a debug statement belongs to which class

Why did they design new connectors for USB?

Functions that simply call another function, bad design choice?



canon LPB6000 installed on ubuntu 17.4 but doesn't work?


How do I run a script at start up?Any Way to make Canon LBP2900B Printer work on Ubuntu 17.04 Zesty?Canon printer won't print some black partInstalling Canon LBP6000 in Ubuntu 12.04Network printer recognized but not printingDiagnosing the problem when Canon printer fails to print under UbuntuMaking Canon LBP6000 printer work under Ubuntu 14.04 64-bitSharing Printer to Windows Clientversion 16.10 can identify printer but unable to printCanon i-Sensys MF231 scannerCanon LBP 6230DW won't print under Ubuntu 17.10






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









0


















Hy friends. I'm a beginner in Linux, I was on windows so I'm completely lost ! I can't find where is the problem with the printer installation ! After 3 days of research on Internet I finally could install canon LBP6000, it appear on printer localhost but doesn't print the job !!!
I need an answer please cause I don't wanna come back to windows I've a report to achieve.
Thank you.










share|improve this question




















  • 1





    Can you provide more details please

    – Arun
    Jul 8 '17 at 14:12

















0


















Hy friends. I'm a beginner in Linux, I was on windows so I'm completely lost ! I can't find where is the problem with the printer installation ! After 3 days of research on Internet I finally could install canon LBP6000, it appear on printer localhost but doesn't print the job !!!
I need an answer please cause I don't wanna come back to windows I've a report to achieve.
Thank you.










share|improve this question




















  • 1





    Can you provide more details please

    – Arun
    Jul 8 '17 at 14:12













0













0









0








Hy friends. I'm a beginner in Linux, I was on windows so I'm completely lost ! I can't find where is the problem with the printer installation ! After 3 days of research on Internet I finally could install canon LBP6000, it appear on printer localhost but doesn't print the job !!!
I need an answer please cause I don't wanna come back to windows I've a report to achieve.
Thank you.










share|improve this question














Hy friends. I'm a beginner in Linux, I was on windows so I'm completely lost ! I can't find where is the problem with the printer installation ! After 3 days of research on Internet I finally could install canon LBP6000, it appear on printer localhost but doesn't print the job !!!
I need an answer please cause I don't wanna come back to windows I've a report to achieve.
Thank you.







printing






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jul 8 '17 at 14:09









LeilaLeila

11 bronze badge




11 bronze badge










  • 1





    Can you provide more details please

    – Arun
    Jul 8 '17 at 14:12












  • 1





    Can you provide more details please

    – Arun
    Jul 8 '17 at 14:12







1




1





Can you provide more details please

– Arun
Jul 8 '17 at 14:12





Can you provide more details please

– Arun
Jul 8 '17 at 14:12










3 Answers
3






active

oldest

votes


















0



















so this printer needs Canon's CAPT driver; which they update regularly; this post from yesterday on this forum is about the same CAPT driver; Any Way to make Canon LBP2900B Printer work on Ubuntu 17.04 Zesty? so have a read as it is very similar to yours; please delete any setup for your LBP6000 from the PRINTERS folder; if it does not work ... I assume you have 64bit install ..



so there are 4 steps to get it working:



1) install drivers; you need the latest drivers from here http://support-asia.canon-asia.com/contents/ASIA/EN/0100459601.html as they were issued 15th May 2017; SAVE as you download it and it should end up in your Downloads folder; then issue the following commands; by copying them; and pasting them one by one into a terminal; hit the ENTER key after each paste ..



cd Downloads



tar -zxvf linux-capt-drv-v271-uken.tar.gz



cd linux-capt-drv-v271-uken/64-bit_Driver/Debian



sudo dpkg -i cndrvcups-common_3.21-1_amd64.deb



and then sudo dpkg -i cndrvcups-capt_2.71-1_amd64.deb and drivers now installed ...



2) register the printer again, please copy this and paste it into the terminal ..copy it all .. it is a long string of data ...



sudo /usr/sbin/lpadmin -p LBP6000 -P /usr/share/cups/model/CNCUPSLBP6018CAPTK.ppd -v ccp://localhost:59787 -E



3) Register the printer in the ccpd daemon setup file



sudo /usr/sbin/ccpdadmin -p LBP6000 -o /dev/usb/lp0



4) Start ccpd daemon



sudo /etc/init.d/ccpd start



at that point, your printer should print: please post back and tell us how things are: please, please ..!!






share|improve this answer

























  • Thank you very much for your answer, but : when I execute the 2nd step (register the printer) I get this : "Printer name can only contain printable characters". And when I execute the 3rd step (Register the printer in the ccpd daemon setup file) I get this : "can't find in cups Spooler entry". And the printer doesn't show in Printers-localhost !

    – Leila
    Jul 9 '17 at 21:34











  • Here what I get : hpics.li/f876ebf

    – Leila
    Jul 9 '17 at 21:41











  • so there's problems at the very beginning: so if you open a terminal and type cd Downloads and hit ENTER; and then type ls, that is asking for a list of what is in that Downloads directory; so do you see linux-capt-drv-v271-uken.tar.gz .. or, better still, linux-capt-drv-v271-uken ...let's just start there;

    – pdc
    Jul 9 '17 at 23:34












  • Merci beaucoup :) Thanks a lot for your help. When I type ls I get linux-capt-drv-v271-uken.tar.gz in red : hpics.li/115ac40

    – Leila
    Jul 10 '17 at 19:40












  • Bonjour Leila; you have an old version of the CAPT driver (2.7); go to the Canon Asia link in the answer above (where I say install drivers): get the latest; then the commands should work .. so download the latest and then carry out all the commands in the install drivers instructions

    – pdc
    Jul 10 '17 at 19:47



















0



















enter image description herethe command sudo ccpdadmin asks for the status of the ccpdadmin so please see how ours appears: we have 2 usb printers: the first is allocated to /usb/lp0 and the second, the LBP, is allocated to /usb/lp1 and if you have 2 printers on your usb, then if the LBP6000 is the second in the rankings, then it needs to be lp1






share|improve this answer

























  • I'll delete again all printers that appear in Printers-localhost then I'll do the commands from the beginning. Thanks 6000 times for your help :)

    – Leila
    Jul 27 '17 at 11:30











  • I can only hope it works; I have now done a couple of 64bit installs and they are fine; and I have advised others; it perplexes me what is your problem;

    – pdc
    Jul 27 '17 at 20:26


















0



















I have the same printer and I had the same problem. On Xubuntu 18.04, I resolved it this way.



1) First, allow compatibility with needed i386 libraries (although drivers are labelled as 64bit, they depend on them). Enter the following



sudo sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libstdc++6:i386 libxml2:i386 zlib1g:i386 libpopt0:i386
sudo apt-get install libglade2-0:amd64


2) Install drivers as explained by pdc.



3) Register the printer



sudo lpadmin -p LBP6000 -m CNCUPSLBP6018CAPTS.ppd -v ccp://localhost:59787


Note that the port here must be the same as in UI PORT (see the screenshot in the second answer by pdc). Then



lpadmin -p LBP6000 -E


(I guess you can also give a combined command, as suggested by pdc.)



4) Register the printer in the ccpd deamon:



sudo ccpdadmin -p LBP6000 -o /dev/usb/lp0


Of course, change /dev/usb/lp0 with the right path if needed.



5) Start the ccpd deamon



sudo /etc/init.d/ccpd start


Connect the printer and check its status typing



sudo /etc/init.d/ccpd status


You should see two numbers in the output. If not, type sudo /etc/init.d/ccpd restart.



6) Try to print a test page from Settings>Printers. If the printer is still silent, type



captstatusui -P LBP6000 -e


to start Canon's printer monitor. Now the printer should work.



7) Perhaps you want ccpd and the printer monitor automatically start on boot. For the first one, type



sudo update-rc.d ccpd defaults


Next, you may run command at point 6) going to Settings>Startup or following, for instance, this answer.



Remark. If the printer return silent on reboot, try to restart ccpd and captstatusui. You may also try to power off and on the printer. That worked for me.






share|improve this answer


























    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',
    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/4.0/"u003ecc by-sa 4.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%2faskubuntu.com%2fquestions%2f933261%2fcanon-lpb6000-installed-on-ubuntu-17-4-but-doesnt-work%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









    0



















    so this printer needs Canon's CAPT driver; which they update regularly; this post from yesterday on this forum is about the same CAPT driver; Any Way to make Canon LBP2900B Printer work on Ubuntu 17.04 Zesty? so have a read as it is very similar to yours; please delete any setup for your LBP6000 from the PRINTERS folder; if it does not work ... I assume you have 64bit install ..



    so there are 4 steps to get it working:



    1) install drivers; you need the latest drivers from here http://support-asia.canon-asia.com/contents/ASIA/EN/0100459601.html as they were issued 15th May 2017; SAVE as you download it and it should end up in your Downloads folder; then issue the following commands; by copying them; and pasting them one by one into a terminal; hit the ENTER key after each paste ..



    cd Downloads



    tar -zxvf linux-capt-drv-v271-uken.tar.gz



    cd linux-capt-drv-v271-uken/64-bit_Driver/Debian



    sudo dpkg -i cndrvcups-common_3.21-1_amd64.deb



    and then sudo dpkg -i cndrvcups-capt_2.71-1_amd64.deb and drivers now installed ...



    2) register the printer again, please copy this and paste it into the terminal ..copy it all .. it is a long string of data ...



    sudo /usr/sbin/lpadmin -p LBP6000 -P /usr/share/cups/model/CNCUPSLBP6018CAPTK.ppd -v ccp://localhost:59787 -E



    3) Register the printer in the ccpd daemon setup file



    sudo /usr/sbin/ccpdadmin -p LBP6000 -o /dev/usb/lp0



    4) Start ccpd daemon



    sudo /etc/init.d/ccpd start



    at that point, your printer should print: please post back and tell us how things are: please, please ..!!






    share|improve this answer

























    • Thank you very much for your answer, but : when I execute the 2nd step (register the printer) I get this : "Printer name can only contain printable characters". And when I execute the 3rd step (Register the printer in the ccpd daemon setup file) I get this : "can't find in cups Spooler entry". And the printer doesn't show in Printers-localhost !

      – Leila
      Jul 9 '17 at 21:34











    • Here what I get : hpics.li/f876ebf

      – Leila
      Jul 9 '17 at 21:41











    • so there's problems at the very beginning: so if you open a terminal and type cd Downloads and hit ENTER; and then type ls, that is asking for a list of what is in that Downloads directory; so do you see linux-capt-drv-v271-uken.tar.gz .. or, better still, linux-capt-drv-v271-uken ...let's just start there;

      – pdc
      Jul 9 '17 at 23:34












    • Merci beaucoup :) Thanks a lot for your help. When I type ls I get linux-capt-drv-v271-uken.tar.gz in red : hpics.li/115ac40

      – Leila
      Jul 10 '17 at 19:40












    • Bonjour Leila; you have an old version of the CAPT driver (2.7); go to the Canon Asia link in the answer above (where I say install drivers): get the latest; then the commands should work .. so download the latest and then carry out all the commands in the install drivers instructions

      – pdc
      Jul 10 '17 at 19:47
















    0



















    so this printer needs Canon's CAPT driver; which they update regularly; this post from yesterday on this forum is about the same CAPT driver; Any Way to make Canon LBP2900B Printer work on Ubuntu 17.04 Zesty? so have a read as it is very similar to yours; please delete any setup for your LBP6000 from the PRINTERS folder; if it does not work ... I assume you have 64bit install ..



    so there are 4 steps to get it working:



    1) install drivers; you need the latest drivers from here http://support-asia.canon-asia.com/contents/ASIA/EN/0100459601.html as they were issued 15th May 2017; SAVE as you download it and it should end up in your Downloads folder; then issue the following commands; by copying them; and pasting them one by one into a terminal; hit the ENTER key after each paste ..



    cd Downloads



    tar -zxvf linux-capt-drv-v271-uken.tar.gz



    cd linux-capt-drv-v271-uken/64-bit_Driver/Debian



    sudo dpkg -i cndrvcups-common_3.21-1_amd64.deb



    and then sudo dpkg -i cndrvcups-capt_2.71-1_amd64.deb and drivers now installed ...



    2) register the printer again, please copy this and paste it into the terminal ..copy it all .. it is a long string of data ...



    sudo /usr/sbin/lpadmin -p LBP6000 -P /usr/share/cups/model/CNCUPSLBP6018CAPTK.ppd -v ccp://localhost:59787 -E



    3) Register the printer in the ccpd daemon setup file



    sudo /usr/sbin/ccpdadmin -p LBP6000 -o /dev/usb/lp0



    4) Start ccpd daemon



    sudo /etc/init.d/ccpd start



    at that point, your printer should print: please post back and tell us how things are: please, please ..!!






    share|improve this answer

























    • Thank you very much for your answer, but : when I execute the 2nd step (register the printer) I get this : "Printer name can only contain printable characters". And when I execute the 3rd step (Register the printer in the ccpd daemon setup file) I get this : "can't find in cups Spooler entry". And the printer doesn't show in Printers-localhost !

      – Leila
      Jul 9 '17 at 21:34











    • Here what I get : hpics.li/f876ebf

      – Leila
      Jul 9 '17 at 21:41











    • so there's problems at the very beginning: so if you open a terminal and type cd Downloads and hit ENTER; and then type ls, that is asking for a list of what is in that Downloads directory; so do you see linux-capt-drv-v271-uken.tar.gz .. or, better still, linux-capt-drv-v271-uken ...let's just start there;

      – pdc
      Jul 9 '17 at 23:34












    • Merci beaucoup :) Thanks a lot for your help. When I type ls I get linux-capt-drv-v271-uken.tar.gz in red : hpics.li/115ac40

      – Leila
      Jul 10 '17 at 19:40












    • Bonjour Leila; you have an old version of the CAPT driver (2.7); go to the Canon Asia link in the answer above (where I say install drivers): get the latest; then the commands should work .. so download the latest and then carry out all the commands in the install drivers instructions

      – pdc
      Jul 10 '17 at 19:47














    0















    0











    0









    so this printer needs Canon's CAPT driver; which they update regularly; this post from yesterday on this forum is about the same CAPT driver; Any Way to make Canon LBP2900B Printer work on Ubuntu 17.04 Zesty? so have a read as it is very similar to yours; please delete any setup for your LBP6000 from the PRINTERS folder; if it does not work ... I assume you have 64bit install ..



    so there are 4 steps to get it working:



    1) install drivers; you need the latest drivers from here http://support-asia.canon-asia.com/contents/ASIA/EN/0100459601.html as they were issued 15th May 2017; SAVE as you download it and it should end up in your Downloads folder; then issue the following commands; by copying them; and pasting them one by one into a terminal; hit the ENTER key after each paste ..



    cd Downloads



    tar -zxvf linux-capt-drv-v271-uken.tar.gz



    cd linux-capt-drv-v271-uken/64-bit_Driver/Debian



    sudo dpkg -i cndrvcups-common_3.21-1_amd64.deb



    and then sudo dpkg -i cndrvcups-capt_2.71-1_amd64.deb and drivers now installed ...



    2) register the printer again, please copy this and paste it into the terminal ..copy it all .. it is a long string of data ...



    sudo /usr/sbin/lpadmin -p LBP6000 -P /usr/share/cups/model/CNCUPSLBP6018CAPTK.ppd -v ccp://localhost:59787 -E



    3) Register the printer in the ccpd daemon setup file



    sudo /usr/sbin/ccpdadmin -p LBP6000 -o /dev/usb/lp0



    4) Start ccpd daemon



    sudo /etc/init.d/ccpd start



    at that point, your printer should print: please post back and tell us how things are: please, please ..!!






    share|improve this answer














    so this printer needs Canon's CAPT driver; which they update regularly; this post from yesterday on this forum is about the same CAPT driver; Any Way to make Canon LBP2900B Printer work on Ubuntu 17.04 Zesty? so have a read as it is very similar to yours; please delete any setup for your LBP6000 from the PRINTERS folder; if it does not work ... I assume you have 64bit install ..



    so there are 4 steps to get it working:



    1) install drivers; you need the latest drivers from here http://support-asia.canon-asia.com/contents/ASIA/EN/0100459601.html as they were issued 15th May 2017; SAVE as you download it and it should end up in your Downloads folder; then issue the following commands; by copying them; and pasting them one by one into a terminal; hit the ENTER key after each paste ..



    cd Downloads



    tar -zxvf linux-capt-drv-v271-uken.tar.gz



    cd linux-capt-drv-v271-uken/64-bit_Driver/Debian



    sudo dpkg -i cndrvcups-common_3.21-1_amd64.deb



    and then sudo dpkg -i cndrvcups-capt_2.71-1_amd64.deb and drivers now installed ...



    2) register the printer again, please copy this and paste it into the terminal ..copy it all .. it is a long string of data ...



    sudo /usr/sbin/lpadmin -p LBP6000 -P /usr/share/cups/model/CNCUPSLBP6018CAPTK.ppd -v ccp://localhost:59787 -E



    3) Register the printer in the ccpd daemon setup file



    sudo /usr/sbin/ccpdadmin -p LBP6000 -o /dev/usb/lp0



    4) Start ccpd daemon



    sudo /etc/init.d/ccpd start



    at that point, your printer should print: please post back and tell us how things are: please, please ..!!







    share|improve this answer













    share|improve this answer




    share|improve this answer










    answered Jul 8 '17 at 23:12









    pdcpdc

    8824 silver badges6 bronze badges




    8824 silver badges6 bronze badges















    • Thank you very much for your answer, but : when I execute the 2nd step (register the printer) I get this : "Printer name can only contain printable characters". And when I execute the 3rd step (Register the printer in the ccpd daemon setup file) I get this : "can't find in cups Spooler entry". And the printer doesn't show in Printers-localhost !

      – Leila
      Jul 9 '17 at 21:34











    • Here what I get : hpics.li/f876ebf

      – Leila
      Jul 9 '17 at 21:41











    • so there's problems at the very beginning: so if you open a terminal and type cd Downloads and hit ENTER; and then type ls, that is asking for a list of what is in that Downloads directory; so do you see linux-capt-drv-v271-uken.tar.gz .. or, better still, linux-capt-drv-v271-uken ...let's just start there;

      – pdc
      Jul 9 '17 at 23:34












    • Merci beaucoup :) Thanks a lot for your help. When I type ls I get linux-capt-drv-v271-uken.tar.gz in red : hpics.li/115ac40

      – Leila
      Jul 10 '17 at 19:40












    • Bonjour Leila; you have an old version of the CAPT driver (2.7); go to the Canon Asia link in the answer above (where I say install drivers): get the latest; then the commands should work .. so download the latest and then carry out all the commands in the install drivers instructions

      – pdc
      Jul 10 '17 at 19:47


















    • Thank you very much for your answer, but : when I execute the 2nd step (register the printer) I get this : "Printer name can only contain printable characters". And when I execute the 3rd step (Register the printer in the ccpd daemon setup file) I get this : "can't find in cups Spooler entry". And the printer doesn't show in Printers-localhost !

      – Leila
      Jul 9 '17 at 21:34











    • Here what I get : hpics.li/f876ebf

      – Leila
      Jul 9 '17 at 21:41











    • so there's problems at the very beginning: so if you open a terminal and type cd Downloads and hit ENTER; and then type ls, that is asking for a list of what is in that Downloads directory; so do you see linux-capt-drv-v271-uken.tar.gz .. or, better still, linux-capt-drv-v271-uken ...let's just start there;

      – pdc
      Jul 9 '17 at 23:34












    • Merci beaucoup :) Thanks a lot for your help. When I type ls I get linux-capt-drv-v271-uken.tar.gz in red : hpics.li/115ac40

      – Leila
      Jul 10 '17 at 19:40












    • Bonjour Leila; you have an old version of the CAPT driver (2.7); go to the Canon Asia link in the answer above (where I say install drivers): get the latest; then the commands should work .. so download the latest and then carry out all the commands in the install drivers instructions

      – pdc
      Jul 10 '17 at 19:47

















    Thank you very much for your answer, but : when I execute the 2nd step (register the printer) I get this : "Printer name can only contain printable characters". And when I execute the 3rd step (Register the printer in the ccpd daemon setup file) I get this : "can't find in cups Spooler entry". And the printer doesn't show in Printers-localhost !

    – Leila
    Jul 9 '17 at 21:34





    Thank you very much for your answer, but : when I execute the 2nd step (register the printer) I get this : "Printer name can only contain printable characters". And when I execute the 3rd step (Register the printer in the ccpd daemon setup file) I get this : "can't find in cups Spooler entry". And the printer doesn't show in Printers-localhost !

    – Leila
    Jul 9 '17 at 21:34













    Here what I get : hpics.li/f876ebf

    – Leila
    Jul 9 '17 at 21:41





    Here what I get : hpics.li/f876ebf

    – Leila
    Jul 9 '17 at 21:41













    so there's problems at the very beginning: so if you open a terminal and type cd Downloads and hit ENTER; and then type ls, that is asking for a list of what is in that Downloads directory; so do you see linux-capt-drv-v271-uken.tar.gz .. or, better still, linux-capt-drv-v271-uken ...let's just start there;

    – pdc
    Jul 9 '17 at 23:34






    so there's problems at the very beginning: so if you open a terminal and type cd Downloads and hit ENTER; and then type ls, that is asking for a list of what is in that Downloads directory; so do you see linux-capt-drv-v271-uken.tar.gz .. or, better still, linux-capt-drv-v271-uken ...let's just start there;

    – pdc
    Jul 9 '17 at 23:34














    Merci beaucoup :) Thanks a lot for your help. When I type ls I get linux-capt-drv-v271-uken.tar.gz in red : hpics.li/115ac40

    – Leila
    Jul 10 '17 at 19:40






    Merci beaucoup :) Thanks a lot for your help. When I type ls I get linux-capt-drv-v271-uken.tar.gz in red : hpics.li/115ac40

    – Leila
    Jul 10 '17 at 19:40














    Bonjour Leila; you have an old version of the CAPT driver (2.7); go to the Canon Asia link in the answer above (where I say install drivers): get the latest; then the commands should work .. so download the latest and then carry out all the commands in the install drivers instructions

    – pdc
    Jul 10 '17 at 19:47






    Bonjour Leila; you have an old version of the CAPT driver (2.7); go to the Canon Asia link in the answer above (where I say install drivers): get the latest; then the commands should work .. so download the latest and then carry out all the commands in the install drivers instructions

    – pdc
    Jul 10 '17 at 19:47














    0



















    enter image description herethe command sudo ccpdadmin asks for the status of the ccpdadmin so please see how ours appears: we have 2 usb printers: the first is allocated to /usb/lp0 and the second, the LBP, is allocated to /usb/lp1 and if you have 2 printers on your usb, then if the LBP6000 is the second in the rankings, then it needs to be lp1






    share|improve this answer

























    • I'll delete again all printers that appear in Printers-localhost then I'll do the commands from the beginning. Thanks 6000 times for your help :)

      – Leila
      Jul 27 '17 at 11:30











    • I can only hope it works; I have now done a couple of 64bit installs and they are fine; and I have advised others; it perplexes me what is your problem;

      – pdc
      Jul 27 '17 at 20:26















    0



















    enter image description herethe command sudo ccpdadmin asks for the status of the ccpdadmin so please see how ours appears: we have 2 usb printers: the first is allocated to /usb/lp0 and the second, the LBP, is allocated to /usb/lp1 and if you have 2 printers on your usb, then if the LBP6000 is the second in the rankings, then it needs to be lp1






    share|improve this answer

























    • I'll delete again all printers that appear in Printers-localhost then I'll do the commands from the beginning. Thanks 6000 times for your help :)

      – Leila
      Jul 27 '17 at 11:30











    • I can only hope it works; I have now done a couple of 64bit installs and they are fine; and I have advised others; it perplexes me what is your problem;

      – pdc
      Jul 27 '17 at 20:26













    0















    0











    0









    enter image description herethe command sudo ccpdadmin asks for the status of the ccpdadmin so please see how ours appears: we have 2 usb printers: the first is allocated to /usb/lp0 and the second, the LBP, is allocated to /usb/lp1 and if you have 2 printers on your usb, then if the LBP6000 is the second in the rankings, then it needs to be lp1






    share|improve this answer














    enter image description herethe command sudo ccpdadmin asks for the status of the ccpdadmin so please see how ours appears: we have 2 usb printers: the first is allocated to /usb/lp0 and the second, the LBP, is allocated to /usb/lp1 and if you have 2 printers on your usb, then if the LBP6000 is the second in the rankings, then it needs to be lp1







    share|improve this answer













    share|improve this answer




    share|improve this answer










    answered Jul 21 '17 at 3:20









    pdcpdc

    8824 silver badges6 bronze badges




    8824 silver badges6 bronze badges















    • I'll delete again all printers that appear in Printers-localhost then I'll do the commands from the beginning. Thanks 6000 times for your help :)

      – Leila
      Jul 27 '17 at 11:30











    • I can only hope it works; I have now done a couple of 64bit installs and they are fine; and I have advised others; it perplexes me what is your problem;

      – pdc
      Jul 27 '17 at 20:26

















    • I'll delete again all printers that appear in Printers-localhost then I'll do the commands from the beginning. Thanks 6000 times for your help :)

      – Leila
      Jul 27 '17 at 11:30











    • I can only hope it works; I have now done a couple of 64bit installs and they are fine; and I have advised others; it perplexes me what is your problem;

      – pdc
      Jul 27 '17 at 20:26
















    I'll delete again all printers that appear in Printers-localhost then I'll do the commands from the beginning. Thanks 6000 times for your help :)

    – Leila
    Jul 27 '17 at 11:30





    I'll delete again all printers that appear in Printers-localhost then I'll do the commands from the beginning. Thanks 6000 times for your help :)

    – Leila
    Jul 27 '17 at 11:30













    I can only hope it works; I have now done a couple of 64bit installs and they are fine; and I have advised others; it perplexes me what is your problem;

    – pdc
    Jul 27 '17 at 20:26





    I can only hope it works; I have now done a couple of 64bit installs and they are fine; and I have advised others; it perplexes me what is your problem;

    – pdc
    Jul 27 '17 at 20:26











    0



















    I have the same printer and I had the same problem. On Xubuntu 18.04, I resolved it this way.



    1) First, allow compatibility with needed i386 libraries (although drivers are labelled as 64bit, they depend on them). Enter the following



    sudo sudo dpkg --add-architecture i386
    sudo apt-get update
    sudo apt-get install libstdc++6:i386 libxml2:i386 zlib1g:i386 libpopt0:i386
    sudo apt-get install libglade2-0:amd64


    2) Install drivers as explained by pdc.



    3) Register the printer



    sudo lpadmin -p LBP6000 -m CNCUPSLBP6018CAPTS.ppd -v ccp://localhost:59787


    Note that the port here must be the same as in UI PORT (see the screenshot in the second answer by pdc). Then



    lpadmin -p LBP6000 -E


    (I guess you can also give a combined command, as suggested by pdc.)



    4) Register the printer in the ccpd deamon:



    sudo ccpdadmin -p LBP6000 -o /dev/usb/lp0


    Of course, change /dev/usb/lp0 with the right path if needed.



    5) Start the ccpd deamon



    sudo /etc/init.d/ccpd start


    Connect the printer and check its status typing



    sudo /etc/init.d/ccpd status


    You should see two numbers in the output. If not, type sudo /etc/init.d/ccpd restart.



    6) Try to print a test page from Settings>Printers. If the printer is still silent, type



    captstatusui -P LBP6000 -e


    to start Canon's printer monitor. Now the printer should work.



    7) Perhaps you want ccpd and the printer monitor automatically start on boot. For the first one, type



    sudo update-rc.d ccpd defaults


    Next, you may run command at point 6) going to Settings>Startup or following, for instance, this answer.



    Remark. If the printer return silent on reboot, try to restart ccpd and captstatusui. You may also try to power off and on the printer. That worked for me.






    share|improve this answer





























      0



















      I have the same printer and I had the same problem. On Xubuntu 18.04, I resolved it this way.



      1) First, allow compatibility with needed i386 libraries (although drivers are labelled as 64bit, they depend on them). Enter the following



      sudo sudo dpkg --add-architecture i386
      sudo apt-get update
      sudo apt-get install libstdc++6:i386 libxml2:i386 zlib1g:i386 libpopt0:i386
      sudo apt-get install libglade2-0:amd64


      2) Install drivers as explained by pdc.



      3) Register the printer



      sudo lpadmin -p LBP6000 -m CNCUPSLBP6018CAPTS.ppd -v ccp://localhost:59787


      Note that the port here must be the same as in UI PORT (see the screenshot in the second answer by pdc). Then



      lpadmin -p LBP6000 -E


      (I guess you can also give a combined command, as suggested by pdc.)



      4) Register the printer in the ccpd deamon:



      sudo ccpdadmin -p LBP6000 -o /dev/usb/lp0


      Of course, change /dev/usb/lp0 with the right path if needed.



      5) Start the ccpd deamon



      sudo /etc/init.d/ccpd start


      Connect the printer and check its status typing



      sudo /etc/init.d/ccpd status


      You should see two numbers in the output. If not, type sudo /etc/init.d/ccpd restart.



      6) Try to print a test page from Settings>Printers. If the printer is still silent, type



      captstatusui -P LBP6000 -e


      to start Canon's printer monitor. Now the printer should work.



      7) Perhaps you want ccpd and the printer monitor automatically start on boot. For the first one, type



      sudo update-rc.d ccpd defaults


      Next, you may run command at point 6) going to Settings>Startup or following, for instance, this answer.



      Remark. If the printer return silent on reboot, try to restart ccpd and captstatusui. You may also try to power off and on the printer. That worked for me.






      share|improve this answer



























        0















        0











        0









        I have the same printer and I had the same problem. On Xubuntu 18.04, I resolved it this way.



        1) First, allow compatibility with needed i386 libraries (although drivers are labelled as 64bit, they depend on them). Enter the following



        sudo sudo dpkg --add-architecture i386
        sudo apt-get update
        sudo apt-get install libstdc++6:i386 libxml2:i386 zlib1g:i386 libpopt0:i386
        sudo apt-get install libglade2-0:amd64


        2) Install drivers as explained by pdc.



        3) Register the printer



        sudo lpadmin -p LBP6000 -m CNCUPSLBP6018CAPTS.ppd -v ccp://localhost:59787


        Note that the port here must be the same as in UI PORT (see the screenshot in the second answer by pdc). Then



        lpadmin -p LBP6000 -E


        (I guess you can also give a combined command, as suggested by pdc.)



        4) Register the printer in the ccpd deamon:



        sudo ccpdadmin -p LBP6000 -o /dev/usb/lp0


        Of course, change /dev/usb/lp0 with the right path if needed.



        5) Start the ccpd deamon



        sudo /etc/init.d/ccpd start


        Connect the printer and check its status typing



        sudo /etc/init.d/ccpd status


        You should see two numbers in the output. If not, type sudo /etc/init.d/ccpd restart.



        6) Try to print a test page from Settings>Printers. If the printer is still silent, type



        captstatusui -P LBP6000 -e


        to start Canon's printer monitor. Now the printer should work.



        7) Perhaps you want ccpd and the printer monitor automatically start on boot. For the first one, type



        sudo update-rc.d ccpd defaults


        Next, you may run command at point 6) going to Settings>Startup or following, for instance, this answer.



        Remark. If the printer return silent on reboot, try to restart ccpd and captstatusui. You may also try to power off and on the printer. That worked for me.






        share|improve this answer














        I have the same printer and I had the same problem. On Xubuntu 18.04, I resolved it this way.



        1) First, allow compatibility with needed i386 libraries (although drivers are labelled as 64bit, they depend on them). Enter the following



        sudo sudo dpkg --add-architecture i386
        sudo apt-get update
        sudo apt-get install libstdc++6:i386 libxml2:i386 zlib1g:i386 libpopt0:i386
        sudo apt-get install libglade2-0:amd64


        2) Install drivers as explained by pdc.



        3) Register the printer



        sudo lpadmin -p LBP6000 -m CNCUPSLBP6018CAPTS.ppd -v ccp://localhost:59787


        Note that the port here must be the same as in UI PORT (see the screenshot in the second answer by pdc). Then



        lpadmin -p LBP6000 -E


        (I guess you can also give a combined command, as suggested by pdc.)



        4) Register the printer in the ccpd deamon:



        sudo ccpdadmin -p LBP6000 -o /dev/usb/lp0


        Of course, change /dev/usb/lp0 with the right path if needed.



        5) Start the ccpd deamon



        sudo /etc/init.d/ccpd start


        Connect the printer and check its status typing



        sudo /etc/init.d/ccpd status


        You should see two numbers in the output. If not, type sudo /etc/init.d/ccpd restart.



        6) Try to print a test page from Settings>Printers. If the printer is still silent, type



        captstatusui -P LBP6000 -e


        to start Canon's printer monitor. Now the printer should work.



        7) Perhaps you want ccpd and the printer monitor automatically start on boot. For the first one, type



        sudo update-rc.d ccpd defaults


        Next, you may run command at point 6) going to Settings>Startup or following, for instance, this answer.



        Remark. If the printer return silent on reboot, try to restart ccpd and captstatusui. You may also try to power off and on the printer. That worked for me.







        share|improve this answer













        share|improve this answer




        share|improve this answer










        answered Sep 29 at 9:59









        FedericoFederico

        1316 bronze badges




        1316 bronze badges































            draft saved

            draft discarded















































            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.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f933261%2fcanon-lpb6000-installed-on-ubuntu-17-4-but-doesnt-work%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

            Distance measures on a map of a game The 2019 Stack Overflow Developer Survey Results Are Inmin distance in a graphShortest distance path on contour plotHow to plot a tilted map?Finding points outside of a diskDelaunay link distanceAnnulus from GeoDisks: drawing a ring on a mapNegative Correlation DistanceFind distance along a path (GPS coordinates)Finding position at given distance in a GeoPathMathematics behind distance estimation using camera

            How to get a smooth, uniform ParametricPlot of a 2D Region?How to plot a complicated Region?How to exclude a region from ParametricPlotHow discretize a region placing vertices on a specific non-uniform gridHow to transform a Plot or a ParametricPlot into a RegionHow can I get a smooth plot of a bounded region?Smooth ParametricPlot3D with RegionFunction?Smooth border of a region ParametricPlotSmooth region boundarySmooth region plot from list of pointsGet minimum y of a certain x in a region

            Genealogie vun de Merowenger Vum Merowech bis zum Chilperich I. | Navigatiounsmenü