forums.xandros.com Forum Index forums.xandros.com
Xandros User Forums
 
 FAQFAQ   SearchSearch   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Problema con impresora

 
Post new topic   Reply to topic    forums.xandros.com Forum Index -> En español
View previous topic :: View next topic  
Author Message
andrespl
Xplorer


Joined: 29 Apr 2009
Posts: 3

PostPosted: Wed Apr 29, 2009 2:36 pm    Post subject: Problema con impresora Reply with quote

Hola, primero que nada soy novato en xandros asi que necesito ayuda.

Necesito instalar una impresora lexmark z2300, el problema surge que cuando la intento instalar , dentro de los driver del sist operativo no trae el driver para la version z2300 de lexmark, de ahi no se donde buscar aquel driver, lo unico que se es que la extension de este debe ser *.ppd.
Ademas mi red pasa a travez de un proxy, por lo cual no se como configurar el proxy de este, puedo navegar tranquilamente con mozilla ya que configuro el proxy a travez de las opciones de este navegador, pero cuando intento actualizar el sistema por consola este no conecta. Esto lo digo porque por ahi lei que tenia que instalar "cups" para que me funcionara la impresora, entonces al hacer desde consola "sudo apt-get install cups" la consola me tira errores de conexion.

Bueno les pido sus comentarios

De antemano les doy las gracias a los que me ayuden
Back to top
View user's profile Send private message
kalwisti
Xandrosianling
Xandrosianling


Joined: 16 Oct 2006
Posts: 285
Location: Rio Grande Valley, Texas

PostPosted: Wed Apr 29, 2009 9:53 pm    Post subject: Reply with quote

Hola, andrespl,

Primero quisiera darle la bienvenida al foro de usarios de Xandros. Aunque ya no uso Xandros, sigo participando en el foro porque Xandros fue la primera distribución Linux que usé y todavía tengo amigos aquí. No tengo una respuesta exacta para todas sus preguntas, pero sí tengo alguna información para orientarle ...

----------

Según la base de datos OpenPrinting, supuestamente la impresora Lexmark Z2300 funciona bajo Linux (aunque por lo general la compañía Lexmark no provee muchos drivers Linux para sus impresoras):

http://openprinting.org/show_printer.cgi?recnum=Lexmark-Z2300_Series
OpenPrinting Database: Lexmark Z2300 Series : Works perfectly [3-penguin rating]
Recommended driver: Lexmark Z2300 Series Driver

Notes

Lexmark site has drivers for .deb and .rpm, plus tarball. Go to driver downloads and you will see a linux drop down box. Select the most appropriate distro and go.

http://downloads.lexmark.com/perl/downloads/downloads.cgi?ccs=229:1:0:0:0:0
Debian/GNU Linux 4.0
Filename: lexmark-inkjet-08-driver-1.0-1.i386.deb.sh.zip
File Size: 30.24 MB ( 2 hrs @ 56 kbps )
Installer Package for Systems using Debian-based packaging system.

Sugiero que Ud. navegue al sitio Web de Lexmark y descargue el fichero mencionado arriba. Después conéctese al Internet y inicie el servico Xandros Networks, y trate de instalar el fichero por medio de Xandros Networks.

También hay instrucciones en el sitio Web de Lexmark pero opino que no es el método más sencillo ni adecuado. (Habrá que descargar otro fichero). Coloco esas instrucciones al final de mi respuesta para que Ud. las vea.

----------

Ud. no dijo cuál versión de Xandros está usando. Si por acaso tiene una minicomputadora Asus Eee PC, le recomiendo que visite el foro más adecuado que está dedicado específicamente a esa computadora:

http://forum.eeeuser.com/
Asus Eee PC User Forum

http://forum.eeeuser.com/viewtopic.php?pid=534118
"How Do I Get My Lexmark Printer to Work With My Eee PC?"

----------

Para más información sobre CUPS, talvez esto le ayude un poco. Aunque se trata de la distribución Ubuntu, Ubuntu está basado en Debian (lo mismo que Xandros), así habrá algunas semejanzas entre las distribuciones:

https://answers.launchpad.net/ubuntu/+source/cups/+question/47139
"CUPS in Ubuntu: Lexmark Z2300"

----------

Espero que esta información le sea útil. Buena suerte,
=david

==========

[ Filename: lexmark-inkjet-08-driver-1.0-1.i386.tar.gz.sh.zip
File Size: 30.11 MB ( 2 hrs @ 56 kbps )
Installer Package for Systems not supporting Debian or RPM-based packaging system. ]

-----

Instrucciones provenientes del Knowledge Base de Lexmark:

1. Download the printer driver from the Lexmark website, www.lexmark.com, into a directory on your computer.

2. Access the directory in which you stored the downloaded file. It will be in the format xxxxxx.tar.gz, where <xxxxxx> is the printer driver filename.
The file downloaded from the system is compressed and packaged for convenience and speed of download. For example, CJZ52LE (Color Jet Z52 Linux English).

3. To decompress the file, type gunzip filename, where <filename> is the name of the file to be decompressed. For example: cjx52le.tar.gz
(Gunzip is a program used to decompress files that have previously been compressed. It can decompress files that have been created by the programs gzip, zip, compress, compress -H, or pack and have the extensions .gz, -gz, .z, -z, _z. It can read files with names ending in .gz, .z, .Z, .tgz, .taz and created with zip. compress, pack, and tar. Note: Files with names ending with .gz are created by gzip.The gzip/gunzip utility is distributed as free software to provide a single application for handling most of the major compression standards used in UNIX. Copies of gzip/gunzip can also be obtained for MS-DOS/Windows.)

4. To extract the packaged archive, specify the archive file name only: tar -xvffilename.tar, where <filename> is the name of the file to be unpackaged - for example: cjx52.le.tar. The command will produce something similar to this: -rw-rw-rw- me user 28 1996-10-18 16:31 lexmarkZ52.rpm -rw-rw-rw- me user 21 1996-09-23 16:44 z52Readme.txt
(The 'tar' program was used to create the 'tar' archives. An "archive" is a single file that contains the contents of many files while still identifying the names of the files and their owners. In addition, archives record the following: access permissions, user and group, size in bytes, last modification time. Some archives also record the file names in each archived directory, as well as other file and directory information. You can use tar to create a new archive in a specified directory, as well as to "extract" the archived files.)

5. To install the driver, double-click the file in the File Manager. Alternatively, in an xterm type rpm -i filename, where <filename> is the name of the rpm file you just downloaded - for example: rpm -i lexmarkz23-1.0-1.i386.rpm. The RPM program will copy all printer driver information to the /usr/local/Lexmark/Zxx/ directory, where zxx is your printer model - for example: Z52.

6. To extract an entire archive, specify the archive file name only, with no individual file names as arguments. For example: tar -xvf collection.tar produces this:

-rw-rw-rw- me user 28 1996-10-18 16:31 jazz
-rw-rw-rw- me user 21 1996-09-23 16:44 blues
-rw-rw
_________________
Registered Linux User # 442201
Back to top
View user's profile Send private message
andrespl
Xplorer


Joined: 29 Apr 2009
Posts: 3

PostPosted: Thu Apr 30, 2009 12:28 am    Post subject: Reply with quote

Hola kalwisti

Tengo una Asus Eee PC, l la version del nucleo la cual es la 2.6.

Mira lo de openprinting lo habia leido, pero realmente no entendi nada, por lo que deduje de ahi cuando lo lei, es que el modelo lexmark z2300 funciona bien con los driver z25 y z35 si mal no recuerdo, y que hacia algo de un postscript.

Ahora si sabes algo de las "cups" porque por otro foro me dijieron que instalara cups
osea "sudo apt-get install cups"

Bueno gracias por tu ayuda, seguire buscando

saludos
Back to top
View user's profile Send private message
kalwisti
Xandrosianling
Xandrosianling


Joined: 16 Oct 2006
Posts: 285
Location: Rio Grande Valley, Texas

PostPosted: Thu Apr 30, 2009 9:50 pm    Post subject: Reply with quote

andrespl,

No hay de qué, fue un placer tratar de ayudarte un poco. Siento no poder darte consejos detallados, pero hay dos inconvenientes: (a). hace aproximadamente 8 meses que no uso Xandros (lo borré de mi computadora) y se me han olvidado algunos detalles del diseño del software; (b). no tengo un Asus Eee PC, cuyo sistema operativo difiere un poco del Xandros "regular" (o "tradicional," es decir, la versión diseñada para el desktop). {Véase nota 1}. La compañía Xandros modificó el software para ser más adecuado / eficaz para la minicomputadora Eee.

De veras, creo que la mejor solución es inscribirte en el foro Asus Eee y postear una pregunta allá. El foro es muy activo, hay miembros con mucha experiencia práctica y además hay una sección del foro en español:

http://forum.eeeuser.com/viewforum.php?id=21
Foro del Eee PC en español

En cuanto a CUPS, no sé casi nada pero si entiendo bien, Xandros (el Xandros regular) ya viene con CUPS instalado -- no tienes que hacer nada extra para instalarlo. Si deseas hacer un pequeño experimento, puedes probar lo siguiente (lo escribiré en inglés para ahorrar tiempo, perdóname pero tengo que hacer varias tareas antes de acostarme):

1. Follow the Eee Wiki's instructions to put your Eee into the Advanced (Full Desktop) mode. [See the URL link in Footnote 1 below].

2.. Download the printer driver (in .deb format) from the Lexmark website, as mentioned in my first reply.

3. Start up Xandros Networks (XN) by going to the Launch menu (in the lower left corner of your screen, on your kicker panel) and then select Xandros Networks.

4. If I remember correctly (?), once Xandros Networks has started, go its File menu and you will see an option called something like "Install .deb file." (As I said, I'm not sure about this step, since I no longer have a working Xandros installation).

5. Finish installing the printer driver with Xandros Networks. Quit / close Xandros Networks when you finish.

6. Try setting up your printer. You will do this with the Xandros Control Center. Go the Launch menu (in the lower left corner of your screen, on your kicker panel) and select Control Center.

7. In the left pane of the Control Center window, click on Peripheral Devices. Then click Printers in the list of subcategories that appears. When the Printers module appears in the right pane of the window, click the Add button.

8. This will start up the Add Printer Wizard, which will ask you some questions and help you configure the printer step by step.


Saludos cordiales,
=david

{Nota 1}. Según lo que he leído, el Eee tiene dos modos de operación: Easy Mode ('modo sencillo,' que es el default) y Advanced Mode ('modo avanzado,' que se asemeja al Xandros "regular" y presenta el completo desktop KDE). Para activar Advanced Mode, sigue estas instrucciones:

http://wiki.eeeuser.com/#full_desktop_advanced_mode
Full Desktop (Advanced Mode) [from the Eee User Wiki]
_________________
Registered Linux User # 442201
Back to top
View user's profile Send private message
andrespl
Xplorer


Joined: 29 Apr 2009
Posts: 3

PostPosted: Fri May 01, 2009 12:50 am    Post subject: Reply with quote

muchas gracias

seguire tus consejos y te cuento como me va

saludos

Andres
Back to top
View user's profile Send private message
Emilio123
Xplorer


Joined: 03 Aug 2009
Posts: 19

PostPosted: Tue Aug 04, 2009 2:01 am    Post subject: Reply with quote

Hola.
ya veo que has tenido su problema resuelto.no? Enhorabuena..
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.xandros.com Forum Index -> En español All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group