Comment 20 for bug 1152219

Revision history for this message
denixx baykin (denixx-baykin) wrote :

Hi!
goutam, thanks for assistance!
It was a problem to connect to printer via USB, but after I have downloaded http://prdownloads.sourceforge.net/hplip/hplip-3.15.6.run and made all those things with 3.15.6 - all went good.
Now I am holding hot printed test page (Raspberry Pi model B, HP LaserJet P1005, HPLIP 3.15.6), thanks :)
-=-=-
in 3.15.4 i made su -c 'make uninstall'
run hplip-3.15.6.run, it unpacked and I have choosed "quit".
cd to unpacked dir 3.15.6
./configure --prefix=/usr
make
su -c 'make install'

After that hplip even could install plugin.

Minor problems:

xsane is installed, but hp-doctor complains that it's not. Maybe because there is no X-server loaded, because I haven't configured it to start X-session after boot.
Just a SSH.

lines in hp-doctor output:

"---------------------------------
| INSTALLED CUPS PRINTER QUEUES |
---------------------------------
HP_LaserJet_P1005
-----------------
Type: Printer
Device URI: hp:/usb/HP_LaserJet_P1005?serial=BB0677V
PPD: /etc/cups/ppd/HP_LaserJet_P1005.ppd
PPD Description: HP LaserJet p1005, hpcups 3.15.6, requires proprietary plugin
Printer ready to printr HP_LaserJet_P1005 is idle. enabled since Thu 11 Jun 2015 02:13:56 PM EEST
Required plug-in status: Installed
error: Unable to communicate with device (code=12): hp:/usb/HP_LaserJet_P1005?serial=BB0677V
error: Device not found
error: Communication status: Failed"

and another ones:

"Checking for HP Properitery Plugin's....
Plugin's already installed

Checking for Printer Status....
error: 'HP_LaserJet_P1005' Printer is either Powered-OFF or Failed to communicate.
Turn On Printer and re-run hp-doctor

Diagnose completed..."

Thanks again!