Wiki Ubuntu-it

Indice
Partecipa
FAQ
Wiki Blog
------------------
Ubuntu-it.org
Forum
Chiedi
Chat
Cerca
Planet
  • Pagina non alterabile
  • Informazioni
  • Allegati
  • Differenze per "Hardware/StampantiScanner/Lexmark"
Differenze tra le versioni 1 e 53 (in 52 versioni)
Versione 1 del 18/05/2006 10.42.29
Dimensione: 261
Autore: NavidSogaro
Commento:
Versione 53 del 09/03/2008 22.25.23
Dimensione: 4109
Commento: altre cose da rivedere...
Le cancellazioni sono segnalate in questo modo. Le aggiunte sono segnalate in questo modo.
Linea 1: Linea 1:
Questo è solo una bozza della pagina wiki in corso d'opera.
Al momento è in fase di sviluppo un HowTo per le '''stampanti Lexmak''' reperibile comunque anche [url=http://forum.ubuntu-it.org/index.php?topic=23023.0]Qui[/url] sul forum ufficiale di Ubuntu-it
## page was renamed from StampantiScanner/Lexmark
## page was renamed from StampantiLexmark
#format wiki
#LANGUAGE it
[[BR]]
||<tablestyle="float:right; font-size: 0.9em; width:35%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;">'''Indice'''[[BR]] [[TableOfContents]]||

[[Include(StrumentiWiki/Versioni)]]
[[Include(StrumentiWiki/Gutsy)]]
[[Include(StrumentiWiki/Feisty)]]
[[Include(StrumentiWiki/Edgy)]]
[[Include(StrumentiWiki/Dapper)]]
[[Include(StrumentiWiki/Versioni2)]]

= Introduzione =

Questo guida viene contiene delle istruzioni sull'installazione delle stampanti '''Lexmark''' su Ubuntu.

= Periferiche supportate =

 * Lexmark 5700 (solo bianco e nero)
 * Lexmark X1100
 * Lexmark X1110
 * Lexmark X1130
 * Lexmark X1140
 * Lexmark X1150
 * Lexmark X1180
 * Lexmark X1185
 * Lexmark X1250
 * Lexmark Z513
 * Lexmark Z515
 * Lexmark Z715
 * Lexmark Z55
 * Lexmark Z615
 * Lexmark Z705
 * Lexmark Z605
 * Lexmark Z600
 * Lexmark Z645
 * Lexmark Z65
 * Lexmark P3150
 * Lexmark Z33
 * Lexmark Z35
 * Lexmark Z25
 * Dell A920

= Preparativi =

Scaricare il pacchetto `.rpm` contenente il driver da [http://downloads.lexmark.com/cgi-perl/downloads.cgi?ccs=229:1:0:389:0:0&emeaframe=&fileID=1151 questo indirizzo], il pacchetto in formato e convertirlo con [:AmministrazioneSistema/Alien: alien].

[:AmministrazioneSistema/InstallareProgrammi:Installare] quindi i pacchetti ''alien'' e ''libstdc++5'' dai [:Repository:repository ufficiali].

 0. Dopo aver scaricato il pacchetto è necessario decomprimerlo: {{{
tar -xvf CJLZ600LE-CUPS-1.0-1.TAR.gz
}}}
 0. Usare '''tail''' per estrarre parte dei binari dello script: {{{
tail -n +143 z600cups-1.0-1.gz.sh > install.tar.gz
}}}
 0. Estrarre i componenti: {{{
tar -xvf install.tar.gz
}}}
 0. Usare [:AmministrazioneSistema/Alien: alien] per convertire i due pacchetti:
  * ''z600cups-1.0-1.i386.rpm''
  * ''z600llpddk-2.0-1.i386.rpm''

= Installazione =
 0. [:AmministrazioneSistema/InstallareProgrammi:Installare] i pacchetti: {{{sudo dpkg -i z600*
}}}
 0. Estrarre i driver: {{{
cd /usr/share/cups/model
sudo gunzip Lexmark-Z600-lxz600cj-cups.ppd.gz
}}}
 0. Riavviare il demone [:Server/ServerDiStampa:cups]: {{{
sudo /etc/init.d/cupsys restart
}}}
 0. Controllare se il bakend della stampante funziona: {{{
cd /usr/lib/cups/backend
./z600
}}} L'output dovrebbe essere qualcosa di simile a questo: {{{
direct z600:/dev/usb/lp0 "Lexmark Lexmark Z600 Series" "Lexmark Printer"
}}}

= Aggiungere la stampante =

Per aggiungere la stampante:

== GNOME ==

 0. Scegliere '''''Sistema -> Amministrazione -> Stampa'''''
 0. Aggiungere la stampante e premere «'''Avanti'''».
 0. Nella seconda schermata fare clic su «'''Installa Driver'''», usare il `/usr/share/cups/model` e selezionare '''Lexmark-Z600-lxz600cj-cups.ppd.gz'''.

== KDE ==
 0. Scegliere '''''K menù -> Impostazioni di sistema -> Stampanti'''''
 0. Aggiungere la stampante nella sezione '''Backend''' e selezionare la voce '''Stampante locale (parallela, seriale, USB)'''
 0. Scegliere '''Altri''', fare clic sull'icona e controllare che sotto venga scritto '''z600:/dev/usblp0'''.
 0. Fare clic su «'''Altro'''», usare il percorso `/usr/share/cups/model` e selezionare '''Lexmark-Z600-lxz600cj-cups.ppd.gz'''.

= Installazione su Amd64 =

Consultare la [:/Amd64:relativa guida].

= Risoluzione dei problemi =

Se la stampante non dovesse funzionare mettendo le stampe in coda, andare in '''''Sistema -> Amministrazione -> Stampante''''', selezionare la stampante Lexmark appena installata, quindi '''''Proprietà -> Avanzate -> Inkset''''' e selezionare '''CMY''' anziché il predefinito '''CMYK'''.

= Ulteriori risorse =
 
 * [http://gentoo-wiki.com/HOWTO_Lexmark_Printers Documentazione sul wiki di Gentoo]
 * [http://www.ubuntuforums.org/showthread.php?t=49714 Discussione sul forum]
 * [:Hardware/StampantiScanner/Lexmarkz25: Lexmark Z25]
 * [:Hardware/StampantiScanner/LexmarkX1250: Lexmark X1250]
 
----
CategoryHardware CategoryDaRevisionare

BR

Include(StrumentiWiki/Versioni) Include(StrumentiWiki/Gutsy) Include(StrumentiWiki/Feisty) Include(StrumentiWiki/Edgy) Include(StrumentiWiki/Dapper) Include(StrumentiWiki/Versioni2)

Introduzione

Questo guida viene contiene delle istruzioni sull'installazione delle stampanti Lexmark su Ubuntu.

Periferiche supportate

  • Lexmark 5700 (solo bianco e nero)
  • Lexmark X1100
  • Lexmark X1110
  • Lexmark X1130
  • Lexmark X1140
  • Lexmark X1150
  • Lexmark X1180
  • Lexmark X1185
  • Lexmark X1250
  • Lexmark Z513
  • Lexmark Z515
  • Lexmark Z715
  • Lexmark Z55
  • Lexmark Z615
  • Lexmark Z705
  • Lexmark Z605
  • Lexmark Z600
  • Lexmark Z645
  • Lexmark Z65
  • Lexmark P3150
  • Lexmark Z33
  • Lexmark Z35
  • Lexmark Z25
  • Dell A920

Preparativi

Scaricare il pacchetto .rpm contenente il driver da [http://downloads.lexmark.com/cgi-perl/downloads.cgi?ccs=229:1:0:389:0:0&emeaframe=&fileID=1151 questo indirizzo], il pacchetto in formato e convertirlo con [:AmministrazioneSistema/Alien: alien].

[:AmministrazioneSistema/InstallareProgrammi:Installare] quindi i pacchetti alien e libstdc++5 dai [:Repository:repository ufficiali].

  1. Dopo aver scaricato il pacchetto è necessario decomprimerlo:

    tar -xvf CJLZ600LE-CUPS-1.0-1.TAR.gz
  2. Usare tail per estrarre parte dei binari dello script:

    tail -n +143 z600cups-1.0-1.gz.sh > install.tar.gz
  3. Estrarre i componenti:

    tar -xvf install.tar.gz
  4. Usare [:AmministrazioneSistema/Alien: alien] per convertire i due pacchetti:
    • z600cups-1.0-1.i386.rpm

    • z600llpddk-2.0-1.i386.rpm

Installazione

  1. [:AmministrazioneSistema/InstallareProgrammi:Installare] i pacchetti: {{{sudo dpkg -i z600*

}}}

  1. Estrarre i driver:

    cd /usr/share/cups/model
    sudo gunzip Lexmark-Z600-lxz600cj-cups.ppd.gz
  2. Riavviare il demone [:Server/ServerDiStampa:cups]:

    sudo /etc/init.d/cupsys restart
  3. Controllare se il bakend della stampante funziona:

    cd /usr/lib/cups/backend
    ./z600

    L'output dovrebbe essere qualcosa di simile a questo:

    direct z600:/dev/usb/lp0 "Lexmark Lexmark Z600 Series" "Lexmark Printer"

Aggiungere la stampante

Per aggiungere la stampante:

GNOME

  1. Scegliere Sistema -> Amministrazione -> Stampa

  2. Aggiungere la stampante e premere «Avanti».

  3. Nella seconda schermata fare clic su «Installa Driver», usare il /usr/share/cups/model e selezionare Lexmark-Z600-lxz600cj-cups.ppd.gz.

KDE

  1. Scegliere K menù -> Impostazioni di sistema -> Stampanti

  2. Aggiungere la stampante nella sezione Backend e selezionare la voce Stampante locale (parallela, seriale, USB)

  3. Scegliere Altri, fare clic sull'icona e controllare che sotto venga scritto z600:/dev/usblp0.

  4. Fare clic su «Altro», usare il percorso /usr/share/cups/model e selezionare Lexmark-Z600-lxz600cj-cups.ppd.gz.

Installazione su Amd64

Consultare la [:/Amd64:relativa guida].

Risoluzione dei problemi

Se la stampante non dovesse funzionare mettendo le stampe in coda, andare in Sistema -> Amministrazione -> Stampante, selezionare la stampante Lexmark appena installata, quindi Proprietà -> Avanzate -> Inkset e selezionare CMY anziché il predefinito CMYK.

Ulteriori risorse


CategoryHardware CategoryDaRevisionare