nesesito instalar mi printer lexmark X1240 ?

Asked by rjvm

cuando voy a sistema administración printer y le doy a nueva impresora cuando comienza a buscar dice k no hay driver para esta y necesito instalar un printer multiuso de la lexmark X1240.

Question information

Language:
Spanish Edit question
Status:
Answered
For:
Ubuntu system-config-printer Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Nathaniel Wilson (dubrict) said :
#1

mi espanol esta pobre... vas a:

http://support.lexmark.com/index?page=content&actp=DD_LIST&productCode=LEXMARK_Z605&id=DR15809&os=RED_HAT_LINUX&oslocale=en_US&segment=DOWNLOAD&userlocale=EN_US&locale=en

click "Download Now"

vas a http://ubuntuforums.org/showthread.php?t=49714

los direccions esta en ingles...

$ mkdir lexmark
$ mv CJLZ600LE-CUPS-1.0-1.TAR.gz lexmark # move the package to a folder. optional, but recommended.
$ tar -xvzf CJLZ600LE-CUPS-1.0-1.TAR.gz # extract the driver.
$ tail -n +143 z600cups-1.0-1.gz.sh > install.tar.gz # the sh script is broken for newer systems. use `tail` to extract the binary portion of the script.
$ tar -xvzf install.tar.gz # extract the contents produced by tail
$ alien -t z600cups-1.0-1.i386.rpm # convert unusable rpm packages to tgz.
$ alien -t z600llpddk-2.0-1.i386.rpm # convert unusable rpm packages to tgz.
$ sudo tar xvzf z600llpddk-2.0.tgz -C / # extract the tgz's to / putting the files in their right place
$ sudo tar xvzf z600cups-1.0.tgz -C / # extract the tgz's to / putting the files in their right place
$ sudo ldconfig # DO NOT SKIP THIS STEP or your printer backend won't find required libraries
$ cd /usr/share/cups/model
$ sudo gunzip Lexmark-Z600-lxz600cj-cups.ppd.gz # unzip the ppd, which should _not_ be gzipped

$ /etc/rc2.d/S19cupsys restart

Revision history for this message
Fabián Rodríguez (magicfab) said :
#2

La respuesta de Nathaniel coincide con esta información:
http://www.openprinting.org/show_printer.cgi?recnum=Lexmark-X1240

Si termina funcionando por favor vuelve a OpenPrinting.org para confirmar/indicar como.

Can you help with this problem?

Provide an answer of your own, or ask rjvm for more information if necessary.

To post a message you must log in.