Différences entre versions de « Epson Stylus C64 »
Sauter à la navigation
Sauter à la recherche
imported>SylvainBeucler m (1) |
imported>SylvainBeucler m (correction du nom du paquet debian) |
||
(3 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 3 : | Ligne 3 : | ||
Pour le modèle USB, on peut tester la bonne connexion avec l'imprimante avec: | Pour le modèle USB, on peut tester la bonne connexion avec l'imprimante avec: | ||
$ aptitude install escputil | $ aptitude install escputil | ||
− | $ escputil - | + | [...] |
+ | $ escputil --ink-level --new --raw-device /dev/usb/lp0 | ||
Escputil version 4.2.7, Copyright (C) 2000-2001 Robert Krawitz | Escputil version 4.2.7, Copyright (C) 2000-2001 Robert Krawitz | ||
Escputil comes with ABSOLUTELY NO WARRANTY; for details type 'escputil -l' | Escputil comes with ABSOLUTELY NO WARRANTY; for details type 'escputil -l' | ||
Ligne 16 : | Ligne 17 : | ||
Installer le pilote gimp-print: | Installer le pilote gimp-print: | ||
− | aptitude install gimpprint | + | aptitude install cupsys-driver-gimpprint |
+ | |||
+ | Connexion à http://localhost:631: | ||
+ | * Manage printers | ||
+ | * Add printer | ||
+ | * Name: esc64 | ||
+ | * Device: USB Printer #1 (EPSON Stylus C64) | ||
+ | * Make: Epson | ||
+ | * Model: EPSON Stylus C64 - CUPS+Gimp-Print v4.2.7 (en) | ||
+ | |||
+ | Cliquer sur le nom de l'imprimante, et imprimer une page de test. | ||
+ | |||
+ | |||
+ | Nettoyer les têtes: | ||
+ | escputil --quiet --new --raw-device /dev/usb/lp0 --clean-head | ||
+ | |||
+ | |||
+ | == Autres sources d'information == | ||
+ | * http://www.avasys.jp/english/linux_e/dl_ink.html présente apparemment un autre pilote. Attention cependant, l'"EPSON AVASYS Public License" fait mention de portions non-libres. |
Version actuelle datée du 13 janvier 2006 à 11:21
http://www.linuxprinting.org/show_printer.cgi?recnum=Epson-Stylus_C64 décrit comment installer cette imprimante.
Pour le modèle USB, on peut tester la bonne connexion avec l'imprimante avec:
$ aptitude install escputil [...] $ escputil --ink-level --new --raw-device /dev/usb/lp0 Escputil version 4.2.7, Copyright (C) 2000-2001 Robert Krawitz Escputil comes with ABSOLUTELY NO WARRANTY; for details type 'escputil -l' This is free software, and you are welcome to redistribute it under certain conditions; type 'escputil -l' for details. Ink color Percent remaining Black 95 Cyan 69 Magenta 59 Yellow 68
Installer le pilote gimp-print:
aptitude install cupsys-driver-gimpprint
Connexion à http://localhost:631:
- Manage printers
- Add printer
- Name: esc64
- Device: USB Printer #1 (EPSON Stylus C64)
- Make: Epson
- Model: EPSON Stylus C64 - CUPS+Gimp-Print v4.2.7 (en)
Cliquer sur le nom de l'imprimante, et imprimer une page de test.
Nettoyer les têtes:
escputil --quiet --new --raw-device /dev/usb/lp0 --clean-head
Autres sources d'information
- http://www.avasys.jp/english/linux_e/dl_ink.html présente apparemment un autre pilote. Attention cependant, l'"EPSON AVASYS Public License" fait mention de portions non-libres.