2008/7/31 Julien BLACHE <[EMAIL PROTECTED]>: > The file is shipped in the package and should exist on your system > unless you deleted it. >
I have download the package and epkowa.conf is not inside data.tar.gz: $wget ftp://ftp.debian.org/debian/pool/main/s/sane-backends-extras/libsane-extras_1.0.19.8_i386.deb The result of the 'tree' command is linked to this mail. However, I have found epkowa.conf in sane-backends-extras-1.0.18.5 (which is the etch version*) but not in sane-backends-extras-1.0.19.8 (which is the lenny version). As it's a source package, perhaps the compiled version doesn't need it any more? *: epkowa.conf is in the ./backend directory. > Try reinstalling the package or get the file from somewhere. > I have done: apt-get remove --purge libsane libwine-sane sane-utils xsane libsane-extras apt-get install libsane libwine-sane sane-utils xsane libsane-extras And there is the same behaviour. > Also check your scanner doesn't require a non-free plugin for the > epkowa backend. > In the past, my scanner required the proprietary epkowa driver. I'm not sure I don't need the non-free plugin but: The man page sane-epkowa(5) says that the backend works for Perfection V10. It not exactly the same model than me (Perfection V100 Photo) but the man page is probably not up-to-date (2007-03-07). In epkowa.c (from sane-backends-extras-1.0.19.8), there is : static EpsonScanHardRec epson_scan_hard[] = { [...] 1.3896}}}, /* GT-S600/F650, Perfection V10/V100 */ and: const struct ScannerData scanner_data[] = { [...] {"GT-S600", 0x66, 0x01, {"Perfection V10/V100", "GT-S600/GT-F650"}}, So I think the problem is not there? -- Stéphane.
$wget ftp://ftp.debian.org/debian/pool/main/s/sane-backends-extras/libsane-extras_1.0.19.8_i386.deb then compressing data.tar.gz, and going into the new directory: $ tree . |-- etc | |-- sane.d | | `-- dll.d | | `-- libsane-extras | `-- udev | `-- rules.d | `-- z60_libsane-extras.rules `-- usr |-- lib | |-- iscan | `-- sane | |-- libsane-epkowa.la | |-- libsane-epkowa.so.1 -> libsane-epkowa.so.1.0.19 | |-- libsane-epkowa.so.1.0.19 | |-- libsane-geniusvp2.la | |-- libsane-geniusvp2.so.1 -> libsane-geniusvp2.so.1.0.19 | |-- libsane-geniusvp2.so.1.0.19 | |-- libsane-hp_rts88xx.la | |-- libsane-hp_rts88xx.so.1 -> libsane-hp_rts88xx.so.1.0.19 | |-- libsane-hp_rts88xx.so.1.0.19 | |-- libsane-ls5000.la | |-- libsane-ls5000.so.1 -> libsane-ls5000.so.1.0.19 | `-- libsane-ls5000.so.1.0.19 `-- share |-- doc | `-- libsane-extras | |-- README.Debian | |-- changelog.gz | |-- copyright | |-- geniusvp2 | | |-- geniusvp2.BUGS | | |-- geniusvp2.THANKS | | `-- geniusvp2.TODO | |-- hp_rts88xx | | |-- README.html | | |-- TODO | | `-- sane-hp_rts88xx.html | `-- ls5000 | `-- README |-- hal | `-- fdi | `-- preprobe | `-- 10osvendor | `-- 20-libsane-extras.fdi |-- iscan `-- man `-- man5 |-- sane-epkowa.5.gz |-- sane-geniusvp2.5.gz `-- sane-hp_rts88xx.5.gz 22 directories, 28 files

