Problema al instalar HP LaserJet P1102 [Solucionado]

Conversaciones generales alrededor Sabayon Linux

Moderator: Moderators

Problema al instalar HP LaserJet P1102 [Solucionado]

Postby R0dr0 » Sat Mar 03, 2012 23:51

Me reconoce bien la impresora, pero al instalarla desde las herramientas de sistema pone: "requires propietary plugin".
Queda como instalada pero cuando le dices que imprima sale como documento concluido en la cola de impresión sin hacer nada.
Que mas hay que instalar y como?
Gracias por las respuestas, fijo que hay más novatos con este problema y no sale por ningún sitio cómo se arregla para nuestra querida sabayon.
Last edited by R0dr0 on Mon Mar 05, 2012 1:39, edited 1 time in total.
R0dr0
Baby Hen
 
Posts: 13
Joined: Tue Jun 14, 2011 23:34
Location: Burgos, España

Re: Problema al instalar HP LaserJet P1102

Postby Fitzcarraldo » Sun Mar 04, 2012 8:30

¿Que driver has instalado? ¿foo2zjs?

http://foo2zjs.rkkda.com/

foo2zjs: a linux printer driver for ZjStream protocol
e.g. Minolta magicolor 2200/2300/2430 DL,
HP LaserJet 1018/1020/1022/P2035,
HP LaserJet Pro CP1025nw,
HP LaserJet Pro P1102/P1102w/P1566/P1606dn


Code: Select all
equo install foo2zjs
User avatar
Fitzcarraldo
Sagely Hen
 
Posts: 7340
Joined: Sat Mar 10, 2007 5:40
Location: United Kingdom

Re: Problema al instalar HP LaserJet P1102

Postby R0dr0 » Sun Mar 04, 2012 11:17

Primero la instalé desde herramientas de sistema y no hubo forma.
Luego intenté con ese pero también me dio error porque no encontraba instalado el "foo2zjs-wrapper".
Al final con el HPlip tampoco reconoce la impresora, así que no ha habido forma.
R0dr0
Baby Hen
 
Posts: 13
Joined: Tue Jun 14, 2011 23:34
Location: Burgos, España

Re: Problema al instalar HP LaserJet P1102

Postby Fitzcarraldo » Sun Mar 04, 2012 11:36

La páagina Web http://foo2zjs.rkkda.com/ dice lo siguiente:

*** DON'T USE the foo2zjs package from:
Ubuntu, SUSE, Mandrake/Manrivia, Debian, RedHat, Fedora, Gentoo, Xandros, EEE PC, Linpus, MacOSX, or BSD!
*** Download it here and follow the directions below.

Así que sigue las instrucciones en esa página para ver si tienes algún éxito.
User avatar
Fitzcarraldo
Sagely Hen
 
Posts: 7340
Joined: Sat Mar 10, 2007 5:40
Location: United Kingdom

Re: Problema al instalar HP LaserJet P1102

Postby R0dr0 » Sun Mar 04, 2012 13:35

En vez de instalar el paquete del servidor de sabayon me bajo el suyo, descomprimo y ahí ya me pierdo porque las órdenes son para ubuntu.
sabayon r0dr0 # wget -O foo2zjs.tar.gz http://foo2zjs.rkkda.com/foo2zjs.tar.gz
--2012-03-04 13:31:11-- http://foo2zjs.rkkda.com/foo2zjs.tar.gz
Resolviendo foo2zjs.rkkda.com... 74.208.41.246
Conectando con foo2zjs.rkkda.com[74.208.41.246]:80... conectado.
Petición HTTP enviada, esperando respuesta... 200 OK
Longitud: 1644021 (1,6M) [application/x-tar]
Grabando a: “foo2zjs.tar.gz”

100%[==========================================================================================================================================>] 1.644.021 641K/s en 2,5s

2012-03-04 13:31:14 (641 KB/s) - “foo2zjs.tar.gz” guardado [1644021/1644021]

sabayon r0dr0 # tar zxf foo2zjs.tar.gz
sabayon r0dr0 # cd foo2zjs
sabayon foo2zjs #
Y ahora por donde sigo?
R0dr0
Baby Hen
 
Posts: 13
Joined: Tue Jun 14, 2011 23:34
Location: Burgos, España

Re: Problema al instalar HP LaserJet P1102

Postby Fitzcarraldo » Sun Mar 04, 2012 14:04

http://foo2zjs.rkkda.com/ wrote:
Now compile and install it. The INSTALL file contains more detailed instructions; please read it now.

Compile:
$ make

Get extra files from the web, such as .ICM profiles for color correction,
and firmware. Select the model number for your printer:
$ ./getweb cpwl # Get Minolta Color PageWorks/Pro L .ICM files
$ ./getweb 2200 # Get Minolta 2200 DL .ICM files
$ ./getweb 2300 # Get Minolta 2300 DL .ICM files
$ ./getweb 2430 # Get Minolta 2430 DL .ICM files

$ ./getweb 1000 # Get HP LaserJet 1000 firmware file
$ ./getweb 1005 # Get HP LaserJet 1005 firmware file
$ ./getweb 1018 # Get HP LaserJet 1018 firmware file
$ ./getweb 1020 # Get HP LaserJet 1020 firmware file

$ ./getweb 1025 # Get HP LaserJet Pro CP1025nw .ICM files

Install driver, foomatic XML files, and extra files:
$ su OR $ sudo make install
# make install

(Optional) Configure hotplug (USB; HP LJ 1000/1005/1018/1020):
# make install-hotplug OR $ sudo make install-hotplug

(Optional) If you use CUPS, restart the spooler:
# make cups OR $ sudo make cups



http://foo2zjs.rkkda.com/INSTALL wrote:Connect with a web browser to:
http://localhost:631
And configure printer
User avatar
Fitzcarraldo
Sagely Hen
 
Posts: 7340
Joined: Sat Mar 10, 2007 5:40
Location: United Kingdom

Re: Problema al instalar HP LaserJet P1102

Postby R0dr0 » Sun Mar 04, 2012 14:10

Hasta ahí mismo habia llegado, pero el "$ make" ya no cuela, como se hace eso con el equo?
R0dr0
Baby Hen
 
Posts: 13
Joined: Tue Jun 14, 2011 23:34
Location: Burgos, España

Re: Problema al instalar HP LaserJet P1102

Postby Fitzcarraldo » Sun Mar 04, 2012 14:18

Code: Select all
$ wget -O foo2zjs.tar.gz http://foo2zjs.rkkda.com/foo2zjs.tar.gz
$ tar zxf foo2zjs.tar.gz
$ cd foo2zjs
$ make

no es el mismo que:

Code: Select all
# wget -O foo2zjs.tar.gz http://foo2zjs.rkkda.com/foo2zjs.tar.gz
# tar zxf foo2zjs.tar.gz
# cd foo2zjs
# make

Tienes que hacer:

Code: Select all
# exit
exit
$ cd
$ wget -O foo2zjs.tar.gz http://foo2zjs.rkkda.com/foo2zjs.tar.gz
$ tar zxf foo2zjs.tar.gz
$ cd foo2zjs
$ make
$ ./getweb 1020
$ su
Password:
# make install
# make install-hotplug
# make cups
# exit
exit
$
User avatar
Fitzcarraldo
Sagely Hen
 
Posts: 7340
Joined: Sat Mar 10, 2007 5:40
Location: United Kingdom

Re: Problema al instalar HP LaserJet P1102

Postby R0dr0 » Sun Mar 04, 2012 14:52

r0dr0@sabayon ~/foo2zjs $ make
#
# Dependencies...
#
***
*** Error: dc is not installed!
***
*** Install dc package
*** for Ubuntu: sudo apt-get install dc
***
make: *** [all-test] Error 1
Esto no hay forma de hacerlo con el equo? O que me falta de instalar?
Mil gracias por todo lo que te estás preocupando.
R0dr0
Baby Hen
 
Posts: 13
Joined: Tue Jun 14, 2011 23:34
Location: Burgos, España

Re: Problema al instalar HP LaserJet P1102

Postby Fitzcarraldo » Sun Mar 04, 2012 15:32

Vamos a probar algo diferente:

Code: Select all
$ cd
$ su
Password:
# equo install git
# emerge --sync
# layman -S
# layman -d sabayon
# layman -d sabayon-distro
# layman -a sabayon
# layman -a sabayon-distro
# layman -S
# echo "net-print/foo2zjs **" >> /etc/portage/package.keywords
# FEATURES="-collision-detect -protect-owned" ACCEPT_LICENSE="*" emerge -1v foo2zjs
# etc-update # Por si acaso hay algunos archivos de configuración para actualizar. Teclea -3 y luego responder afirmativamente a todas las preguntas, si las hay.
# equo rescue spmsync
# exit
exit
$
User avatar
Fitzcarraldo
Sagely Hen
 
Posts: 7340
Joined: Sat Mar 10, 2007 5:40
Location: United Kingdom

Next

Return to Spanish

Who is online

Users browsing this forum: No registered users and 2 guests