Différences
Ci-dessous, les différences entre deux révisions de la page.
Prochaine révision | Révision précédente | ||
imprimante_anciens_problemes [Le 17/03/2008, 20:39] YoBoY déplacé de /materiel/imprimantes_problemes |
— (Version actuelle) | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | {{tag>matériel imprimante}} | ||
- | ---- | ||
- | <note warning>Cette page n'est plus du tous utile, elle est encore disponible, simplement à titre informatif (au cas où ce problème reviendrait un jour ;-) )</note> | ||
- | |||
- | |||
- | Voici comment j'ai résolu mon problème avec une HP 710C mais il semble que ceci se produise avec de nombreux autres modèles avec Breezy. | ||
- | |||
- | J'installe normalement via les outils de configuration de KDE. Quand je veux imprimer une page de test, rien ne sort malgré le fait que l'ordinateur dit que cela a été fait avec succès. | ||
- | |||
- | La solution : éditer le fichier /etc/pnm2ppa.conf | ||
- | |||
- | Voici ce qui est visible : | ||
- | |||
- | #-----------set the printer model--------------------------- | ||
- | # The printer model will normally be set by a -v <model> command | ||
- | # line argument. Otherwise, if not set in the configuration file | ||
- | # it defaults to the 710/720 series. Remove/comment out the line | ||
- | # "version 0" below to get the default choice. | ||
- | # | ||
- | # If there is more than one "version" entry activated, the last one | ||
- | # will be used. The printer version can also be set with the command line | ||
- | # option e.g., "-v 720". | ||
- | | ||
- | version | ||
- | #version 720 # 710, 712, 722 also acceptable | ||
- | #version 820 | ||
- | #version 1000 | ||
- | |||
- | Il faut compléter la version. Dans mon cas version = 710 | ||
- | |||
- | #-----------set the printer model--------------------------- | ||
- | # The printer model will normally be set by a -v <model> command | ||
- | # line argument. Otherwise, if not set in the configuration file | ||
- | # it defaults to the 710/720 series. Remove/comment out the line | ||
- | # "version 0" below to get the default choice. | ||
- | # | ||
- | # If there is more than one "version" entry activated, the last one | ||
- | # will be used. The printer version can also be set with the command line | ||
- | # option e.g., "-v 720". | ||
- | | ||
- | version 710 | ||
- | #version 720 # 710, 712, 722 also acceptable | ||
- | #version 820 | ||
- | #version 1000 | ||
- | |||
- | Pour plus d'info : http://ubuntuforums.org/archive/index.php/t-75286.html | ||
- | |||
- | |||
- | ajout de Striebanoff : | ||
- | J'avais le même problème avec mon EPSON STYLUS D68 avec CUPS. Pour le résoudre, pas la peine de toucher au pnm2ppa.conf : il suffit de choisir le driver de la Stylus C64, et l'impression se fait sans problèmes |