Obtendo o scanner Epson Perfection V39 para funcionar no Arch?

1

Estou tentando fazer com que o scanner Epson Perfection V39 funcione no Arch. É um scanner USB e recebe energia diretamente da porta USB.

% sane-find-scanner
found USB scanner (vendor=0x04b8 [EPSON], product=0x013d [Epson Perfection V39]) at libusb:001:002

Tentando digitalizar:

% scanimage -L

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

lsusb:

% lsusb -v

Bus 001 Device 002: ID 04b8:013d Seiko Epson Corp. 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass          255 Vendor Specific Class
  bDeviceSubClass       255 Vendor Specific Subclass
  bDeviceProtocol       255 Vendor Specific Protocol
  bMaxPacketSize0        64
  idVendor           0x04b8 Seiko Epson Corp.
  idProduct          0x013d 
  bcdDevice            1.00
  iManufacturer           1 EPSON
  iProduct                2 Epson Perfection V39
  iSerial                 3 *censored*
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           32
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              500mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass    255 Vendor Specific Subclass
      bInterfaceProtocol    255 Vendor Specific Protocol
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval             255
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval             255
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass          255 Vendor Specific Class
  bDeviceSubClass       255 Vendor Specific Subclass
  bDeviceProtocol       255 Vendor Specific Protocol
  bMaxPacketSize0        64
  bNumConfigurations      1
can't get debug descriptor: Resource temporarily unavailable
Device Status:     0x0000
  (Bus Powered)

link diz: suportado pelo backend epkowa mais o intérprete não livre .

Há também .deb e .rpm pacotes para várias outras distros, mas não para o Arch aqui:

por raspi 18.08.2017 / 14:53

1 resposta

2

Descobri que este plug-in funciona link

Como root:

# pacman -S iscan iscan-data

Como usuário:

% git clone https://aur.archlinux.org/iscan-plugin-gt-s650.git
% cd iscan-plugin-gt-s650
% makepkg

Como root:

# pacman -U iscan-plugin-gt-s650-1.1.0-1-x86_64.pkg.tar.xz
    
por 19.08.2017 / 04:59