Gentoo Archives: gentoo-user-de

From: Matthias Nimscholz <sierra666@×××.de>
To: gentoo-user-de@l.g.o
Subject: Re: [gentoo-user-de] Epson Scanner mit Iscan Ebuild
Date: Tue, 21 Mar 2006 06:40:53
Message-Id: 1142923193.23107.3.camel@desktux.sierra.lan
In Reply to: [gentoo-user-de] Epson Scanner mit Iscan Ebuild by Stefan Onken
1 Am Dienstag, den 21.03.2006, 06:45 +0100 schrieb Stefan Onken:
2
3 > Hallo,
4 >
5 > ich versuche einen Epson 4180 unter Gentoo zum laufen zum bekommen.
6 > Was habe ich gemacht:
7 >
8 > 1) emerge iscan, sane-backends, kooka
9 > 2) /etc/sane.d/dll.conf angepasst und "epkowa" in die erste Zeile
10 > eingefügt
11 > 3a) gudrun ~ # lsusb
12 > Bus 001 Device 003: ID 04b8:0118 Seiko Epson Corp.
13 > 3b) /etc/sane.d/epkowa.conf angepasst und folgende Zeile eingefügt
14 > "usb 0x04b8 0x0118".
15 > 4) sane-find-scanner sagt:
16 > found USB scanner (vendor=0x04b8 [EPSON], product=0x0118 [EPSON
17 > Scanner]) at libusb:001:003
18 > 5) scanimage sagt:
19 > scanimage: no SANE devices found
20 >
21 > wo ist mein denkfehler ?
22
23 Vielleicht hilft Dir das hier (Punkt 7?):
24 http://forums.gentoo.org/viewtopic.php?p=409259#409259
25
26 I just install and got iscan running on gentoo. I wanted it installed
27 because I feel it does a superb job at auto color correcting film
28 negative scans. It can also auto color correct within the selected
29 frame. Nice stuff.
30 Here's what I did.
31
32 0. Installed xsane and compiled kernel with USB and USB scanner support.
33 copied kernel to my /boot area and booted machine. Verified scanner
34 showed up using 'lsusb'.
35
36 1. downloaded the 3.X compatible iscan soruce file (Mine was labeled:
37 iscan-1.5.2-1.redhat.8.0.tar.gz).
38
39 2. extracted the tar.gz file (it created its own sub-directory called:
40 iscan-1.5.2).
41
42 3. cd 'ed into the iscan-1.5.2 directory.
43
44 4. executed the following commands to build and install the program.
45 Code:
46
47 ./configure
48 make
49 make install
50
51
52
53 When I tried to run the iscan product I got the following error (in an X
54 window): "could not send command to scanner"
55
56 The following three steps fixed this problem.
57
58 5. added the "epkowa" parameter to the /etc/sane.d/dll.conf file:
59 Code:
60
61 echo "epkowa" >> /etc/sane.d/dll.conf
62
63
64
65 6. copied the iscan installed epkowa.conf file to the xsane area.
66 Code:
67
68 cp /usr/local/etc/sane.d/epkowa.conf /etc/sane.d/.
69
70
71 I then edited the "epkowa.conf" copy (in /etc/sane.d/) and uncommented
72 the line relating to my usb scanner (It was the last line)
73
74 7. Finally I had to link the epkowa libraries to the sane library area:
75 Code:
76
77 cd /usr/lib/sane
78 ln -fs /usr/local/lib/sane/libsane-epkowa.so.1
79
80
81 I read that the file libsane-epkowa.so should also be linked, but I
82 havn't found that its necessay yet.
83
84 Good luck and have fun.
85 _________________
86 ljkopen

Attachments

File name MIME type
signature.asc application/pgp-signature