Linux Programmer | RHCE | RHCSA

Search This Blog

Friday 30 November 2018

How to make Canon LBP2900B work on Ubuntu 16.04 LTS?

After clean installation of Ubuntu 16.04 my Canon LBP2900 refused to print. I found out a solution.

Standard method to install driver doesn't work.
To install driver manually I downloaded and unpacked them from the official web-site of Canon.
The next step was to choose between the 32- or 64-bit driver. First my decision was to use 64-bit driver, because my OS is also 64-bit. But it was a mistake, 64-bit driver refused to work.
So I choose 32-bit driver, unpacked and installed two packages in the following order:
Check which packages are installed (32bit/64bit)
$ dpkg -l | grep -i cndrvcups

Remove the existing 64 bit installed packages:
$ apt-get remove --purge cndrvcups-*

Install 32 bit packages
$ sudo dpkg -i cndrvcups-common.deb 
$ sudo dpkg -i cndrvcups-capt.deb

If some dependency errors, then,
$ apt-get install -f


Then reboot and start work after reinstalling printer.
 

1 comment:

  1. Canon LBP 2900b vs hp 1020 Plus Printer for Price Cage is the best place to find out the latest and lowest price of Canon LBP 2900b vs hp 1020 Plus Printer compare | laser printer

    ReplyDelete

SSH not working with password after upgrade ubuntu 22.04

Issue: In recent upgrade of ubuntu 22.04 we are not able to login server with SSH password. but when we try to login with key then it allow...