@ chris2kari
your comments don't make any sense;
the current version of hplip in the Arch repo's is 3.15.4-1 (Last Updated: 2015-04-22)
have you done a full system update before installing hplip-plugin 3.15.4-2? (pacman -Syu)
are you using an outdated/out-of-sync mirror maybe?
Search Criteria
Package Details: hplip-plugin 3.25.2-1
Package Actions
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 |
Keywords: | fax hp printer scanner |
Licenses: | LicenseRef-HPLIP-LICENSE |
Submitter: | pyropeter |
Maintainer: | ZhangHua |
Last Packager: | ZhangHua |
Votes: | 403 |
Popularity: | 0.75 |
First Submitted: | 2010-12-21 00:32 (UTC) |
Last Updated: | 2025-04-05 00:57 (UTC) |
Dependencies (5)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- hplip (hplip-minimalAUR, hplip-liteAUR)
- libusb-compat (libusb0AUR)
- sane (sane-gitAUR)
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 18 19 20 21 22 23 24 25 26 27 28 .. 38 Next › Last »
<deleted-account> commented on 2015-05-06 05:48 (UTC)
chris2kari commented on 2015-05-06 00:09 (UTC)
Solution
--------
1) Remove the hplip-plugin: yaourt -R hplip-plugin
2) Download the prcompiled plugin from HP here:
http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/
3) Make the plugin executable: chmod +x hplip-3.15.2-plugin.run
4) Run it as root: sudo ./hplip-3.15.2-plugin.run
5) Follow the prompts. Your printing now works again.
Lekensteyn commented on 2015-05-04 14:42 (UTC)
Please add the version number to the PKGBUILD as done in [1] to avoid surprises after hplip upgrades:
depends=("hplip>=$pkgver" 'hplip<3.15.5')
[1]: https://github.com/Lekensteyn/aur/commit/5ee6f852154acc35928d4b8dd07324935ed05027
goodmen commented on 2015-05-04 03:11 (UTC)
due to hplip is in extra,
why hplip-plugin is not adopted by any TU and put it in extra?
by far, hplip-plugin _MUST_ has the same version of hplip, otherwise, the printer can not work(That is the reason of why my printer refuse to work before I update the hplip-plugin version today)
<deleted-account> commented on 2015-05-03 17:02 (UTC)
Hi,
I'm maintaining this package now. Since I've never done this before I hope you'll be patient with me and I'm open for any hints and advice.
<deleted-account> commented on 2015-05-03 14:06 (UTC)
Hello,
Sorry for the delay.
As I am leaving ArchLinux, feel free to adopt this package ;)
Best Regards.
<deleted-account> commented on 2015-05-01 10:33 (UTC)
If printing stopped for some, please consider downgrading to previous latest until maintainer updates. That's the only solution to continue printing until an update.
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:
libusb-compat
andsane
(cred @ZhandHua).Depend on exact version ofhplip
(cred @jsn42).In addition, the PGP-signature of the artifact is now checked, which means you need to fetch upstream's key:
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!