View previous topic :: View next topic |
Author |
Message |
Oni92 Apprentice
Joined: 01 Jun 2004 Posts: 247
|
Posted: Wed Jul 28, 2004 9:37 pm Post subject: [scanner] Installation d'un scanner Visioneer 6100USB |
|
|
Voilà je vais bientôt installer Gentoo sous un ordinateur qui est équipé d'un scanner Visioneer 6100 USB et je voudrais savoir coment installer Sane pour que mon scanner marche...
J'ai déjà cherché sous google et même sur le forum mais bon j'essaye d'avoir des informations claires |
|
Back to top |
|
|
cylgalad Veteran
Joined: 18 Apr 2003 Posts: 1327 Location: France
|
Posted: Thu Jul 29, 2004 8:33 am Post subject: |
|
|
Code: | emerge sane-backends sane-frontends xsane gimp |
Sinon, j'espère pour toi que ton futur scanner est compatible avec Linux/sane... (c'est vraiment pas gagné...)
Si tu utilises un noyau 2.6, il faut aussi "émerger" libusb, pour un noyau 2.4, il faut le compiler en mettant le support des scanners usb (CONFIG_USB_SCANNER=m dans le .config) |
|
Back to top |
|
|
broly Guru
Joined: 21 Feb 2003 Posts: 345 Location: cachan 94
|
|
Back to top |
|
|
Oni92 Apprentice
Joined: 01 Jun 2004 Posts: 247
|
|
Back to top |
|
|
Oni92 Apprentice
Joined: 01 Jun 2004 Posts: 247
|
Posted: Thu Jul 29, 2004 3:27 pm Post subject: |
|
|
Bon, j'ai tenté d'utiliser mon scanner sur mon Pentium 3 sous Gentoo
quand je lance sane-find-scanner (en temps que root), j'ai ceci : Code: | found USB scanner (vendor=0x04a7 [Visioneer], product=0x0231 [Visioneer 6100 USB Scanner]) at libusb:001: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. |
quand je lance scanimage -L, j'ai ceci :
Code: | No scanners were identified. If you were expecting something different,
check that the scanner is plugged in, turned on and detected by the
sane-find-scanner tool (if appropriate). Please read the documentation
which came with this software (README, FAQ, manpages). |
et d'après, cat /proc/bus/usb/devices, j'ai ceci : Code: | T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=12 MxCh= 0
D: Ver= 1.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
P: Vendor=04a7 ProdID=0231 Rev= 0.02
S: Manufacturer=Visioneer
S: Product=Visioneer 6100 USB Scanner
C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr= 48mA
I: If#= 0 Alt= 0 #EPs= 2 Cls=10(unk. ) Sub=01 Prot=00 Driver=(none)
E: Ad=81(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms
E: Ad=02(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms |
(enfin j'ai coupé les morceaux inutiles...) |
|
Back to top |
|
|
|