Package Details: hplip-plugin 3.24.4-1

Git Clone URL: https://aur.archlinux.org/hplip-plugin.git (read-only, click to copy)
Package Base: hplip-plugin
Description: Binary plugin for HPs hplip printer driver library
Upstream URL: https://developers.hp.com/hp-linux-imaging-and-printing/binary_plugin.html
Licenses: LicenseRef-HPLIP-LICENSE
Submitter: pyropeter
Maintainer: carsme
Last Packager: carsme
Votes: 406
Popularity: 0.32
First Submitted: 2010-12-21 00:32 (UTC)
Last Updated: 2024-06-23 05:00 (UTC)

Pinned Comments

carsme commented on 2024-01-15 16:53 (UTC) (edited on 2024-02-04 14:15 (UTC) by carsme)

Hey, I've adopted this package and applied some of the suggestions:

  • Add missing dependencies, notably libusb-compat and sane (cred @ZhandHua).
  • Depend on exact version of hplip (cred @jsn42).

In addition, the PGP-signature of the artifact is now checked, which means you need to fetch upstream's key:

gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 4ABA2F66DBD5A95894910E0673D770CDA59047B9

Unfortunately, I have no HP printer at home so my testing ability is limited to running hp-diagnose_plugin. If someone has better opportunity to test and is interested in maintaining, let me know and I'll handover the package or add you as a co-maintainer. Cheers!

Latest Comments

« First ‹ Previous 1 .. 21 22 23 24 25 26 27 28 29 30 31 .. 34 Next › Last »

cfillion commented on 2013-03-01 21:21 (UTC)

I got the same problem (cups saying "filter failed"), JakubM's solution worked fine, thank you. common/utils.c 68: unable to open /var/lib/hp/hplip.state: Permission denied

tuftedocelot commented on 2013-02-27 21:05 (UTC)

@garion, I already got it working, but I have a feeling JakubM's solution would have been the solution to my problem.

JakubM commented on 2013-02-27 12:15 (UTC)

I've performed hp-check and it turned out that I don't have permission to access /var/lib/hp/hplip.state file. sudo chmod -R 755 /var/lib/hp/ did the trick and it's working (just printed a page). Thanks.

<deleted-account> commented on 2013-02-26 21:50 (UTC)

@tuftedocelot: note that python2-pyqt is required to use hp-toolbox

<deleted-account> commented on 2013-02-25 21:25 (UTC)

@tuftedocelot: it exists also the command: hp-check which checks dependency versions and permissions. Could you perform it ? A log file is created in the current directory.

tuftedocelot commented on 2013-02-25 16:09 (UTC)

@garion, never mind. I got it working again. Purged the whole shebang and reinstalled from scratch

vdemin commented on 2013-02-25 06:32 (UTC)

Now hp-setup works correctly for me. Thank you, garion!

tuftedocelot commented on 2013-02-25 00:36 (UTC)

@garion, the package seems to install correctly, but the hp-toolbox doesn't pick up on it. Running hp-plugin -i detects that the plugin is installed, but in hp-toolbox, it doesn't. I can attempt to print something, but I get a message saying that the plugin is missing.

<deleted-account> commented on 2013-02-23 16:19 (UTC)

PKGBUILD updated to the release 3.13.2. @vdemin: the creation of /var/lib/hp/hplip.state is included. Nevertheless, I don't use the hplip-tools. Please, check if it works fine. Thanks in advance.

pyropeter commented on 2013-02-23 13:54 (UTC)

@garion: hp-plugin installs the plugin and then sets a flag in hplip.state that tells hp-setup that the plugin is installed. If this package doesn't set that flag, hp-setup (and probably other hplip-tools, too) think that the plugin isn't installed and won't use it, rendering this package kind of useless.