Hello,
I have a USB printer HP P1005, linked directly to USB port of a RPI Zero W. The main idea is to use RPI Zero W with piCore as a print server. I installed cups.tcz and its dependencies (piCore 11.x) with tce-ab; I tried also to wget hplip.tcz (from piCore 9.x) and installed it.
I started cups, I connected via browser IPaddress:631/admin, added a new printer choosing the driver "hpcups 3.17.10, requires proprietary plugin (en)", logged as root.
The print "obviously" fails :-(
$ /usr/local/lib/cups/backend/usb gives:
direct usb://HP/LaserJet%20P1005 “HP LaserJet P1005” “HP LaserJet P1005” “MFGHewlett-Packard:MDL-HP LaserJet P1005;CMD:ACL;CLS:PRINTER;DES:HP LaserJet P1005;” “”
$ Hp-setup gives an error while or after importing CUPS EXT: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory.
$ Hp-check -t gives a warning, CUPS EXT could not be loaded. Please HPLIP for installation.
$ Hp-doctor gives an error: exception() takes exactly 1 argument (2 given).
$ Hp-plugin gives an error while or after importing CUPS EXT: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory.
Python2.7 is installed; the module openssl.tcz is already installed. Does it provide libssl and libcrypto? Does someone have a clue about how to solve the issue? I read that HP printers are quite a problem for almost everybody ;-) Thanks
Matteo