Printing Bug - multiple copies treated as single file in Mint

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
otlichnik73
Level 3
Level 3
Posts: 128
Joined: Tue Mar 20, 2018 6:20 pm

Printing Bug - multiple copies treated as single file in Mint

Post by otlichnik73 »

Hi there! I am just loving Linux after switching a few months ago, but one area I am finding quite challenging is printing...
Basically: I am suspecting that when I print multiple copies of the same document (I print a lot of PDFs from Xreader) it treats multiple copies as a single file. I think so, because:
1. it takes a very long time to process (say today it took 10 minutes before it started printing 16 copies of 16MB file double-sided full colour 100 pages each)
2. it does not offset each copy on the output tray.
This is not a "huge" issue, but can be a bit inconvenient and... I just don't like living with bugs...
I found this:
https://bugs.launchpad.net/ubuntu/+s...e/+bug/1025839
but can't quite follow the discussion - was the issue resolved?
More details: using Mint 18.3; the printer is a network printer Cannon IR Advance C5235
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
First Port of Call for Windows Refugees: https://switchtolinuxdesktop.wordpress.com/
pdc_2
Level 10
Level 10
Posts: 3019
Joined: Mon May 11, 2009 1:21 am

Canon ImageRunner C5235 uses UFR driver

Post by pdc_2 »

I am wondering if you have a printer driver installed; Canon supply the UFR driver; updated 8th Feb last month;

http://support-asia.canon-asia.com/cont ... 24010.html

if you click to download and save linux-UFRII-drv-v350-uken.tar.gz

commands to install are

cd Downloads
tar -zxvf linux-UFRII-drv-v350-uken.tar.gz
cd linux-UFRII-drv-v350-uken
sudo ./install.sh

watch the terminal and help point it to the correct address for the printer
otlichnik73
Level 3
Level 3
Posts: 128
Joined: Tue Mar 20, 2018 6:20 pm

Re: Printing Bug - multiple copies treated as single file in Mint

Post by otlichnik73 »

Thanks - yes, I installed the driver originally; but since I am a complete newbie - maybe I got something wrong in the process
Is athere a way to check that the driver is doing its job properly?
First Port of Call for Windows Refugees: https://switchtolinuxdesktop.wordpress.com/
pdc_2
Level 10
Level 10
Posts: 3019
Joined: Mon May 11, 2009 1:21 am

Re: Printing Bug - multiple copies treated as single file in Mint

Post by pdc_2 »

right-click on the icon for the printer in the PRINTERS folder;

look in PROPERTIES: and look at what MAKE & MODEL says: perhaps you paste here what you copy from there ?

you can also check what drivers are installed with

Code: Select all

dpkg -l cndrvcups*
pasted into a terminal; again you could paste back what you get; I see you have started another thread on this topic in the Printers section
otlichnik73
Level 3
Level 3
Posts: 128
Joined: Tue Mar 20, 2018 6:20 pm

Re: Printing Bug - multiple copies treated as single file in Mint

Post by otlichnik73 »

Make and Model:
Canon iR-ADV C5235/5240 UFR II

bekor@Lab1 ~ $ dpkg -l cndrvcups*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==============-============-============-=================================
un cndrvcups-capt <none> <none> (no description available)
ii cndrvcups-comm 3.80-1 amd64 Canon Printer Driver Common Modul
un cndrvcups-lips <none> <none> (no description available)
un cndrvcups-lips <none> <none> (no description available)
un cndrvcups-ps3- <none> <none> (no description available)
ii cndrvcups-ufr2 3.40-1 amd64 Canon UFR2 Printer Driver for Lin
un cndrvcups-ufr2 <none> <none> (no description available)
ii cndrvcups-util 1.00-1 amd64 This utility is used to select in
First Port of Call for Windows Refugees: https://switchtolinuxdesktop.wordpress.com/
Locked

Return to “Hardware Support”