debian, hardware

Scanner Epson Perfection V300 Photo

This scanner is compatible with Linux distribution.

  • install specific packages for Ubuntu from Avasys # package needed for install
    apt-get install -y libltdl7
    # drivers for Epson Perfection V300
    wget http://linux.avasys.jp/drivers/iscan-data/1.0.1/iscan-data_1.0.1-1_all.deb -P /tmp
    wget http://linux.avasys.jp/drivers/iscan/2.25.0/iscan_2.25.0-1.ltdl7_i386.deb -P /tmp
    wget http://linux.avasys.jp/drivers/scanner-plugins/GT-F720/esci-interpreter-gt-f720_0.0.1-2_i386.deb -P /tmp
    dpkg -i /tmp/iscan-data_*
    dpkg -i /tmp/iscan_*
    dpkg -i /tmp/esci-interpreter*
    # applications to use your scanner
    apt-get install -y sane libsane libsane-extras sane-utils gscan2pdf
  • add a specific rule to udev to allow your user to have access to your scanner lsusb | grep Epson
    that give this following result Bus 001 Device 006: ID 04b8:0131 Seiko Epson Corp.
    so, add this rule echo '# Epson Perfection V300 Photo
    SYSFS{idVendor}=="04b8", SYSFS{idProduct}=="0131", MODE="664", GROUP="scanner"' | tee /etc/udev/rules.d/45-libsane.rules
    addgroup --gid 2001 scanner
    adduser myuser scanner
  • restart your computer and it should work!

[Source]

TODOS :
– use buttons function with scanbuttond package

Some links:

  • http://www.linux.com/archive/feed/59138
  • http://en.gentoo-wiki.com/wiki/Scanner_buttons_and_one-touch_scanning

1 Comment

speak up

Add your comment below, or trackback from your own site.

Subscribe to these comments.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

*Required Fields