Package Details: cndrvcups-lt 5.00.18-0

Git Clone URL: https://aur.archlinux.org/cndrvcups-lt.git (read-only, click to copy)
Package Base: cndrvcups-lt
Description: Canon UFR II /LIPSLX Printer Driver. It provides ppd files for LBP112, LBP113, LBP151, LBP6030, LBP6230, LBP7110C, and LBP8100 printers.
Upstream URL: https://www.canon-europe.com/support/consumer_products/products/printers/laser/i-sensys_lbp6030.aspx?type=drivers&language=EN&os=Linux%20(64-bit)
Keywords: canon lbp151dw lbp6018nl lbp6030 lbp6040 lbp6230 lbp6240 lbp7100c lbp7110c lbp8100
Submitter: natsukagami
Maintainer: zhou13
Last Packager: zhou13
Votes: 5
Popularity: 0.85
First Submitted: 2017-12-20 10:06 (UTC)
Last Updated: 2021-02-14 20:51 (UTC)

Latest Comments

Anatoliy commented on 2023-06-27 18:01 (UTC) (edited on 2023-06-27 18:05 (UTC) by Anatoliy)

Some printers also require the ibjbig-shared package to be installed with this driver. Without it, print jobs stop with a "Rendering Complited" message, the printer doesn't print, and the CUPS server freezes. For example, for the Canon i-Sensys LBP113w printer.

You can read more about this additional package in the description and comments on the similar driver cnrdrvcups-lb for printers of the same series. https://aur.archlinux.org/packages/cnrdrvcups-lb But this driver does not support some models that are only here: cndrvcups-lt

mokkurkalve commented on 2021-09-28 02:12 (UTC)

This package and cnrdrvcups-sfp conflicts.

zhou13 commented on 2021-02-05 00:41 (UTC)

Could you please upgrade this package or disown it? The driver is very out-of-date.

traffic-light commented on 2019-10-25 08:46 (UTC) (edited on 2019-10-27 10:10 (UTC) by traffic-light)

I thought it worked. But the job is no longer displayed in my printer.. Strange.

I leave my message for people who are interested. Maybe your printer accept this changes...

In my case, it doesn't work on my Canon LBP7110CW..

(it cannot print but when I open the printer door it will tell me it's opened...)


I changed the pkg for the newer drivers.

This update work but the only stupid thing with these printers is that it would not print when your toner is almost empty.

The only solution to this is the software that runs on windows...

My pkgbuild:

# Maintainer: Nguyen Pham Cao <natsukagami at gmail dot com>

pkgname=cndrvcups-lt
pkgver=5.00
pkgrel=18
pkgdesc='Canon UFR II /LIPSLX Printer Driver for some LBP drivers'
arch=('x86_64')
url='https://www.canon-europe.com/support/consumer_products/products/printers/laser/i-sensys_lbp6030.aspx?type=drivers&language=EN&os=Linux%20(64-bit)'
depends=('libglade' 'gcc-libs' 'libxml2' 'libjpeg-turbo' 'libgcrypt' 'cnrdrvcups-lb')
source=("http://gdlp01.c-wss.com/gds/0/0100005950/10/linux-UFRIILT-drv-v500-uken-18.tar.gz")
md5sums=('8bc3a4e3c372bb4d1b9af2cc012c720b')
install="$pkgname.install"

package() {
    # Concerning the 64 bit version only right now
    cd "${srcdir}/linux-UFRIILT-drv-v500-uken/64-bit_Driver/Debian"
    ar x cnrdrvcups-ufr2lt-uk_5.00-1_amd64.deb
    mkdir data
    tar -xzf data.tar.gz -C data
    cd data
    cp -r . "${pkgdir}"
}