| Re: [LA-discussions] Perdu avec scanner HP sane debian |
[ Thread Index | Date Index | More linuxarverne.org/discussions Archives ]
On Fri, Sep 18, 2009 at 02:34:06AM +0200, Rault Alexandre wrote:
> ça semble être une piste intéressante...
> # lsusb me donne >> 03f0:7111
> cat /etc/udev/rules.d/z60_libsane* |grep 03f0 >> me ressort
> plusieurs entrées
> cat /etc/udev/rules.d/z60_libsane* |grep 03f0 |grep 7111 >> ne
> ressort rien
>
> Je suis au bon endroit d'après ton analyse Docteur Es-DebIan ?
>
> là il est trop tard, mais je regarderais demain :p
regardes aussi dans libsane-extras.rules
si non present: aptitude install libsane-extras
pour ajouter une regle, c'est comme le portsalut:
# This file was automatically created based on description files
# (*.desc)
# by sane-desc 3.3 from sane-backends 1.0.19 on Tue Dec 9 16:21:54 2008
#
# udev rules file for supported USB devices
#
# To add a USB device, add a rule to the list below between the
# LABEL="libsane_rules_begin" and LABEL="libsane_rules_end" lines.
#
# To run a script when your device is plugged in, add
# RUN+="/path/to/script"
# to the appropriate rule.
#
# The following list already contains a lot of scanners. If your scanner
# isn't mentioned there, add it as explained above and mail the entry to
# the sane-devel mailing list (sane-devel@xxxxxxxxxxxxxxxxxxxxxxx).
tu pourrais mettre:
SYSFS{idVendor}=="03f0", SYSFS{idProduct}=="7111", MODE="0664",
GROUP="scanner", ENV{libsane_matched}="yes"
puis un ptit:
# /etc/init.d/udev reload
Puis si ca fonctionne:
mailto: sane-devel@xxxxxxxxxxxxxxxxxxxxxxx
please add my HP scanner...
SYSFS{idVendor}=="03f0", SYSFS{idProduct}=="7111"
thank you
voila :)
Denis
Attachment:
signature.asc
Description: Digital signature
| Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |