Package Details: cndrvcups-lb-bin 3.70-2

Git Clone URL: https://aur.archlinux.org/cndrvcups-lb-bin.git (read-only, click to copy)
Package Base: cndrvcups-lb-bin
Description: CUPS Canon UFR II LT LIPSLX CARPS2 printer driver for imageCLASS D Laser Shot LBP i-SENSYS MF imagePRESS iPR imageRUNNER iR ADVANCE iR-ADV FAX color printers and copiers, does not require PCL/PXL or PS dealer LMS license
Upstream URL: https://www.canon-europe.com/support/products/imagerunner/imagerunner-1730i.aspx
Keywords: canon driver
Licenses: GPL, custom, MIT
Conflicts: cndrvcups-common-lb, cndrvcups-lb
Provides: cndrvcups-common-lb, cndrvcups-lb
Replaces: canon-ufr
Submitter: allencch
Maintainer: severach
Last Packager: severach
Votes: 30
Popularity: 0.000213
First Submitted: 2014-01-16 23:56 (UTC)
Last Updated: 2021-11-27 05:28 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

Anonymo commented on 2018-02-21 01:24 (UTC)

http://support-asia.canon-asia.com/contents/ASIA/EN/0100924010.html Does this fix it, I know printing works on Fedora with this

severach commented on 2018-02-02 08:15 (UTC) (edited on 2018-02-04 01:29 (UTC) by severach)

I didn't make a 32 bit patch so the patch fails on an i686 system leaving the 3.40 binary. Either the i686 version doesn't crash or you're on an old glibc.

antena commented on 2018-01-31 08:42 (UTC) (edited on 2018-01-31 09:00 (UTC) by antena)

On an older i686 system that I still have in my environment, I had to modify lines 246-249:

$ diff -U 0 a/PKGBUILD b/PKGBUILD
--- a/PKGBUILD  2018-01-31 09:36:00.000000000 +0100
+++ b/PKGBUILD  2018-01-31 09:37:19.655290700 +0100
@@ -246,4 +246 @@
-      mv 'usr/lib' 'usr/lib32'
-      mv 'usr/lib64' 'usr/lib'
-      # This 32 bit lib is only searched for in /usr/lib. postinst puts it in both places.
-      ln -s '../lib32/libc3pl.so' -t 'usr/lib'
+        :

Works great on i686 and x86-64 systems. Thank you very much for this!

johnnybegood commented on 2018-01-29 17:25 (UTC)

I confirm, all problems solved without downgrading c libraries. Good job! Thanks a lot.

severach commented on 2018-01-28 09:32 (UTC) (edited on 2018-01-31 21:15 (UTC) by severach)

Your no print high CPU usage on c3pldrv and crashing cnpkmoduleufr2 is fixed. I had to downgrade a file so there might be a few models that don't work.

https://www.reddit.com/r/linux4noobs/comments/7tiemc/canon_mf4320_printer_does_not_print_and_cpu_hangs/

zespri commented on 2017-07-31 09:59 (UTC) (edited on 2017-07-31 09:59 (UTC) by zespri)

This package fixes the CCITT/JBIG2 printing issue: https://aur.archlinux.org/packages/cndrvcups-lb/

zespri commented on 2017-07-24 13:33 (UTC)

Does anyone else experience issues with printing pbm/ccitt and or jbig2 encoded images on a Canon imageRunner C1028i?

allencch commented on 2017-04-29 06:44 (UTC)

@Indeed, thank you. I updated the PKGBUILD based on your patch.

Indeed commented on 2017-04-28 07:49 (UTC)

I am suggesting following patch to update this package to 3.11 diff --git a/PKGBUILD b/PKGBUILD index 2185e5b..e971d9d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Allen Choong <allencch at hotmail dot com> pkgname=cndrvcups-lb-bin -pkgver=3.30 -pkgrel=2 +pkgver=3.31 +pkgrel=1 pkgdesc="Canon UFR II/UFR II LT Printer Driver (including Canon imageCLASS MF4720w)" url="http://support-asia.canon-asia.com/contents/ASIA/EN/0100270810.html" arch=('i686' 'x86_64') @@ -11,8 +11,8 @@ depends_x86_64=('lib32-libxml2' 'lib32-libcups' 'lib32-libpng12') replaces=('canon-ufr') conflicts=('cndrvcups-lb') license=('custom') -source=("http://gdlp01.c-wss.com/gds/8/0100002708/15/Linux_UFRII_PrinterDriver_V${pkgver/./}_uk_EN.tar.gz") -sha256sums=('df669767927a8e17faefe72b4a2c259cd944162b5ed046d44dedbbdb943cf756') +source=("http://gdlp01.c-wss.com/gds/8/0100007658/03/linux-UFRII-drv-v331-uken.tar.gz") +sha256sums=('c1211cbe27034847284541fcc613b86ccfe99418a6a2cbb4589b99ffe1af4645') package() { if [ "${CARCH}" = 'x86_64' ]; then @@ -22,8 +22,8 @@ package() { dir=32-bit_Driver suffix=i386 fi - cd "${srcdir}/Linux_UFRII_PrinterDriver_V${pkgver/./}_uk_EN/${dir}/Debian/" - ar xv cndrvcups-common_3.70-1_${suffix}.deb + cd "${srcdir}/linux-UFRII-drv-v331-uken/${dir}/Debian/" + ar xv cndrvcups-common_3.71-1_${suffix}.deb tar xzf data.tar.gz ar xv cndrvcups-ufr2-uk_${pkgver}-1_${suffix}.deb tar xzf data.tar.gz