Advertisement
Guest User

sane config

a guest
Jul 2nd, 2014
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. $ sane-find-scanner
  2.  
  3. # sane-find-scanner will now attempt to detect your scanner. If the
  4. # result is different from what you expected, first make sure your
  5. # scanner is powered up and properly connected to your computer.
  6.  
  7. # No SCSI scanners found. If you expected something different, make sure that
  8. # you have loaded a kernel SCSI driver for your SCSI adapter.
  9.  
  10. found USB scanner (vendor=0x1083 [CANON ], product=0x1622 [CANON DR-9050C ]) at libusb:001:003-1083-1622-00-00
  11. # Your USB scanner was (probably) detected. It may or may not be supported by
  12. # SANE. Try scanimage -L and read the backend's manpage.
  13.  
  14. # Not checking for parallel port scanners.
  15.  
  16. # Most Scanners connected to the parallel port or other proprietary ports
  17. # can't be detected by this program.
  18.  
  19. # You may want to run this program as root to find all devices. Once you
  20. # found the scanner devices, be sure to adjust access permissions as
  21. # necessary.
  22.  
  23.  
  24.  
  25. $ scanimage -L
  26. device `canon_dr:libusb:001:003-1083-1622-00-00' is a CANON DR-9050C scanner
  27.  
  28.  
  29.  
  30. From /usr/local/etc/sane.d/canon_dr.conf
  31. # DR-9050C
  32. usb 0x1083 0x1622
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement