Canon pixma ip3300 with CUPS

Bug #347164 reported by dietmar

This bug report was converted into a question: question #78732: Canon pixma ip3300 with CUPS.

2
Affects Status Importance Assigned to Milestone
system-config-printer (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

Binary package hint: system-config-printer

well, since I have changed from hardy heron to intrebid ibex 4.2 I have the mess with my printer canon pixma ip3300. the driver works correct with fitting pages, also black/white, but not with colors. The test print shows that every color print is not on right position and size. changing with CUPS from driver canon pixma 3000 up to others is without any positiv result. at the ubuntuusers-forum there was existing a patch for a self-made-driver for this printer, but this link is inactive..... is there a chance to solve this problem in CUPS?

Revision history for this message
Till Kamppeter (till-kamppeter) wrote :

Which PPD/driver did you use in Hardy and which one did you get in Intrepid?

Revision history for this message
dietmar (conny-dietmar) wrote : Re: [Bug 347164] Re: Canon pixma ip3300 with CUPS
  • Dokumente.odt Edit (18.6 KiB, application/vnd.oasis.opendocument.text; name="Dokumente.odt")
Download full text (7.0 KiB)

Am Montag, 23. März 2009 13:01:25 schrieb Till Kamppeter:
> Which PPD/driver did you use in Hardy and which one did you get in
> Intrepid?
I have founded the old file at the ubuntu-forum of the driver I used in past:
Titel:
iP3300.sh
Autor:
dervinz
Datum:
15. August 2008 00:37
Aktionen:
Eintrag als Text anzeigen
Zeilennummern ein-/ausschalten
Syntaxhighlighting ein-/ausschalten
Seiten, die auf diesen Eintrag verweisen:
http://wiki.ubuntuusers.de/Canon-Drucker
Code:
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
  #/bin/sh
# iP3300.sh - v1.0 - 2007-12-30
# Installationsskript für Canon Pixma iP3300 Drucker unter Debian
# Script for installation of Canon iP3300 printers under Debian
#***************************************************************************
# Copyright (C) 2007-2008 by Vinzenz Vietzke
# <email address hidden> / http://www.v1nz.de
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the
# Free Software Foundation
# 51 Franklin Street, Fifth Floor
# Boston, MA 02110-1301 USA
#***************************************************************************
printf 'Prüfe Systemsprache / Checking system language...\n'
syslang=`printenv LANG`
case $syslang in
de*)
printf 'Systemsprache '"$syslang"'\n\n';
        if test $( id | awk -F'[=(]' '{print $2}'; ) -eq "0";
        then printf 'LOS GEHTS!\nDu bist root - alles klar!\n';
                mkdir -v /tmp/iP3300
                printf 'Installiere benötigte Pakete mit APT-GET...\n'
                        apt-get -qq update
                        apt-get -qq install libxml1 libglade0 libpng3 libtiff4
&& apt-get -qq install alien wget
                cd /tmp/iP3300/
                clear
                printf 'Hole Treiber als RPM-Pakete von www.v1nz.de...\n'
                        wget -v http://www.v1nz.de/downloads/ip3300/cnijfilter-
common-2.70-1.i386.rpm
                        wget -v http://www.v1nz.de/downloads/ip3300/cnijfilter-
ip3300-2.70-1.i386.rpm
                clear
                printf 'Konvertiere RPMs mit alien ins Debian DEB-Format...\n'
                        alien -d cnijfilter-common-2.70-1.i386.rpm
                        alien -d --scripts cnijfilter-ip3300-2.70-1.i386.rpm
  ...

Read more...

Revision history for this message
dietmar (conny-dietmar) wrote :

after strictly going mad about this driver I have found an idea on the german ubuntuusers printerdatabase: The bloody canon pixma works with the driver of canon bjc-7000 cups+gutenbrink v5.2.0-rc1 of the actual CUPS driverdatabase! the problem is solved! yeah!

Revision history for this message
Pascal De Vuyst (pascal-devuyst) wrote :

Converting to a question.
Openprinting has a user contributed entry that recommends the same driver for this printer: http://www.openprinting.org/show_printer.cgi?recnum=Canon-PIXMA_iP3300

Changed in system-config-printer (Ubuntu):
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.