Hplip » История » Редакция 2
Редакция 1 (Андрей Волков, 2015-04-29 17:29) → Редакция 2/3 (Андрей Волков, 2015-04-29 17:30)
h1. Hplip
Ubuntu 15.04 Vivid
HP print
h2. Проблема
<pre>
sudo hp-plugin
HP Linux Imaging and Printing System (ver. 3.15.2)
Plugin Download and Install Utility ver. 2.1
Copyright (c) 2001-15 Hewlett-Packard 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.
Checking for network connection... Downloading plug-in from: Receiving digital keys: /usr/bin/gpg --homedir /home/xiff/.hplip/.gnupg --no-permission-warning --keyserver pgp.mit.edu --recv-keys 0xA59047B9 Creating directory plugin_tmp
Verifying archive integrity... All good.
Uncompressing HPLIP 3.15.2 Plugin Self Extracting Archive...............................
Error importing HPLIP modules. Is HPLIP installed?
error: Python gobject/dbus may be not installed
error: Plug-in install failed.
Done.
</pre>
h2. Решение
<pre>
cat /var/lib/hp/hplip.state
dpkg --list |grep hplip
wget http://hplip.sf.net/plugin.conf
wget http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/hplip-3.15.2-plugin.run
sh hplip-3.15.2-plugin.run --info
sh hplip-3.15.2-plugin.run --check
sh hplip-3.15.2-plugin.run --noexec --keep
cd plugin_tmp
sudo python3 ./plugin_install.py
cat /var/lib/hp/hplip.state
</pre>