Canon isensys 7200cdn install Ubuntu 22.04

Install cups:

sudo apt install cups cups-client cups-filters cups-ipp-utils

Download drivers: https://www.canon-europe.com/support/consumer_products/products/printers/laser/i-sensys_lbp7200cdn.html?type=drivers&language=en&os=linux%20(64-bit)

Unpack deb files and install with dpkg -i …

sudo mkdir /var/ccpd
sudo mkfifo /var/ccpd/fifo0
sudo mkdir /var/captmon
sudo /usr/sbin/lpadmin -p canon -m CNCUPSLBP7210CCAPTK.ppd -v ccp://192.168.1.11 -E

sudo systemctl ccpd start

sudo systemctl ccpd enable

and then

sudo /etc/init.d/ccpd status

The answer is two numbers. OK.

Try printing the test page, no paper on the printer, the printer stops and does not restart.

We have to start the printer monitor at bootstrap.

On the system setting – startup applications

click the Add button

Name: Canon printing status monitor

Command: captstatusui -e -P canon

Description: Hidden until an error occurs

The printer now is working properly.

Source:

https://askubuntu.com/questions/394620/canon-lbp3100b-printer-capt-driver-is-installed-when-i-try-to-start-ccpd
https://wiki.gentoo.org/wiki/Canon_CAPT_Printer
https://tutorialforlinux.com/2021/02/20/printer-canon-pixma-deepin-gnu-linux-20-setup-guide/3/
https://askubuntu.com/questions/326620/printing-problem-canon-lbp2900
https://www.canon-europe.com/support/consumer_products/products/printers/laser/i-sensys_lbp7200cdn.html?type=drivers&language=en&os=linux