Difference between revisions of "HP Linux Drivers"
(→hp-setup) |
|||
Line 25: | Line 25: | ||
==hp-setup== | ==hp-setup== | ||
+ | |||
+ | {{NOTE | Openprinting is back up. }} | ||
+ | |||
The openprinting.org is down. This means that running hp-setup will fail as it cannot download the plugin. While it will be up eventually I have chosen to mirror the plugin for a while. This is the version that works with the current Debian release. | The openprinting.org is down. This means that running hp-setup will fail as it cannot download the plugin. While it will be up eventually I have chosen to mirror the plugin for a while. This is the version that works with the current Debian release. | ||
Revision as of 11:28, 11 February 2012
hp-setup and other utils by hp require python2 and python-gobject and python-dbus
Debian
hp-setup -i or hp-plugin -i will not work because python-gobject is not installed.
aptitude python-gobject
Fixed my issues.
Archlinux
In addition to installing hplip you also have to install dbus-python and python-gobject
You also need to link /usr/bin/python to python two instead of 3. Though make sure to link it back when the setup is complete.
rm /usr/bin/python ln -s /usr/bin/python2 /usr/bin/python
Do the setup/plugin build.
rm /usr/bin/python ln -s /usr/bin/python3 /usr/bin/python
hp-setup
The openprinting.org is down. This means that running hp-setup will fail as it cannot download the plugin. While it will be up eventually I have chosen to mirror the plugin for a while. This is the version that works with the current Debian release.
http://files.hackspherelabs.com/?download=hplip-3.10.6-plugin.run
md5sum does not match what is located @ http://hplip.sourceforge.net/plugin.conf
[3.10.6] url = http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/hplip-3.10.6-plugin.run checksum = b6112a75111ccd9d220f7ff2f1d9e7ae6a35504d datetime = Mon, 19 Jul 2010 02:31:25 +0000 num_files = 40 timestamp = 1279506685.8 size = 1757460 revision = 13772
Works though. I do not think its hacked.
Other Sources: