项目作者: KeironO

项目描述 :
Helper script and instructions to install firmware binaries for old Epson Perfection scanners.
高级语言: Shell
项目地址: git://github.com/KeironO/sane-snapscan-perfection.git
创建时间: 2021-05-24T09:50:46Z
项目社区:https://github.com/KeironO/sane-snapscan-perfection

开源协议:

下载


sane-snapscan-perfection

Helper script and instructions to install firmware binaries for old Epson Perfection scanners.

Installation Steps

0. Install dependencies:

This obviously requires sane, install it and then install:

For Debian/Ubuntu:

  1. sudo apt install cabextract libarchive-tools

For Fedora:

  1. sudo dnf install cabextract bsdtar

1. Clone this repository:

  1. git clone https://github.com/KeironO/sane-snapscan-perfection

2. Navigate into the directory

  1. cd sane-snapscan-perfection

3. Run the helper script

  1. bash extract.sh

4. Copy the firmware to the relevant folder.

  1. sudo cp output/*.bin /usr/share/sane/snapscan/

5. Add the relevant binary to snapscan.conf.

  1. sudo vim /etc/sane.d/snapscan.conf

And add:

  • Epson Perfection 1670: firmware /usr/share/sane/snapscan/esfw30.bin
  • Epson Perfection 2450/2480/2580: firmware /usr/share/sane/snapscan/esfw41.bin
  • Epson Perfection 3490/3950: firmware /usr/share/sane/snapscan/esfw52.bin

6. Disable the epson/epson2/epkowa driver.

  1. sudo vim /etc/sane.d/dll.conf

And comment out:

  1. epson
  2. epson2
  3. epkowa

7. Scan your stuff.