Scanner avec imprimante HP PSC 1110 SERIE

Résolu
Tael Messages postés 427 Date d'inscription   Statut Membre Dernière intervention   -  
bob031 Messages postés 8158 Date d'inscription   Statut Membre Dernière intervention   -
Bonjour,

J'ai réussi à connecter mon imprimante HP PSC 1110 SERIE sur Mandriva. L'impression marche super bien. Par contre, je n'arrive pas à scanner.

Je suis allé dans "Configurer l'ordinateur" - "Matériel" - "Configurer le scanner", et ils me disent de paramétrer l'imprimante dans le paramétrage des imprimantes. Mais c'est fait.

Comment puis-je scanner ? J'ai vu un logiciel sous Mandriva, dans le menu "Graphisme" - "Autre" mais ça ne marche pas.

D'avance merci pour votre aide.

PS : Mandriva 2009 :-p
A voir également:

31 réponses

bob031 Messages postés 8158 Date d'inscription   Statut Membre Dernière intervention   473
 
Bonjour,

As-tu essayé de lancer la commande xsane en root ?
0
Tael Messages postés 427 Date d'inscription   Statut Membre Dernière intervention   31
 
J'ai un message d'erreur "Erreur d'ouverture du périphérique 'v4|:/dev/video0': Argument invalide."

:-/
0
jipicy Messages postés 40842 Date d'inscription   Statut Modérateur Dernière intervention   4 896
 
Ouvre une console et tape :

sane-find-scanner -v
et ensuite :

scanimage -L

0
Tael Messages postés 427 Date d'inscription   Statut Membre Dernière intervention   31
 
Voici ce que ça donne :

[fabrice@localhost ~]$ sane-find-scanner -v
This is sane-find-scanner from sane-backends 1.0.19

# sane-find-scanner will now attempt to detect your scanner. If the
# result is different from what you expected, first make sure your
# scanner is powered up and properly connected to your computer.

searching for SCSI scanners:
checking /dev/scanner... failed to open (Invalid argument)
checking /dev/sg0... failed to open (Invalid argument)
checking /dev/sg1... failed to open (Invalid argument)
checking /dev/sg2... failed to open (Invalid argument)
checking /dev/sg3... failed to open (Invalid argument)
checking /dev/sg4... failed to open (Invalid argument)
checking /dev/sg5... failed to open (Invalid argument)
checking /dev/sg6... failed to open (Invalid argument)
checking /dev/sg7... failed to open (Invalid argument)
checking /dev/sg8... failed to open (Invalid argument)
checking /dev/sg9... failed to open (Invalid argument)
checking /dev/sga... failed to open (Invalid argument)
checking /dev/sgb... failed to open (Invalid argument)
checking /dev/sgc... failed to open (Invalid argument)
checking /dev/sgd... failed to open (Invalid argument)
checking /dev/sge... failed to open (Invalid argument)
checking /dev/sgf... failed to open (Invalid argument)
checking /dev/sgg... failed to open (Invalid argument)
checking /dev/sgh... failed to open (Invalid argument)
checking /dev/sgi... failed to open (Invalid argument)
checking /dev/sgj... failed to open (Invalid argument)
checking /dev/sgk... failed to open (Invalid argument)
checking /dev/sgl... failed to open (Invalid argument)
checking /dev/sgm... failed to open (Invalid argument)
checking /dev/sgn... failed to open (Invalid argument)
checking /dev/sgo... failed to open (Invalid argument)
checking /dev/sgp... failed to open (Invalid argument)
checking /dev/sgq... failed to open (Invalid argument)
checking /dev/sgr... failed to open (Invalid argument)
checking /dev/sgs... failed to open (Invalid argument)
checking /dev/sgt... failed to open (Invalid argument)
checking /dev/sgu... failed to open (Invalid argument)
checking /dev/sgv... failed to open (Invalid argument)
checking /dev/sgw... failed to open (Invalid argument)
checking /dev/sgx... failed to open (Invalid argument)
checking /dev/sgy... failed to open (Invalid argument)
checking /dev/sgz... failed to open (Invalid argument)
# No SCSI scanners found. If you expected something different, make sure that
# you have loaded a kernel SCSI driver for your SCSI adapter.

searching for USB scanners:
checking /dev/usb/scanner... failed to open (Invalid argument)
checking /dev/usb/scanner0... failed to open (Invalid argument)
checking /dev/usb/scanner1... failed to open (Invalid argument)
checking /dev/usb/scanner2... failed to open (Invalid argument)
checking /dev/usb/scanner3... failed to open (Invalid argument)
checking /dev/usb/scanner4... failed to open (Invalid argument)
checking /dev/usb/scanner5... failed to open (Invalid argument)
checking /dev/usb/scanner5... failed to open (Invalid argument)
checking /dev/usb/scanner7... failed to open (Invalid argument)
checking /dev/usb/scanner8... failed to open (Invalid argument)
checking /dev/usb/scanner9... failed to open (Invalid argument)
checking /dev/usb/scanner10... failed to open (Invalid argument)
checking /dev/usb/scanner11... failed to open (Invalid argument)
checking /dev/usb/scanner12... failed to open (Invalid argument)
checking /dev/usb/scanner13... failed to open (Invalid argument)
checking /dev/usb/scanner14... failed to open (Invalid argument)
checking /dev/usb/scanner15... failed to open (Invalid argument)
checking /dev/usbscanner... failed to open (Invalid argument)
checking /dev/usbscanner0... failed to open (Invalid argument)
checking /dev/usbscanner1... failed to open (Invalid argument)
checking /dev/usbscanner2... failed to open (Invalid argument)
checking /dev/usbscanner3... failed to open (Invalid argument)
checking /dev/usbscanner4... failed to open (Invalid argument)
checking /dev/usbscanner5... failed to open (Invalid argument)
checking /dev/usbscanner6... failed to open (Invalid argument)
checking /dev/usbscanner7... failed to open (Invalid argument)
checking /dev/usbscanner8... failed to open (Invalid argument)
checking /dev/usbscanner9... failed to open (Invalid argument)
checking /dev/usbscanner10... failed to open (Invalid argument)
checking /dev/usbscanner11... failed to open (Invalid argument)
checking /dev/usbscanner12... failed to open (Invalid argument)
checking /dev/usbscanner13... failed to open (Invalid argument)
checking /dev/usbscanner14... failed to open (Invalid argument)
checking /dev/usbscanner15... failed to open (Invalid argument)
found USB scanner (vendor=0x03f0 [Hewlett-Packard], product=0x3011 [psc 1100 series]) at libusb:003:002
# Your USB scanner was (probably) detected. It may or may not be supported by
# SANE. Try scanimage -L and read the backend's manpage.

# Not checking for parallel port scanners.

# Most Scanners connected to the parallel port or other proprietary ports
# can't be detected by this program.

# You may want to run this program as root to find all devices. Once you
# found the scanner devices, be sure to adjust access permissions as
# necessary.
done
[fabrice@localhost ~]$ scanimage -L
device `v4l:/dev/video0' is a Noname Acer CrystalEye webcam virtual device
0

Vous n’avez pas trouvé la réponse que vous recherchez ?

Posez votre question
jipicy Messages postés 40842 Date d'inscription   Statut Modérateur Dernière intervention   4 896
 
# You may want to run this program as root to find all devices

Relances scanimage -L en tant que "root".
0
Tael Messages postés 427 Date d'inscription   Statut Membre Dernière intervention   31
 
Toujours pareil...

[fabrice@localhost ~]$ su -
Password:
[root@localhost ~]# scanimage -L
device `v4l:/dev/video0' is a Noname Acer CrystalEye webcam virtual device
0
jipicy Messages postés 40842 Date d'inscription   Statut Modérateur Dernière intervention   4 896
 
Ça sent mauvais ;-(((

Désolé ;(
0
bob031 Messages postés 8158 Date d'inscription   Statut Membre Dernière intervention   473
 
pourtant :

found USB scanner (vendor=0x03f0 [Hewlett-Packard], product=0x3011 [psc 1100 series]) at libusb:003:002


as-tu une webcam ? d'après ceci :

device `v4l:/dev/video0' is a Noname Acer CrystalEye webcam virtual device
0
jipicy Messages postés 40842 Date d'inscription   Statut Modérateur Dernière intervention   4 896
 
Re-

C'est bien pour ça que j'avais demandé la commande en root (# You may want to run this program as root to find all devices), mais même malgré ça, il n'est pas vu ;-((
0
Tael Messages postés 427 Date d'inscription   Statut Membre Dernière intervention   31
 
Donc je suppose que c'est mort :-/ ...
0
bob031 Messages postés 8158 Date d'inscription   Statut Membre Dernière intervention   473
 
peux-tu répondre à la question suivante, stp :

as-tu une webcam, ou je ne sais quoi, de connecter et qui passerait pour une "webcam virtuelle" ?

merci.
0
Tael Messages postés 427 Date d'inscription   Statut Membre Dernière intervention   31
 
Ah pardon, je ne l'avais pas vu... :-))

Oui, j'ai une webcam intégrée...
0
bob031 Messages postés 8158 Date d'inscription   Statut Membre Dernière intervention   473
 
le résultat de cette commande stp :

ls -l /etc/udev/rules.d/

0
bob031 Messages postés 8158 Date d'inscription   Statut Membre Dernière intervention   473
 
0
bob031 Messages postés 8158 Date d'inscription   Statut Membre Dernière intervention   473
 
0
Tael Messages postés 427 Date d'inscription   Statut Membre Dernière intervention   31
 
Voici le résultat de la commande :

[fabrice@localhost ~]$ su -
Password:
[root@localhost ~]# ls -l /etc/udev/rules.d/
total 212
-rw-r--r-- 1 root root 36 2009-04-24 17:19 00-hcfpci.rules
-rw-r--r-- 1 root root 36 2009-11-07 16:54 00-hsf.rules
-rw-r--r-- 1 root root 83 2009-04-14 21:07 20-madwifi.rules
-rw-r--r-- 1 root root 99 2009-04-11 10:41 40-prism2.rules
-rw-r--r-- 1 root root 6623 2009-04-21 17:32 41-wacom.rules
-rw-r--r-- 1 root root 792 2009-02-04 18:26 49_hso-udev.rules
-rw-r--r-- 1 root root 100 2009-07-20 00:02 60-bluetooth.rules
-rw-r--r-- 1 root root 348 2009-03-25 17:11 60-dynamic.rules
-rw-r--r-- 1 root root 41614 2009-03-17 11:33 60-libmtp.rules
-rw-r--r-- 1 root root 1060 2009-03-07 19:35 60-pcmcia.rules
-rw-r--r-- 1 root root 452 2009-03-17 01:32 60-raw.rules
-rw-r--r-- 1 root root 96803 2008-08-29 19:12 70-libsane.rules
-rw-r--r-- 1 root root 350 2009-10-01 12:41 70-mdadm.rules
-rw-r--r-- 1 root root 1737 2009-11-07 16:19 70-persistent-cd.rules
-rw-r--r-- 1 root root 761 2009-11-07 16:19 70-persistent-net.rules
-rw-r--r-- 1 root root 53 2009-04-22 09:43 91-drm-modeset.rules
-rw-r--r-- 1 root root 2283 2009-07-20 00:02 97-bluetooth-serial.rules
-rw-r--r-- 1 root root 92 2009-04-07 13:30 alsa.rules
0
bob031 Messages postés 8158 Date d'inscription   Statut Membre Dernière intervention   473
 

rw-r--r-- 1 root root 96803 2008-08-29 19:12 70-libsane.rules


maintenant, peux-tu afficher le fichier 70-libsane.rules :

cat  /etc/udev/rules.d/70-libsane.rules



+ le résultat pour les 2 utilisateurs (l'utilisateur "normal" et root) de la commande

id


merci.
0
Tael Messages postés 427 Date d'inscription   Statut Membre Dernière intervention   31
 
Je t'envoies les résultats en message privé, ça mouline et ça ne marche pas si je te les mets ici.
0
bob031 Messages postés 8158 Date d'inscription   Statut Membre Dernière intervention   473
 
ton utilisateur "normal" et root devrait être dans le groupe saned ...

> redfox@mandriva[192.168.1.2]:~$ cat /etc/group | grep saned
usb:x:43:saned,redfox
cdwriter:x:80:saned,redfox
saned:x:77:redfox
> redfox@mandriva[192.168.1.2]:~$
0
Tael Messages postés 427 Date d'inscription   Statut Membre Dernière intervention   31
 
Ce sont des manips que je dois faire ?
Si oui, en normal ou en root ? ou les deux ?
0
bob031 Messages postés 8158 Date d'inscription   Statut Membre Dernière intervention   473
 
non pas de manips à faire, juste aller dans le menu démarrer et tu trouveras quelque chose dans le genre Utilisateurs et Groupes ....

... là tu devrais pouvoir ajouter root et fabrice au groupe saned
0
Tael Messages postés 427 Date d'inscription   Statut Membre Dernière intervention   31
 
Je suis aller dans "configurer ordinateur" / "système" / "gérer les utilisateurs du système".

La ligne "fabrice" apparaît. J'ai donc cliqué droit et choisi "Editer" et dans groupe je ne trouve pas saned...
0