Configuración impresora dpto (NRG-2705_2738_2712) para linux (ubuntu)
- Conectándose a http://localhost:631/ se configuran las impresoras en CUPS. Poner:
- protocolo: appsocket/HP JetDirect; socket://158.227.74.167
- en esta url se generan ficheros ppd para diferentes impresoras: http://www.openprinting.org/show_driver.cgi?driver=pxlmono&fromprinter=NRG-2705_2738_2712
- Modificaciones al fichero ppd:
- user code: Three sample user codes (1001, 1002 and 1003) are built into each PPD file. To replace a sample user code with your own, you can edit the PPD file manually (creo qué simplemente es cambiar toda aparición de 1001 por el código nuevo), or run a simple shell command. > cat ricohppdfile.ppd | sed "s/1001/1234/g" > newricohppdfile.ppd This command replaces user code "1001" with "1234" and generates new PPD file newricohppdfile.ppd. You can then create printer queue with the generated PPD file.
- codificación: poner UTF-8
- formato: cambiar letter por A4
- en 'set printer options' modificar:
- instalada unidad full duplex
- por defecto activada
- la web del fabricante (no he usado nada): http://www.nrgcss.com/drivers/Page2.Asp?Brand=ntec&Vw=&Fltr=0&Ky=1017978060&Usr=&Mdl=234&Cat=3&Pvw=1
- instrucciones sobre ficheros ppd: http://www.linuxfoundation.org/en/OpenPrinting/Database/RicohFAQ#What_are_UserCodes.3F_How_do_I_use_UserCodes_under_Linux.3F
- El siguiente fichero, con extensión PPD es el que me ha funcionado
- Seguir instrucciones
No hay comentarios:
Publicar un comentario