La fonction scanner est censée fonctionner d’après HP :
hplipopensource.com/hplip-web/mo … html#note3
Pourtant simple-scan ( Numérisation simple dans l’interface graphique ) est impossible à configurer par l’interface graphique. Le bouton « Source de numérisation » ne donne aucun choix.
Cliquez pour agrandir l’image.
simple-scan -v
simple-scan 3.4.2
apt-cache policy gtk-vector-screenshot
gtk-vector-screenshot:
Installé : 0.3.2-1
Candidat : 0.3.2-1
Table de version :
*** 0.3.2-1 0
500 http://ftp.fr.debian.org/debian/ wheezy/main powerpc Packages
100 /var/lib/dpkg/status
J’ai cette erreur avec [code]hp-check --fix :
Python Extentions |
---|
cupsext CUPS-Extension REQUIRED - 3.14.6 OK -
pcardext PhotoCard-Extension REQUIRED - 3.14.6 OK -
error: NOT FOUND OR FAILED TO LOAD! Please reinstall HPLIP and check for the proper installation of hpmudext.
error: hpmudext IO-Extension REQUIRED - 3.14.6 MISSING ‘Not Found or Failed to load, Please reinstall HPLIP’[/code]
J’ai peut-être trouvé une solution ici :
Cela serait lié aux mises à jour de python, mais je ne comprends pas assez bien le contournement de l’erreur mis en oeuvre dans l’exemple indiqué pour pouvoir la mettre en oeuvre moi-même.
Chez moi si je suis la solution donnée par le site hplipopensource cela donne :
python -V
Python 2.7.3
locate hpmudext.so
/usr/lib/pyshared/python2.7/hpmudext.so
/usr/lib/python2.7/dist-packages/hpmudext.so
ls -l /usr/lib/ | grep python
lrwxrwxrwx 1 root root 32 mars 13 2012 libpyglib-2.0-python2.6.so.0 -> libpyglib-2.0-python2.6.so.0.0.0
-rw-r--r-- 1 root root 14832 mars 13 2012 libpyglib-2.0-python2.6.so.0.0.0
lrwxrwxrwx 1 root root 32 mars 13 2012 libpyglib-2.0-python2.7.so.0 -> libpyglib-2.0-python2.7.so.0.0.0
-rw-r--r-- 1 root root 14832 mars 13 2012 libpyglib-2.0-python2.7.so.0.0.0
lrwxrwxrwx 1 root root 35 févr. 22 2013 libpyglib-gi-2.0-python2.6.so -> libpyglib-gi-2.0-python2.6.so.0.0.0
lrwxrwxrwx 1 root root 35 févr. 22 2013 libpyglib-gi-2.0-python2.6.so.0 -> libpyglib-gi-2.0-python2.6.so.0.0.0
-rw-r--r-- 1 root root 15152 févr. 22 2013 libpyglib-gi-2.0-python2.6.so.0.0.0
lrwxrwxrwx 1 root root 35 févr. 22 2013 libpyglib-gi-2.0-python2.7.so -> libpyglib-gi-2.0-python2.7.so.0.0.0
lrwxrwxrwx 1 root root 35 févr. 22 2013 libpyglib-gi-2.0-python2.7.so.0 -> libpyglib-gi-2.0-python2.7.so.0.0.0
-rw-r--r-- 1 root root 15152 févr. 22 2013 libpyglib-gi-2.0-python2.7.so.0.0.0
lrwxrwxrwx 1 root root 31 mars 14 14:42 libpython2.7.a -> python2.7/config/libpython2.7.a
lrwxrwxrwx 1 root root 17 mars 14 14:42 libpython2.7.so -> libpython2.7.so.1
lrwxrwxrwx 1 root root 19 mars 14 14:42 libpython2.7.so.1 -> libpython2.7.so.1.0
-rw-r--r-- 1 root root 2936748 mars 14 14:42 libpython2.7.so.1.0
drwxr-xr-x 23 root root 20480 avril 13 16:58 python2.6
drwxr-xr-x 26 root root 20480 avril 26 13:43 python2.7
drwxr-xr-x 3 root root 4096 avril 13 16:04 python3
Je ne comprends quel est le fichier à copier et où le copier dans mon cas.