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
|
<printer id="printer/Epson-Stylus_CX6400">
<make>Epson</make>
<model>Stylus CX6400</model>
<mechanism>
<inkjet />
<color />
<resolution>
<dpi>
<x>5760</x>
<y>1440</y>
</dpi>
</resolution>
</mechanism>
<lang>
<escp />
<text>
<charset>us-ascii</charset>
</text>
</lang>
<functionality>B</functionality>
<driver>gutenprint</driver>
<comments>
<en>
Multi-function device: Printer, Scanner, Copier.<p>
In contrary to the CX5400 this device has memory card slots, so
that you can print photos directly from your camera's card, but
you can also scan documents or photos onto a memory card, for
example for usage with a PDA.<p>
The printing engine is compatible to the one of the Epson Stylus
C84, see that printer entry for more info. All but full-bleed
works with Gimp-Print 4.2.6 or newer or 4.3.24 or newer.<p>
Scanning should work as described for the Epson Stylus CX3200 and
CX5200, best with kernel 2.4.21 or later. To make the "epson"
backend of <a
href="http://www.sane-project.org/">SANE</a> recognizing
this device, you have to add a line like<p>
<tt>usb 0x4b8 0x805</tt><p>
to the <tt>/etc/sane.d/epson.conf</tt> file where the
two hexadecimal numbers are the vendor and product IDs of your
scanner. You find the actual IDs in
<tt>/proc/bus/usb/devices</tt>. Search for an entry
for an Epson device (the model name can be different to "CX6400"
as often the Epson devices report their japanese market name) and
in the line beginning with "<tt>P</tt>" directly above
the line with the manufacturer name you find the hexadecimal
vendor and product IDs.<p>
Copying should just work with the front panel of the
device.<p><p>
Consumables/Refills: 4 separately exchangeable ink cartridges<p>
</en>
</comments>
</printer>
|