For some reason this stopped to work for me and i do not know to fix it. CUPS status gives : "Processing - "Unsupported booklet value None, using booklet=off!"
Please help.
Search Criteria
Package Details: cndrvcups-lb 3.70-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/cndrvcups-lb.git (read-only, click to copy) |
---|---|
Package Base: | cndrvcups-lb |
Description: | CUPS Canon UFR II LIPSLX CARPS2 printer driver for LBP iR MF ImageCLASS ImageRUNNER Laser Shot i-SENSYS ImagePRESS ADVANCE printers and copiers |
Upstream URL: | https://www.canon-europe.com/support/products/imagerunner/imagerunner-1730i.aspx |
Keywords: | Canon Printer |
Licenses: | custom |
Conflicts: | cndrvcups-lb-cpca |
Submitter: | Lone_Wolf |
Maintainer: | severach |
Last Packager: | severach |
Votes: | 79 |
Popularity: | 0.000023 |
First Submitted: | 2012-04-22 13:50 (UTC) |
Last Updated: | 2021-11-27 05:27 (UTC) |
Dependencies (10)
- cndrvcups-common-lbAUR (cndrvcups-lb-binAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- lib32-gcc-libs (lib32-gcc-libs-gitAUR, lib32-gccrs-libs-gitAUR, lib32-gcc-libs-snapshotAUR)
- lib32-libxml2
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- autoconf (autoconf-gitAUR) (make)
- automake (automake-gitAUR) (make)
- gzip (dxcompress-gitAUR, dxcompressAUR, gzip-gitAUR, busybox-coreutilsAUR) (make)
- lib32-libjpeg6-turbo (optional, x86_64) – improves printing results for color imageRUNNER/i-SENSYS LBP devices
- libjpeg6-turbo (optional, i686) – improves printing results for color imageRUNNER/i-SENSYS LBP devices
Required by (0)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 .. 20 Next › Last »
axanar commented on 2017-09-20 07:51 (UTC)
zeroflag commented on 2017-08-02 07:34 (UTC)
Hi Lone_Wolf, thanks for the clarification. Canon's left hand does not know what the right is doing. It is simply rubbish. Definitely not my next printer. Cheers!
zespri commented on 2017-07-31 10:01 (UTC)
Thanks to Lone_Wolf for updating the package. It fixes the CCITT/JBIG2 printing issue for me which has been described in depth here: https://lists.cups.org/pipermail/cups/2017-July/073678.html
Lone_Wolf commented on 2017-07-29 15:43 (UTC) (edited on 2017-07-29 15:43 (UTC) by Lone_Wolf)
Answering my own question :
After noticing gentoo 3.40 ebuild had jpeg62 as a dep i searched.
It turns out jpeg 62 is mentioned several times in the README-ufr2-3.4xUK.html and 3.3 files .
Chapter "Cautions when using " , 4. Restrictions During Printing (Distribution Specific)
it seems only to be needed for "color imageRUNNER/i-SENSYS LBP printers" .
I'll add libjpeg6-turbo and lib32-libjpeg6-turbo as new optional dependencies.
Lone_Wolf commented on 2017-07-29 12:33 (UTC)
Pypi, that's interesting and would make sense as canon drivers tend to work better on distros with older software versions.
However, on my system libcanonufr2 doesn't reference jpeg turbo . How did you figure out it does need it?
$ ldd /usr/lib32/libcanonufr2.so
linux-gate.so.1 (0xf76e7000)
libEnoJBIG.so.1.0.0 => /usr/lib32/libEnoJBIG.so.1.0.0 (0xf765a000)
libcanon_slim.so.1.0.0 => /usr/lib32/libcanon_slim.so.1.0.0 (0xf7653000)
libxml2.so.2 => /usr/lib32/libxml2.so.2 (0xf74d2000)
libEnoJPEG.so.1.0.0 => /usr/lib32/libEnoJPEG.so.1.0.0 (0xf74a3000)
libcaepcm.so.1 => /usr/lib32/libcaepcm.so.1 (0xf7421000)
libc.so.6 => /usr/lib32/libc.so.6 (0xf7262000)
libdl.so.2 => /usr/lib32/libdl.so.2 (0xf725d000)
libicuuc.so.59 => /usr/lib32/libicuuc.so.59 (0xf70a6000)
libz.so.1 => /usr/lib32/libz.so.1 (0xf708d000)
libm.so.6 => /usr/lib32/libm.so.6 (0xf7031000)
libpthread.so.0 => /usr/lib32/libpthread.so.0 (0xf7011000)
librt.so.1 => /usr/lib32/librt.so.1 (0xf7008000)
/usr/lib/ld-linux.so.2 (0xf76e9000)
libicudata.so.59 => /usr/lib32/libicudata.so.59 (0xf56f4000)
libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0xf5570000)
libgcc_s.so.1 => /usr/lib32/libgcc_s.so.1 (0xf5554000)
$
pypi commented on 2017-07-29 08:28 (UTC)
Apparently libjpeg6-turbo is required for this package (and cndrvcups-lb-bin) to work properly (libcanonufr2 references it so probably tries to dynamically load it). There was a report on the wiki page (https://wiki.archlinux.org/index.php?title=CUPS/Printer-specific_problems&diff=481647&oldid=480751) which I'm going to remove as a packaging bug (libjpeg6-turbo should probably be an optdepends if not a depends).
Lone_Wolf commented on 2017-07-27 12:24 (UTC) (edited on 2017-07-27 12:25 (UTC) by Lone_Wolf)
zeroflag,
unfortunately that will not be easy.
While both cndrvcups-capt[1] and cndrvcups-lb use cndrvcups-common, they are targeted towards a specific version .
latest cndrvcups-lb 3.40 uses cndrvcups-common 3.80 , latest capt 2.71 uses cndrvcups-common 3.21.1 .
There have been times that they shared the same version, but that is rare.
Using a different version then the one canon supplies in the driver download doesn't work.
To allow capt-src to be installed alongside cndrvcups-lb or cndrvcups-lb-bin , the 3 maintainers would need to decide on a mechanism that allows multiple cndrvcups-common versions to be installed at same time.
[1] cndrvcups-capt is the name canon uses for the capt printer driver
zeroflag commented on 2017-07-27 00:17 (UTC)
Hi Lone_Wolf, during installation of "capt-src" package, which is a Canon CAPT Printer Driver for Linux, I noticed that the "capt-src" already contains the necessary libraries that are present in "cndrvcups-common-lb" (a hard dependency here). In fact, these two packages are in conflict (many errors: file owned by 'capt-src' and 'cndrvcups-common-lb').
Please make the dependencies conditional, I mean either one of "cndrvcups-common-lb" or "capt-src" package needs to be present in the system in order to make it work. Cheers!
zeroflag commented on 2017-07-26 05:44 (UTC)
Hi Lone_Wolf, once you have some time, please, update the package to the latest version, as "linux-UFRII-drv-v340-uken.tar.gz" is available (UFR II/UFRII LT Printer Driver for Linux V3.40). Thanks in advance!
uboot commented on 2017-04-26 08:15 (UTC)
UFR II/UFRII LT Printer Driver for Linux V3.31 can be found at
http://support-asia.canon-asia.com/contents/ASIA/EN/0100270810.html
Pinned Comments
Lone_Wolf commented on 2019-09-28 12:44 (UTC)
--- DEPRECATED ---
Lone_Wolf commented on 2016-02-24 20:33 (UTC)