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.000001
First Submitted: 2017-12-20 10:06 (UTC)
Last Updated: 2021-02-14 20:51 (UTC)

Latest Comments

noxypaws commented on 2025-09-12 20:31 (UTC)

I got this to work with a LBP6230dw, successfully printing a pdf over dnssd (auto discovered on the network). Some combination of installing libxml2-legacy (from pacman) and libglade (from aur) got it working for me after fighting with it a bit at first

velmont commented on 2025-09-10 18:37 (UTC)

I always have to research this again, since the naming is terrible. But the way you get the Status Monitor to come up with this driver, and can click the 'Continue anyway' button when you're "low on toner" is called ncapstatusui2l. Run it like: ncapstatusui2l -P LBP7110 if 'LBP' is your printer's name.

It is none of these "cn" prefixed utilities that you always think it is: cngplp2l cnjbigsfp cnpkmodulencapr cnrsdrvsfp cnsetuputil2l

I think this may help others too.

eightballocto commented on 2025-05-16 13:05 (UTC)

Recent updates from April/May of this year with libxml2 have broken this driver. DO NOT DOWNGRADE - Install libxml2-legacy instead. It'll save you the hassle of downgrading and potentially breaking stuff.

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 2024-04-21 17:23 (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: ****** privacy block *****

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}"
}