AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • Início
  • system&network
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • Início
  • system&network
    • Recentes
    • Highest score
    • tags
  • Ubuntu
    • Recentes
    • Highest score
    • tags
  • Unix
    • Recentes
    • tags
  • DBA
    • Recentes
    • tags
  • Computer
    • Recentes
    • tags
  • Coding
    • Recentes
    • tags
Início / ubuntu / Perguntas / 1524710
Accepted
David Elner
David Elner
Asked: 2024-08-28 22:11:03 +0800 CST2024-08-28 22:11:03 +0800 CST 2024-08-28 22:11:03 +0800 CST

O scanner de documentos não foi encontrado no simple-scan instalado da app store

  • 772

Recentemente, reinstalei meu SO, atualizando de 22.04 para 24.04. Após reinstalar simple-scan, meu Fujitsu (Ricoh) fi-800r, conectado diretamente por USB, não é mais detectado por simple-scan, meu software de digitalização preferido. Esta configuração funcionou bem na instalação anterior de 22.04.

Notas
  • Drivers mais recentes instalados do site da Ricoh ( pfufs/now 2.8.0 amd64 [installed,local])
    • ls /usr/lib/sane/mostralibsane-pfufs.so libsane-pfufs.so.1 libsane-pfufs.so.1.1.24
  • lsusbrelata meu scanner emBus 009 Device 005: ID 04c5:15fc Fujitsu, Ltd
  • ls -l /dev/bus/usb/*/*relata permissões suficientescrw-rw-rw-+ 1 root root 189, 1028 Aug 28 09:40 /dev/bus/usb/009/005
  • O SANE documenta o scanner conforme suportado aqui .

De apt list *sane*:

libsane-common/noble,noble,now 1.2.1-7build4 all [installed]
libsane-dev/noble,now 1.2.1-7build4 amd64 [installed]
libsane-dev/noble,now 1.2.1-7build4 i386 [installed]
libsane-hpaio/noble,now 3.23.12+dfsg0-0ubuntu5 amd64 [installed,automatic]
libsane1/noble,now 1.2.1-7build4 amd64 [installed]
libsane1/noble,now 1.2.1-7build4 i386 [installed,automatic]
sane-airscan/noble,now 0.99.29-0ubuntu4 amd64 [residual-config]
sane-utils/noble,now 1.2.1-7build4 amd64 [installed]
sane/noble,now 1.0.14-18 amd64 [installed]
xsane-common/noble,noble,now 0.999-12ubuntu4 all [installed,automatic]
xsane/noble,now 0.999-12ubuntu4 amd64 [installed]

De sane-find-scanner:


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

could not fetch string descriptor: Pipe error
could not fetch string descriptor: Pipe error
could not fetch string descriptor: Pipe error
could not fetch string descriptor: Pipe error
found possible USB scanner (vendor=0x04c5, product=0x15fc) at libusb:005:003
  # 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.

De scanimage -L:

device `pfufs:fi-800R:009:005' is a  fi-800R scanner
  • /etc/sane.d/dll.conftem fujitsu(não comentado)
    • /etc/sane.d/fujitsu.conftemusb 0x04c5 0x15fc
  • xsanepode digitalizar imagens com sucesso.
  • Ao abrir, simple-scanmeu scanner não é listado no menu suspenso.
  • O tempo de abertura simple-scan pfufs:fi-800R:009:005expira ao tentar iniciar uma verificação.
Recursos que já li
  • http://www.sane-project.org/man/sane-fujitsu.5.html
  • http://origin.pfultd.com/downloads/IMAGE/fi/ubuntu/280/P2U3-0200-07ENZ0.pdf
  • https://wiki.archlinux.org/title/SANE/Scanner-specific_problems#Fujitsu_fi_series
  • O Simple Scan não consegue encontrar o scanner
  • Scanner não detectado pelo Simple Scan
  • Simple Scan não reconhece Canon LiDE 25
  • https://superuser.com/questions/1396187/sane-stopped-detecting-usb-scanner
  • https://forums.linuxmint.com/viewtopic.php?t=394683
snap
  • 1 1 respostas
  • 32 Views

1 respostas

  • Voted
  1. Best Answer
    Archisman Panigrahi
    2024-08-28T22:35:29+08:002024-08-28T22:35:29+08:00

    Este é outro bug relacionado ao empacotamento snap.

    A solução é remover o aplicativo snap do simple-scan da snap store e reinstalar o aplicativo apt. Abra um terminal e digite os seguintes comandos um por um.

    sudo snap remove simple-scan
    sudo apt install simple-scan
    
    • 0

relate perguntas

Sidebar

Stats

  • Perguntas 205573
  • respostas 270741
  • best respostas 135370
  • utilizador 68524
  • Highest score
  • respostas
  • Marko Smith

    Existe um comando para listar todos os usuários? Também para adicionar, excluir, modificar usuários, no terminal?

    • 9 respostas
  • Marko Smith

    Como excluir um diretório não vazio no Terminal?

    • 4 respostas
  • Marko Smith

    Como descompactar um arquivo zip do Terminal?

    • 9 respostas
  • Marko Smith

    Como instalo um arquivo .deb por meio da linha de comando?

    • 11 respostas
  • Marko Smith

    Como instalo um arquivo .tar.gz (ou .tar.bz2)?

    • 14 respostas
  • Marko Smith

    Como listar todos os pacotes instalados

    • 24 respostas
  • Martin Hope
    Flimm Como posso usar o docker sem sudo? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    led-Zepp Como faço para salvar a saída do terminal em um arquivo? 2014-02-15 11:49:07 +0800 CST
  • Martin Hope
    ubuntu-nerd Como descompactar um arquivo zip do Terminal? 2011-12-11 20:37:54 +0800 CST
  • Martin Hope
    TheXed Como instalo um arquivo .deb por meio da linha de comando? 2011-05-07 09:40:28 +0800 CST
  • Martin Hope
    Ivan Como listar todos os pacotes instalados 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    David Barry Como determino o tamanho total de um diretório (pasta) na linha de comando? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher "Os seguintes pacotes foram retidos:" Por que e como resolvo isso? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford Como os PPAs podem ser removidos? 2010-07-30 01:09:42 +0800 CST

Hot tag

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • Início
  • Perguntas
    • Recentes
    • Highest score
  • tag
  • help

Footer

AskOverflow.Dev

About Us

  • About Us
  • Contact Us

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve