Notas de la Etiqueta: hp

Problema con impresora HP que luego de instalarla correctamente, si reiniciaba Ubuntu 14.04.2 no funcionaba más…

Tuve un problema raro con una impresora HP 1020 que luego de instalarla bien, probarla y todo, cuando reiniciaba Ubuntu 14.04.2 LTS no funcionaba más.

Buscando, encontré una respuesta en https://answers.launchpad.net/hplip/+question/249391 que me funcionó

Transcribo la respuesta de Sebastian (castanedacs)  que me funcionó:

 

I experienced similar problems, as cited in this forum, trying to configure the HP Laserjet 1018 printer with ubuntu desktop 14.04 and 14.10. At the begining I used HPLIP installed manually, and the printer worked fine for a while, I was able to print 3 or 4 documents, but then the printer started to fail with «communication error». After some combinations of unplug and re-plug, turn off on or reboot the printer works again, but this is an annoying situation, specially because I wanted to make the printer works for common users without any knowledge.

So I decided to try the solution installing the foo2zjs driver, these are the steps I followed, after reading many forums and potential solutions:

1) Uninstall HPLIP completely

1.1) Uninstall HPLIP if it was installed by default in ubuntu

$sudo apt-get remove hplip

1.2) In my case, I had installed HPLIP manually, after downloading the tarball distribution from

http://hplipopensource.com/hplip-web/index.html

So I followed the instructions cited here

http://hplipopensource.com/node/188

to completely unistall it.

2) Install the «foo2zjs» driver, to do this I used the instructions cited here

http://foo2zjs.rkkda.com/INSTALL

I transcribe them here:

2.1) Install build-essential, tix, foomatic-filters, groff, dc FIRST:

$ sudo apt-get install build-essential tix foomatic-filters groff dc

2.2) Unpack:

$ wget -O foo2zjs.tar.gz http://foo2zjs.rkkda.com/foo2zjs.tar.gz
$ tar zxf foo2zjs.tar.gz
$ cd foo2zjs

2.3) Compile:

$ make

2.4) Get extra files from the web, such as .ICM profiles (for color correction)
and firmware. Select the model number for your printer, In this case:

$ ./getweb 1018 # Get HP LaserJet 1018 firmware file

2.5) Install driver, foomatic XML files, PPD files, and extra files:

$ sudo make install

2.6) Install hotplug (for HP LJ 1000/1005/1018/1020/P100[5678]/P1505):

$ sudo make install-hotplug

Unplug and re-plug the USB printer

2.7) If you use CUPS to manage your printers, you must restart cupsd:

$ sudo make cups

3) Add a new printer

I use the WEB APP to do this

http://localhost:631

Once created it, I printed a test page to test that the printer is working correctly

In my case I experienced problems using cups, so I reinstalled it with

$sudo apt-get -y install cups

NOTE:
I suggest to watch the log /var/log/syslog to detect any possible error.
For example, after installing foo2zjs, I detect the following error in syslog

«foo2zjs: Missing HP LaserJet 1018 firmware file /lib/firmware/hp/sihp1018.dl».

So, I fixed it by getting the firmware throught

$getweb 1018

Then I copied the file «sihp1018.dl» to the directory specified in the syslog error.

You may need to reboot both the computer and the printer.

After these steps I was able to print using the HP LaserJet 1018 printer without problems, I did differents test like print a test page, print a LibreOffice doc, print a pdf doc. I reboot the machine and printed again and the printer worked perfectly.
I tested using both Ubuntu 14.04 and 14.10.

Hope this can help.

HPLIP 3.15.2 y Debian 7.8

Tuve que reinstalar de urgencia un Debian 7 y renegué bastante con la instalación de la versión 3.15.2 de HPLIP.

Básicamente se me colgaba después de pedirme la contraseña de root.

Encontré una pregunta similar en https://answers.launchpad.net/hplip/+question/260724 y le recomendaban continuar la instalación de la siguiente manera:

1) cd hplip-3.14.10
2) ./configure --prefix=/usr
3) make
4) su -c "make install"

La versión no se correspondía con la mía pero con la versión 3.15.2 pude hacerlo igual.

Después de los cuatro pasos, goutam kodu (autor de los pasos anteriores) recomienda ejecutar hp-setup para continuar con la configuración.

En ese punto también se colgaba, reconocía la impresora pero se quedaba ahí, no la configuraba. Al principio pensé que el problema era que la tenía instalada desde el sistema operativo, cosa que hice para probar una alternativa a hplip cuando no anduvo las primeras veces. Eliminé la impresora, probé con hp-setup de nuevo, pero se seguía colgando.

En este otro hilo https://answers.launchpad.net/hplip/+question/260879, goutam kodu recomienda ejecutar:

 su -c 'hp-plugin'

Para instalar el plugin. Y también se colgaba cuando intentaba descargarlo :/

Pero en consola tiraba un mensaje que decía desde dónde podías descargarlo, así que lo descargué, ejecuté nuevamente su -c ‘hp-plugin’ y elegí la opción para cargar el plugin nuevamente.

Por suerte, funcionó y luego pude ejecutar hp-setup sin que se cuelgue 🙂

Otro comando para verificar lo instalado es hp-check.

 

 

 

A %d blogueros les gusta esto: