This is a discussion on Epson 3170 Photo within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> I bought a Epson 3170 Photo after checking with SANE, which gave it a good rating (as working with ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I bought a Epson 3170 Photo after checking with SANE, which gave it a good rating (as working with Linux). Now when I enter `scanimage >x.pnm' (without the `'), it reports "sane_start invalid argument" ?.. any ideas. Slackware 10, downloaded the sane frontend and backend tgz's and replaced the 10.0 sane packages. sane-find-scanner reports 'Epson' and 'libusb:001:004' -- greymaus 97.025% of statistics are wrong |
| |||
| On 2005-04-09, greymaus@gmaildo.ttocom <greymaus@gmaildo.ttocom> wrote: > > > I bought a Epson 3170 Photo after checking with SANE, which gave it a > good rating (as working with Linux). Now when I enter `scanimage >>x.pnm' > (without the `'), it reports "sane_start invalid argument" ?.. any > ideas. Slackware 10, downloaded the sane frontend and backend tgz's > and replaced the 10.0 sane packages. > > sane-find-scanner reports 'Epson' and 'libusb:001:004' > This is how I got my 3170 working: download driver iscan from Epson site install iscan: ../configure --prefix=/usr --sysconfdir=/etc make make install add epkowa to /etc/sane.d/dll.conf add usb 0x04b8 0x0116 to epkowa.conf replace in /etc/hotplug/usb/libsane.usermap: VVVV /PPPP with 04b8 / 0116 and uncomment this line. in rc.local: insmod scanner add scanner::10X:name to /etc/group for permission good luck -- ++++++++++++++++++++++++++++++++ Mike Slack 10.1 email: micr at zeelandnet dot nl ++++++++++++++++++++++++++++++++ |
| ||||
| On Sat, 09 Apr 2005 10:44:15 -0500, Mike wrote: > On 2005-04-09, greymaus@gmaildo.ttocom <greymaus@gmaildo.ttocom> wrote: >> >> >> I bought a Epson 3170 Photo after checking with SANE, which gave it a >> good rating (as working with Linux). Now when I enter `scanimage >>>x.pnm' >> (without the `'), it reports "sane_start invalid argument" ?.. any >> ideas. Slackware 10, downloaded the sane frontend and backend tgz's >> and replaced the 10.0 sane packages. >> >> sane-find-scanner reports 'Epson' and 'libusb:001:004' >> > This is how I got my 3170 working: > > download driver iscan from Epson site > install iscan: > ./configure --prefix=/usr --sysconfdir=/etc > make > make install > add epkowa to /etc/sane.d/dll.conf > add usb 0x04b8 0x0116 to epkowa.conf > replace in /etc/hotplug/usb/libsane.usermap: > VVVV /PPPP with 04b8 / 0116 and uncomment this line. > in rc.local: insmod scanner > add scanner::10X:name to /etc/group for permission > > good luck Thanks for info -- greymaus 97.025% of statistics are wrong |