Gentoo Archives: gentoo-user

From: Joseph <syscon780@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Brother Scanner
Date: Sat, 20 Oct 2012 01:25:14
Message-Id: 20121020012303.GH2987@syscon7.inet
In Reply to: Re: [gentoo-user] Brother Scanner by Silvio Siefke
1 On 10/19/12 20:51, Silvio Siefke wrote:
2 >Hello,
3 >
4 >On Thu, 18 Oct 2012 20:57:12 -0600
5 >Joseph <syscon780@×××××.com> wrote:
6 >
7 >> in /etc/sane.d/ you have a file with extension .conf
8 >> what is the content of it?
9 >
10 >gentoo-desk siefke # ls /etc/sane.d/
11 >abaton.conf dll.conf ma1509.conf saned.conf
12 >agfafocus.conf dll.d magicolor.conf sceptre.conf
13 >apple.conf dmc.conf matsushita.conf sharp.conf
14 >artec.conf epjitsu.conf microtek.conf sm3840.conf
15 >artec_eplus48u.conf epson.conf microtek2.conf snapscan.conf
16 >avision.conf epson2.conf mustek.conf sp15c.conf
17 >bh.conf fujitsu.conf mustek_pp.conf st400.conf
18 >canon.conf genesys.conf mustek_usb.conf stv680.conf
19 >canon630u.conf gt68xx.conf nec.conf tamarack.conf
20 >canon_dr.conf hp.conf net.conf teco1.conf
21 >canon_pp.conf hp3900.conf p5.conf teco2.conf
22 >cardscan.conf hp4200.conf pie.conf teco3.conf
23 >coolscan.conf hp5400.conf pixma.conf test.conf
24 >coolscan2.conf hpsj5s.conf plustek.conf u12.conf
25 >coolscan3.conf hs2p.conf plustek_pp.conf umax.conf
26 >dc210.conf ibm.conf qcam.conf umax1220u.conf
27 >dc240.conf kodak.conf ricoh.conf umax_pp.conf
28 >dc25.conf leo.conf rts8891.conf xerox_mfp.conf
29 >dell1600n_net.conf lexmark.conf s9036.conf
30 >
31 >
32 >Regards and Thank you for help
33 >
34 >
35 >Silvio
36
37 You have a lot of configuration file in that directory, I have only one or two.
38 Anyhow, according to your first post the output of root:
39
40 sane-find-scanner -q is:
41 found USB scanner (vendor=0x04f9, product=0x01eb) at libusb:002:008
42
43 go to directory: /etc/sane.d/
44 and find out which file contains: 0x04f9 or 0x01eb
45
46 run:
47 find -type f -print0 | xargs -r0 grep -F '0x04f9'
48 or
49 find -type f -print0 | xargs -r0 grep -F '0x01eb'
50
51 post the content of that file.
52
53 --
54 Joseph

Replies

Subject Author
Re: [gentoo-user] Brother Scanner Silvio Siefke <siefke_listen@×××.de>