Epson Perfection V100 in Ubuntu
I just bought an Epson Perfection V100 scanner and wanted to post about how I got it working in Ubuntu for anyone else who noticed it doesn’t Just Work. The drivers are binary-only, so you have to dick around a little to get them installed -- the SANE folks have said they’d integrate them if they were open source, but most hardware companies fail to provide source and doom their hardware to early obsolescence. Tangent aside, here’s how to get your scanner working:
- By default, only root will be able to play with your new scanner. Run
sudo addgroup \
whoami` scanner`. Log out and back in, and you’ll be able to scan without being root. - Download the iscan and iscan-plugin-gt rpms from the provider. By playing with the URLs on the file I was able to find version 2.5.0, but I don’t know that you need it or why the page hasn’t been updated.
- Run: ` $ sudo alien iscan-2.3.0-1.c2.i386.rpm $ sudo alien iscan-plugin-gt-s600-2.0.0-1.c2.i386.rpm $ sudo apt-get install iscan_2.3.0-1_i386.deb $ sudo apt-get install iscan-plugin-gt-s600_2.0.0-2_i386.deb `{lang=”bash”}
- Run
sane-find-scanner
to see your scanner detected, andscanimage -L
to hear it whir a little as sane checks that it can command it.
That’s all the setup I had to do. You should now be able to use xsane or Gimp to grab images off your scanner. I don’t know how to make the buttons on the scanner do anything, even xev
reported nothing.
If you have problems, you should post on the SANE mailing list, not here, because I don’t really know anything about SANE and can’t help you.