summaryrefslogtreecommitdiff
path: root/db/source/printer/Epson-Stylus_CX3200.xml
blob: 6d8ef034664322601f3d3545aa023ca97675d944 (plain)
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
<printer id="printer/Epson-Stylus_CX3200">
  <make>Epson</make>
  <model>Stylus CX3200</model>
  <mechanism>
    <inkjet/>
    <color/>
    <resolution>
      <dpi>
        <x>5760</x>
        <y>720</y>
      </dpi>
    </resolution>
    <consumables>
    <!--no comments--><!--one or more "partno" elements.--></consumables>
  </mechanism>
  <url>http://www.epson.co.uk/product/allinone/cx3200/spec.htm</url>
  <lang>
    <escp/><!--no pjl-->
    <text>
      <charset>us-ascii</charset>
    </text>
  </lang>
  <autodetect>
    <usb>
      <commandset>ESCPL2,BDC,D4</commandset>
      <description>EPSON Stylus CX3200</description>
      <manufacturer>EPSON</manufacturer>
      <model>Stylus CX3200</model>
    </usb>
  </autodetect>
  <functionality>A</functionality>
  <driver>gutenprint</driver>
  <!--verified-->
  <!--no "contrib_url"-->
  <comments>
    <en>

    Multi-function device: Printer, Scanner, Copier.&lt;p&gt;

    The printing engine is the one of the C62, a user reported that it
    prints perfectly using a driver for the C62, so when your
    Gimp-Print version does not list this device explicitly as
    supported, pretend that you have the C62.&lt;p&gt;

    To be able to scan you need either kernel 2.4.21 or newer or you
    do a small change in the "&lt;tt&gt;scanner.o&lt;/tt&gt;" module
    of older kernels. See &lt;a
    href="http://www.geocrawler.com/archives/3/2571/2002/10/0/9767006/"&gt;this
    posting on the linux-usb-devel mailing list&lt;/a&gt; and the
    thread &quot;&lt;a
    href="http://www.linuxprinting.org/pipermail/epson-list/2002q4/thread.html"&gt;Epson
    Stylus cx3200 MFP&lt;/a&gt;&quot; on the &lt;a
    href="http://www.linuxprinting.org/cgi-bin/mailman/listinfo/epson-list"&gt;Epson
    Forum&lt;/a&gt;.&lt;p&gt;

    You have to remove the following from the
    &lt;tt&gt;drivers/usb/scanner.c&lt;/tt&gt; file in the kernel 
    source:&lt;p&gt;

    &lt;tt&gt;
    if (dev-&amp;gt;config[0].bNumInterfaces != 1) {&lt;br&gt;
    &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;info("probe_scanner: Only one device interface is supported.");&lt;br&gt;
    &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return NULL;&lt;br&gt;
    }&lt;p&gt;
    &lt;/tt&gt;

    Then you have to recompile, install, and reload the
    "&lt;tt&gt;scanner.o&lt;/tt&gt;" kernel module (the commands have
    to be executed as "root", we assume that the kernel source code is
    in the &lt;tt&gt;/usr/src/linux&lt;/tt&gt; directory):&lt;p&gt;

    &lt;tt&gt;
    cd /usr/src/linux&lt;br&gt; 
    make modules&lt;br&gt;
    cp drivers/usb/scanner.o /lib/modules/&amp;lt;Linux version&amp;gt;/kernel/drivers/usb/&lt;br&gt;
    rmmod scanner&lt;br&gt;
    modprobe scanner vendor=0x04b8 product=0x0802&lt;p&gt;
    &lt;/tt&gt;

    After having done so you can configure &lt;a
    href="http://www.sane-project.org/"&gt;SANE&lt;/a&gt; to use the
    CX3200 with the "&lt;tt&gt;epson&lt;/tt&gt;" scanner driver, it is
    compatible to the Epson Perfection 1200U.&lt;p&gt;

    Copying should just work with the front panel of the
    device.&lt;p&gt;

    </en>
  </comments>
</printer>