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: 1.01
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

1 2 3 4 5 6 .. 34 Next › Last »

Lone_Wolf commented on 2024-07-27 12:26 (UTC)

@Ozman:

The https://wiki.archlinux.org/title/Arch_User_Repository is not a pacman repository.

You will have to build this package with makepkg, then install it with pacman -U . Check the link (and pages it links to) for more info .

Ozman commented on 2024-06-24 21:12 (UTC)

Tried to install this today: sudo pacman -Syu hplip-plugin

error: target not found: hplip-plugin

MystikReasons commented on 2024-06-17 09:36 (UTC)

@john999 I fixed the problem by downloading the current snapshot and building the package by myself (makepkg).

john999 commented on 2024-06-12 20:21 (UTC)

Installation error for version 3.23.12-3: No such file or directory

/var/tmp/pamac-build-john/hplip-plugin/PKGBUILD: line 39: cd: /var/tmp/pamac-build-john/hplip-plugin/src/hplip-3.23.12-plugin: No such file or directory

Similar error reported by MysticReasons on 2024-02-17.

anquegi commented on 2024-05-01 08:59 (UTC)

Thanks for this package, finally I could print

proledatarian commented on 2024-03-24 15:43 (UTC) (edited on 2024-03-24 15:45 (UTC) by proledatarian)

I'm getting the following error on trying to connect a Laserjet P1102w via USB:

$ hp-setup

HP Linux Imaging and Printing System (ver. 3.23.12)
Printer/Fax Setup Utility ver. 9.0

Copyright (c) 2001-18 HP Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

Searching... (bus=usb, search=(None), desc=0)
error: Failed to open URL: http://hplip.sourceforge.net/hplip_web.conf
error: Failed to download http://hplip.sourceforge.net/hplip_web.conf.
error: Unable to load Qt4/Qt5 support. Is it installed?
Traceback (most recent call last):
  File "/usr/share/hplip/ui5/setupdialog.py", line 1386, in NextButton_clicked
    self.showDevicesPage()
  File "/usr/share/hplip/ui5/setupdialog.py", line 556, in showDevicesPage
    smart_install.disable(GUI_MODE, 'qt4')
  File "/usr/share/hplip/base/smart_install.py", line 239, in disable
    dialog.exec_()
    ^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'exec_'
Aborted (core dumped)

argymeg commented on 2024-02-17 20:17 (UTC)

@MystikReasons: Reading through the older comments would tell you both that pamac famously doesn't like this package, and that this is not the place to ask for help with it: https://terms.archlinux.org/docs/code-of-conduct/#Arch_Linux_distribution_support_ONLY

MystikReasons commented on 2024-02-17 20:03 (UTC) (edited on 2024-02-17 20:04 (UTC) by MystikReasons)

Getting the following error while building with the newest version: /var/tmp/pamac-build-jens/hplip-plugin/PKGBUILD: line 39: cd: /var/tmp/pamac-build-jens/hplip-plugin/src/hplip-3.23.12-plugin: File or directory not found. According to pacman, my version of hplip is 3.23.12-1 which is the newest one for me (stable on Manjaro, https://packages.manjaro.org/?query=hplip).

argymeg commented on 2024-02-04 23:39 (UTC)

@DanielH that is almost certainly an issue with your GPG (and/or DNS configuration), and not with the instructions in this package. If you Google your error message, there are several discussions about similar issues on the Arch forums.

DanielH commented on 2024-02-04 14:30 (UTC)

gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 4ABA2F66DBD5A95894910E0673D770CDA59047B9 gpg: WARNING: DNS is not properly configured gpg: keyserver receive failed: No such file or directory