Results 1 to 10 of 10

Thread: Canon LBP2900B Printer is not printing, stuck in processing step, in ubuntu 21.04

  1. #1
    Join Date
    Jul 2021
    Beans
    23

    Canon LBP2900B Printer is not printing, stuck in processing step, in ubuntu 21.04

    I am using Ubuntu 21.04. The printer was working with this Ubuntu version. Recently I tried to print and printer is not going beyond processing step.
    I tried as advised on ask ubuntu platform (https://askubuntu.com/questions/1088...cessing-status) , but couldn't solve my problem. As the system is dual boot, I have to switch to windows to print.
    My printer: Canon LBP 2900B.

    So far what have I tried to resolve?

    My first try: (post link: https://askubuntu.com/questions/1088...cessing-status)


    To Pause the cups server. I use this code:


    sudo service cups stop


    The next step was to edit the following file: printer.conf (/etc/cups/printers.conf file)
    But the file was locked and it says that I don't have permission to open. (note the icon was Crossmark rather lock)

    My second try:


    Then I tried this suggestion:
    Pause cups server (same as above)


    sudo service cups stop


    The next step was to edit the following file: cupsd.conf (/etc/cups/cupsd.conf)
    But the same was the outcome, as the system didn't allow me to edit/open the file.




    My third try: (post link: https://askubuntu.com/questions/1000...-on-processing)


    sudo /usr/sbin/lpadmin -p LBP2900 -m CNCUPSLBP2900CAPTK.ppd -v ccp://localhost:59787 –E


    It gave me some list. (screenshot attached)[enter image description here][1]


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


    Error:
    sudo: /usr/sbin/ccpdadmin: command not found


    My fourth try: (post link: https://askubuntu.com/questions/1303...inter-in-20-04)


    I tried this script:


    wget https://github.com/hieplpvip/canon_p...n_lbp_setup.sh
    chmod +x canon_lbp_setup.sh
    ./canon_lbp_setup.sh


    Error:
    Creating a rule for the printer
    Running ccpd
    Failed to restart ccpd.service: Unit ccpd.service not found.
    ./canon_lbp_setup.sh: line 318: /root/Desktop/LBP2900.desktop: No such file or directory
    chmod: cannot access '/root/Desktop/LBP2900.desktop': No such file or directory
    chown: cannot access '/root/Desktop/LBP2900.desktop': No such file or directory
    Installation completed. Press any key to exit


    So I tried manual installation:
    Using script:


    dpkg --add-architecture i386


    Error:


    dpkg: error: unable to create new file '/var/lib/dpkg/arch-new': Permission denied


    Failed to resolve the issue.


    I can provide remote access to my desktop to resolve this issue.


    Will fresh install of Ubuntu 21.04 resolve the issue?


    One more thing I noticed is that the driver version is 1.5 and there is a newer version 2.20 available at the canon site.


    I downloaded it and tried to update the driver, but the three options to choose the driver from were: 1) Select from the database, which recommends me to the old version and I cannot see the new version. (Obviously, I downloaded and saved it at a different location) How do I update it?


    2) PPD files from the drive. (Which I couldn't find)
    3) Search for a printer driver to download. (when search for Canon LBP2900, it returned no matches found).


    Status: Unresolved


    Thanks.

  2. #2
    Join Date
    Oct 2017
    Location
    /dev/sdx
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Canon LBP2900B Printer is not printing, stuck in processing step, in ubuntu 21.04

    Quote Originally Posted by mksundaram2 View Post
    I am using Ubuntu 21.04. The printer was working with this Ubuntu version. Recently I tried to print and printer is not going beyond processing step.
    I tried as advised on ask ubuntu platform (https://askubuntu.com/questions/1088...cessing-status) , but couldn't solve my problem. As the system is dual boot, I have to switch to windows to print.
    My printer: Canon LBP 2900B.

    So far what have I tried to resolve?

    My first try: (post link: https://askubuntu.com/questions/1088...cessing-status)
    To Pause the cups server. I use this code:

    sudo service cups stop

    The next step was to edit the following file: printer.conf (/etc/cups/printers.conf file)
    But the file was locked and it says that I don't have permission to open. (note the icon was Crossmark rather lock)
    You must have to do a sudo to achive the administrative permission
    ex. sudo vim then the filename
    or sudo nano then the filename
    nano and vim are the free and open-source text editor for Linux
    Quote Originally Posted by mksundaram2 View Post
    My second try:
    Then I tried this suggestion:
    Pause cups server (same as above)

    sudo service cups stop

    The next step was to edit the following file: cupsd.conf (/etc/cups/cupsd.conf)
    But the same was the outcome, as the system didn't allow me to edit/open the file.
    same thing to do you must have to do a sudo to achive the administrative permission
    ex. sudo vim then the filename
    or sudo nano then the filename
    nano and vim are the free and open-source text editor for Linux
    Quote Originally Posted by mksundaram2 View Post
    My third try: (post link: https://askubuntu.com/questions/1000...-on-processing)
    sudo /usr/sbin/lpadmin -p LBP2900 -m CNCUPSLBP2900CAPTK.ppd -v ccp://localhost:59787 –E
    It gave me some list. (screenshot attached)[enter image description here][1]
    sudo /usr/sbin/ccpdadmin -p LBP2900 -o /dev/usb/lp0
    Error:
    sudo: /usr/sbin/ccpdadmin: command not found
    Because ccpdadmin file is not present in your system.
    Quote Originally Posted by mksundaram2 View Post
    My fourth try: (post link: https://askubuntu.com/questions/1303...inter-in-20-04)
    I tried this script:
    wget https://github.com/hieplpvip/canon_p...n_lbp_setup.sh
    chmod +x canon_lbp_setup.sh
    ./canon_lbp_setup.sh
    Error:
    Creating a rule for the printer
    Running ccpd
    Failed to restart ccpd.service: Unit ccpd.service not found.
    ./canon_lbp_setup.sh: line 318: /root/Desktop/LBP2900.desktop: No such file or directory
    chmod: cannot access '/root/Desktop/LBP2900.desktop': No such file or directory
    chown: cannot access '/root/Desktop/LBP2900.desktop': No such file or directory
    Installation completed. Press any key to exit
    same thing, ccpd file is not present in your system
    Quote Originally Posted by mksundaram2 View Post
    So I tried manual installation:
    Using script:
    dpkg --add-architecture i386
    Error:
    dpkg: error: unable to create new file '/var/lib/dpkg/arch-new': Permission denied
    Failed to resolve the issue.
    I can provide remote access to my desktop to resolve this issue.
    Will fresh install of Ubuntu 21.04 resolve the issue?
    One more thing I noticed is that the driver version is 1.5 and there is a newer version 2.20 available at the canon site.
    I downloaded it and tried to update the driver, but the three options to choose the driver from were: 1) Select from the database, which recommends me to the old version and I cannot see the new version. (Obviously, I downloaded and saved it at a different location) How do I update it?
    2) PPD files from the drive. (Which I couldn't find)
    3) Search for a printer driver to download. (when search for Canon LBP2900, it returned no matches found).
    Status: Unresolved
    Thanks.
    My suggestion is that you must have to download the .deb package driver from canon website for more convenience in your side.
    corn ubuntuforums community.
    Open Source platform where the real world of human is here. Click here for Solve thread

  3. #3
    Join Date
    Jul 2021
    Beans
    23

    Re: Canon LBP2900B Printer is not printing, stuck in processing step, in ubuntu 21.04

    Thanks for the reply.
    I have downloaded this file: CAPT_Printer_Driver_for_Linux_V220_uk_EN.tar.gz (still the problem persist)
    After your reply I tried to find .deb file but failed to find from canon website.
    if you could please send me the link to .deb file and how to install page or link, it would be of great help. I am not hardware/software/programmer, but if guided I could execute it.
    Thanks

  4. #4
    Join Date
    Oct 2017
    Location
    /dev/sdx
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Canon LBP2900B Printer is not printing, stuck in processing step, in ubuntu 21.04

    Quote Originally Posted by mksundaram2 View Post
    Thanks for the reply.
    I have downloaded this file: CAPT_Printer_Driver_for_Linux_V220_uk_EN.tar.gz (still the problem persist)
    After your reply I tried to find .deb file but failed to find from canon website.
    if you could please send me the link to .deb file and how to install page or link, it would be of great help. I am not hardware/software/programmer, but if guided I could execute it.
    Thanks
    CAPT_Printer_Driver_for_Linux_V220_uk_EN.tar.gz is file in a compressed format, you need to extract it to the appropriate directory and there is a Debian based format inside this compressed directory.
    Here is the link below.
    HTML Code:
    https://ph.canon/en/support/LASER%20SHOT%20LBP2900/model
    https://ph.canon/en/support/0100459601?model=0017B011 In linux-capt-drv-v271-uken.tar.gz for cannon
    I see:
    - cndrvcups-common_3.21-x_i386.deb (for Debian 32-bit)
    - cndrvcups-common_3.21-x_amd64.deb (for Debian 64-bit)
    - cndrvcups-capt_2.71-x_i386.deb (for Debian 32-bit)
    - cndrvcups-capt_2.71-x_amd64.deb (for Debian 64-bit)

    This are the Debian format that can run smoothly under Linux Ubuntu Operating System. You can use Gdebi Package Installer application if you want.
    Good Luck and welcome to Linux World.
    Last edited by mIk3_08; October 7th, 2021 at 05:55 AM.

  5. #5
    Join Date
    Jul 2021
    Beans
    23

    Re: Canon LBP2900B Printer is not printing, stuck in processing step, in ubuntu 21.04

    Hi thanks for the link. I have downloaded the driver from (https://ph.canon/en/support/LASER%20SHOT%20LBP2900/model)
    Could you please tell me in which directory I should extract it, as I couldn't find the answer on the web. Thanks

  6. #6
    Join Date
    Oct 2017
    Location
    /dev/sdx
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Canon LBP2900B Printer is not printing, stuck in processing step, in ubuntu 21.04

    Quote Originally Posted by mksundaram2 View Post
    Hi thanks for the link. I have downloaded the driver from (https://ph.canon/en/support/LASER%20SHOT%20LBP2900/model)
    Could you please tell me in which directory I should extract it, as I couldn't find the answer on the web. Thanks
    You can extract it anywhere you want. Then run the .deb package driver, choose the driver that suites according to your Linux Ubuntu Operating System type.
    you can run the .deb package using Gdebi Installer application or you can double click it directly to open a dialogue window to install the package.
    Good Luck and Welcome to Linux World.
    corn ubuntuforums community.
    Open Source platform where the real world of human is here. Click here for Solve thread

  7. #7
    Join Date
    Jul 2021
    Beans
    23

    Re: Canon LBP2900B Printer is not printing, stuck in processing step, in ubuntu 21.04

    HI, Thanks for the reply. I tried to install the .deb package, but it seems that it was already installed (when I double-clicked the .deb file it asked it directed to me software installer, where it says remove).
    So I installed the printer in hope of miracle, but computer doesn't understand miracles.
    1) when I tried to print, it did nothing and when checked the job status, it showed me 1 active job processing.
    2) when I checked the printer in printers window, it says printer is Ready and when checked the status (in additional printer settings) it says Idle.
    I don't understand what and where I am doing wrong.
    If suppose I degrade the system to 20.04 will the settings change for better?
    Thanks.

  8. #8
    Join Date
    Nov 2012
    Location
    Halloween Town
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Canon LBP2900B Printer is not printing, stuck in processing step, in ubuntu 21.04

    Thread moved to Hardware.

  9. #9
    Join Date
    Jul 2021
    Beans
    23

    Re: Canon LBP2900B Printer is not printing, stuck in processing step, in ubuntu 21.04

    "Thread moved to Hardware." means what? as my printer works fine with windows and it was working with Ubuntu, but for some reason it is stuck in processing step. So how does this relates to hardware problem. I want to know If I degrade my Ubuntu 21.04 to 20.04 will it solve the problem? Thanks

  10. #10
    Join Date
    Jun 2006
    Location
    UK
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Canon LBP2900B Printer is not printing, stuck in processing step, in ubuntu 21.04

    Quote Originally Posted by mksundaram2 View Post
    "Thread moved to Hardware." means what?
    Exactly what it says. It's a staff action note - something we do routinely when moving threads. You posted in the Installation & Upgrades sub-forum, whose tagline reads:

    For questions about upgrading and installation of your new Ubuntu OS.
    Nothing to do with getting hardware to work properly, or whether particular hardware will work in a particular release of Ubuntu. My colleague moved your thread to the best sub-forum for getting help with your problem.
    Ubuntu 20.04 Desktop Guide - Ubuntu 22.04 Desktop Guide - Forum Guide to BBCode - Using BBCode code tags

    Member: Not Canonical Team

    If you need help with your forum account, such as SSO login issues, username changes, etc, the correct place to contact an admin is here. Please do not PM me about these matters unless you have been asked to - unsolicited PMs concerning forum accounts will be ignored.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •