Qual é o último passo para usar o meu scanner?

3

Eu tenho um scanner USB Canon DR-1210C.

É reconhecido pelo kernel quando conectado:

[5365651.911506] usb 2-2.1: USB disconnect, address 3
[5365661.952066] usb 2-2: USB disconnect, address 2
[5365683.268060] usb 2-2: new full speed USB device using uhci_hcd and address 4
[5365683.441019] usb 2-2: New USB device found, idVendor=1083, idProduct=160f
[5365683.441027] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[5365683.441033] usb 2-2: Product: CANON   DR-1210C        
[5365683.441037] usb 2-2: Manufacturer: CANON   
[5365683.441248] usb 2-2: configuration #1 chosen from 1 choice

sane-find-scanner pode ver:

 # 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.

  # No SCSI scanners found. If you expected something different, make sure that
  # you have loaded a kernel SCSI driver for your SCSI adapter.

found USB scanner (vendor=0x1083 [CANON   ], product=0x160f [CANON   DR-1210C        ], chip=GL845) at libusb:002:004
  # 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.
  # 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.

  # No SCSI scanners found. If you expected something different, make sure that
  # you have loaded a kernel SCSI driver for your SCSI adapter.

found USB scanner (vendor=0x1083 [CANON   ], product=0x160f [CANON   DR-1210C        ], chip=GL845) at libusb:002:004
  # 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.

Mas scanimage -L não diz nenhum scanner.

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).

Então o que é que eu perdi? Eu tentei seguir o COMO FAZER, mas ele não está me dando nenhum insight com base nos conselhos de solução de problemas.

    
por Ken Ingram 22.12.2014 / 01:27

1 resposta

1

Isso é típico se o usuário que executa scanimage não tiver direitos de acesso ao dispositivo. Você pode verificar a qual grupo o dispositivo pertence usando:

ls -la /dev/bus/usb/002/004

(a parte 002/004 foi tirada da sua saída sane-find-scanner ) e verifique se o usuário saned é membro do grupo que possui o dispositivo. Certifique-se de reiniciar o daemon saned após essa alteração.

    
por 22.12.2014 / 08:39

Tags