AugustQ
Anmeldungsdatum: 24. Oktober 2007
Beiträge: 718
|
Hi, bei meinem Scanner (Brother DCP 7010) trit obige Fehlermeldung auf: Scanvorgang konnte nicht gestartet werden Die Software habe ich installiert nach folgender Anleitung: https://wiki.ubuntuusers.de/Scanner/Brother/#source-2 D.h.
nur: er scannt nicht. Das programm simple-scan kann ich starten, klicke auf Scannen, der Vorgang startet (d.h. das Bild mit den Kreisen ercheint) und danach kommt die Fehlermeldung. Was fehlt da? Any tips? Schönen Gruß
AugustQ PS: unter 16.04 läuft der Scanner ohne Probleme.
|
Kellerkind_2009
Anmeldungsdatum: 26. November 2009
Beiträge: 19527
|
Zeige doch mal bitte brsaneconfig2 -d dpkg -l | grep -i "brscan\|brother\|libusb*\|sane\|dcp*" ls /usr/lib/x86_64-linux-gnu/libbrscandec2* ls /usr/lib/x86_64-linux-gnu/libbrcolm2* ls /usr/lib/x86_64-linux-gnu/sane/libsane-brother2.*
|
AugustQ
(Themenstarter)
Anmeldungsdatum: 24. Oktober 2007
Beiträge: 718
|
Hi Kellerkind_2009, das wird jetzt etwas länger:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365 | august@August-Ryzen:~$ brsaneconfig2 -d
-----------------------------
cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdc1 during installation
UUID=9470aaaa-63ff-45d4-8458-6d2fa5d6e822 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sde1 during installation
UUID=1EC8-2575 /boot/efi vfat umask=0077 0 1
# /home was on /dev/sda1 during installation
UUID=bf35c7cc-554d-4180-8845-3ef5dd7e277f /home ext4 defaults 0 2
/swapfile none swap sw 0 0
-----------------------------
sane-find-scanner
# sane-find-scanner will now attempt to detect your scanner. If the
# result is different from what you expected, first make sure your
# scanner is powered up and properly connected to your computer.
# No SCSI scanners found. If you expected something different, make sure that
# you have loaded a kernel SCSI driver for your SCSI adapter.
could not open USB device 0x1d6b/0x0003 at 004:001: Access denied (insufficient permissions)
could not open USB device 0x1d6b/0x0002 at 003:001: Access denied (insufficient permissions)
could not open USB device 0x1d6b/0x0003 at 002:001: Access denied (insufficient permissions)
could not open USB device 0x062a/0x0000 at 001:006: Access denied (insufficient permissions)
could not open USB device 0x1ea7/0x0066 at 001:005: Access denied (insufficient permissions)
could not open USB device 0x05e3/0x0608 at 001:003: Access denied (insufficient permissions)
could not open USB device 0x8087/0x0a2a at 001:002: Access denied (insufficient permissions)
could not open USB device 0x058f/0x6366 at 001:004: Access denied (insufficient permissions)
could not open USB device 0x1d6b/0x0002 at 001:001: Access denied (insufficient permissions)
# No USB scanners found. If you expected something different, make sure that
# you have loaded a kernel driver for your USB host controller and have setup
# the USB system correctly. See man sane-usb for details.
# Not checking for parallel port scanners.
# Most Scanners connected to the parallel port or other proprietary ports
# can't be detected by this program.
# You may want to run this program as root to find all devices. Once you
# found the scanner devices, be sure to adjust access permissions as
# necessary.
-----------------------------
ls -R -all /proc/bus/usb
ls: Zugriff auf '/proc/bus/usb' nicht möglich: Datei oder Verzeichnis nicht gefunden
-----------------------------
cat /proc/bus/usb/devices
cat: /proc/bus/usb/devices: Datei oder Verzeichnis nicht gefunden
-----------------------------
scanimage -L
scanimage: symbol lookup error: scanimage: undefined symbol: md5_buffer
-----------------------------
-----------------------------
/usr/local/Brother/sane/brsanenetdevice2.cfg:
-----------------------------
/usr/local/Brother/sane/Brsane2.ini:
[Support Model]
0x0161,10,1,"MFC-210C"
0x0162,12,1,"MFC-420CN"
0x0163,10,1,"MFC-410CN"
0x0165,12,1,"MFC-620CN"
0x0166,10,1,"MFC-610CLN"
0x0168,10,1,"MFC-620CLN"
0x0169,10,2,"DCP-110C"
0x016b,10,2,"DCP-310CN"
0x016d,12,1,"MFC-5440CN"
0x016e,12,1,"MFC-5840CN"
0x0173,11,1,"MFC-3240C"
0x0174,11,1,"MFC-3340CN"
0x0180, 6,1,"MFC-7420"
0x0181, 6,1,"MFC-7820N"
0x0182, 7,2,"DCP-7010"
0x0183, 6,2,"DCP-7020"
0x0184, 6,2,"DCP-7025"
0x0185, 5,1,"MFC-7220"
0x0186, 5,1,"MFC-7225N"
0x018a, 16,1,"MFC-9420CN"
0x1a3, 8,2, "DCP-8060"
0x1a4,108,2, "DCP-8065DN"
0x1a5, 8,1, "MFC-8460N"
0x1a6,108,1, "MFC-8860DN"
0x1a7,108,1, "MFC-8870DW"
0x1bd, 8,1, "MFC-8660DN"
0x018c,10,2,"DCP-115C"
0x018d,10,2,"DCP-116C"
0x018e,10,2,"DCP-117C"
0x018f,10,2,"DCP-118C"
0x0190,12,2,"DCP-120C"
0x0191,10,2,"DCP-315CN"
0x0192,12,2,"DCP-340CW"
0x0193,10,1,"MFC-215C"
0x0194,12,1,"MFC-425CN"
0x0195,12,1,"MFC-820CW"
0x0196,12,1,"MFC-820CN"
0x0197,12,1,"MFC-640CW"
0x0198,10,1,"MFC-615CL"
0x0199,10,1,"MFC-830CLN"
0x019a,12,1,"MFC-840CLN"
0x01a8,10,2,"DCP-130C"
0x01a9,10,2,"DCP-330C"
0x01aa,12,2,"DCP-540CN"
0x01ab,12,1,"MFC-240C"
0x01ae,10,2,"DCP-750CW"
0x01af,12,1,"MFC-440CN"
0x01b0,12,1,"MFC-660CN"
0x01b1,12,1,"MFC-665CW"
0x01b2,12,1,"MFC-845CW"
0x01b4,12,1,"MFC-460CN"
0x01b5,10,1,"MFC-630CD"
0x01b6,10,1,"MFC-850CDN"
0x01b7,12,1,"MFC-5460CN"
0x01b8,12,1,"MFC-5860CN"
0x01ba,11,1,"MFC-3360C"
0x01be,10,2,"DCP-750CN"
0x01bf,12,1,"MFC-860CDN"
[ModelTypeName]
1=MFC Scanner
2=DCP Scanner
[Driver]
scanfast24=0
NoUseCM=0
compression=1
Inqueue=32000
LogFile=0
-----------------------------
/usr/local/Brother/sane/models2/ext2.ini:
[Support Model]
0x020d ,16,1,"MFC-9450CDN"
0x020c ,16,2,"DCP-9042CDN"
0x20a ,108,1, "MFC-8670DN"
-----------------------------
/usr/local/Brother/sane/models2/ext1.ini:
[Support Model]
0x01c9, 16,2,"DCP-9040CN"
0x01ca, 16,1,"MFC-9440CN"
0x01cb, 116,2,"DCP-9045CDN"
0x01cc, 116,1,"MFC-9840CDW"
0x01ec, 116,1,"MFC-9640CW"
0x01e4, 10,2,"DCP-357C"
0x01e3, 10,2,"DCP-353C"
0x01e2, 10,2,"DCP-157C"
0x01e1, 10,2,"DCP-153C"
0x01e0, 12,1,"MFC-265C"
0x01df, 10,2,"DCP-155C"
0x01de, 12,1,"MFC-880CDN"
0x01dd, 10,1,"MFC-870CDN"
0x01dc, 10,1,"MFC-650CD"
0x01db, 12,1,"MFC-480CN"
0x01da, 12,1,"MFC-885CW"
0x01d9, 12,1,"MFC-685CW"
0x01d8, 12,1,"MFC-680CN"
0x01d7, 12,1,"MFC-465CN"
0x01d6, 12,1,"MFC-260C"
0x01d5, 10,1,"MFC-235C"
0x01d4, 10,1,"MFC-230C"
0x01d3, 10,2,"DCP-770CN"
0x01d2, 10,2,"DCP-770CW"
0x01d1, 12,2,"DCP-560CN"
0x01d0, 10,2,"DCP-350C"
0x01cf, 10,2,"DCP-150C"
0x01ce, 10,2,"DCP-135C"
-----------------------------
MODEL:"MFC-9450CDN",ID:0x4f9:0x20d,TYPE:16,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-9042CDN",ID:0x4f9:0x20c,TYPE:16,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-8670DN",ID:0x4f9:0x20a,TYPE:8,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-9040CN",ID:0x4f9:0x1c9,TYPE:16,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-9440CN",ID:0x4f9:0x1ca,TYPE:16,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-9045CDN",ID:0x4f9:0x1cb,TYPE:16,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-9840CDW",ID:0x4f9:0x1cc,TYPE:16,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-9640CW",ID:0x4f9:0x1ec,TYPE:16,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-357C",ID:0x4f9:0x1e4,TYPE:10,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-353C",ID:0x4f9:0x1e3,TYPE:10,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-157C",ID:0x4f9:0x1e2,TYPE:10,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-153C",ID:0x4f9:0x1e1,TYPE:10,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-265C",ID:0x4f9:0x1e0,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-155C",ID:0x4f9:0x1df,TYPE:10,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-880CDN",ID:0x4f9:0x1de,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-870CDN",ID:0x4f9:0x1dd,TYPE:10,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-650CD",ID:0x4f9:0x1dc,TYPE:10,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-480CN",ID:0x4f9:0x1db,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-885CW",ID:0x4f9:0x1da,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-685CW",ID:0x4f9:0x1d9,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-680CN",ID:0x4f9:0x1d8,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-465CN",ID:0x4f9:0x1d7,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-260C",ID:0x4f9:0x1d6,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-235C",ID:0x4f9:0x1d5,TYPE:10,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-230C",ID:0x4f9:0x1d4,TYPE:10,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-770CN",ID:0x4f9:0x1d3,TYPE:10,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-770CW",ID:0x4f9:0x1d2,TYPE:10,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-560CN",ID:0x4f9:0x1d1,TYPE:12,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-350C",ID:0x4f9:0x1d0,TYPE:10,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-150C",ID:0x4f9:0x1cf,TYPE:10,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-135C",ID:0x4f9:0x1ce,TYPE:10,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-210C",ID:0x4f9:0x161,TYPE:10,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-420CN",ID:0x4f9:0x162,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-410CN",ID:0x4f9:0x163,TYPE:10,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-620CN",ID:0x4f9:0x165,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-610CLN",ID:0x4f9:0x166,TYPE:10,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-620CLN",ID:0x4f9:0x168,TYPE:10,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-110C",ID:0x4f9:0x169,TYPE:10,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-310CN",ID:0x4f9:0x16b,TYPE:10,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-5440CN",ID:0x4f9:0x16d,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-5840CN",ID:0x4f9:0x16e,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-3240C",ID:0x4f9:0x173,TYPE:11,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-3340CN",ID:0x4f9:0x174,TYPE:11,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-7420",ID:0x4f9:0x180,TYPE:6,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-7820N",ID:0x4f9:0x181,TYPE:6,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-7010",ID:0x4f9:0x182,TYPE:7,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-7020",ID:0x4f9:0x183,TYPE:6,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-7025",ID:0x4f9:0x184,TYPE:6,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-7220",ID:0x4f9:0x185,TYPE:5,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-7225N",ID:0x4f9:0x186,TYPE:5,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-9420CN",ID:0x4f9:0x18a,TYPE:16,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-8060",ID:0x4f9:0x1a3,TYPE:8,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-8065DN",ID:0x4f9:0x1a4,TYPE:8,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-8460N",ID:0x4f9:0x1a5,TYPE:8,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-8860DN",ID:0x4f9:0x1a6,TYPE:8,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-8870DW",ID:0x4f9:0x1a7,TYPE:8,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-8660DN",ID:0x4f9:0x1bd,TYPE:8,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-115C",ID:0x4f9:0x18c,TYPE:10,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-116C",ID:0x4f9:0x18d,TYPE:10,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-117C",ID:0x4f9:0x18e,TYPE:10,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-118C",ID:0x4f9:0x18f,TYPE:10,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-120C",ID:0x4f9:0x190,TYPE:12,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-315CN",ID:0x4f9:0x191,TYPE:10,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-340CW",ID:0x4f9:0x192,TYPE:12,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-215C",ID:0x4f9:0x193,TYPE:10,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-425CN",ID:0x4f9:0x194,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-820CW",ID:0x4f9:0x195,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-820CN",ID:0x4f9:0x196,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-640CW",ID:0x4f9:0x197,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-615CL",ID:0x4f9:0x198,TYPE:10,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-830CLN",ID:0x4f9:0x199,TYPE:10,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-840CLN",ID:0x4f9:0x19a,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-130C",ID:0x4f9:0x1a8,TYPE:10,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-330C",ID:0x4f9:0x1a9,TYPE:10,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-540CN",ID:0x4f9:0x1aa,TYPE:12,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-240C",ID:0x4f9:0x1ab,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-750CW",ID:0x4f9:0x1ae,TYPE:10,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-440CN",ID:0x4f9:0x1af,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-660CN",ID:0x4f9:0x1b0,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-665CW",ID:0x4f9:0x1b1,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-845CW",ID:0x4f9:0x1b2,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-460CN",ID:0x4f9:0x1b4,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-630CD",ID:0x4f9:0x1b5,TYPE:10,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-850CDN",ID:0x4f9:0x1b6,TYPE:10,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-5460CN",ID:0x4f9:0x1b7,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-5860CN",ID:0x4f9:0x1b8,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-3360C",ID:0x4f9:0x1ba,TYPE:11,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-750CN",ID:0x4f9:0x1be,TYPE:10,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-860CDN",ID:0x4f9:0x1bf,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
-----------------------------
0 "MFC-9450CDN"
1 "DCP-9042CDN"
2 "MFC-8670DN"
3 "DCP-9040CN"
4 "MFC-9440CN"
5 "DCP-9045CDN"
6 "MFC-9840CDW"
7 "MFC-9640CW"
8 "DCP-357C"
9 "DCP-353C"
10 "DCP-157C"
11 "DCP-153C"
12 "MFC-265C"
13 "DCP-155C"
14 "MFC-880CDN"
15 "MFC-870CDN"
16 "MFC-650CD"
17 "MFC-480CN"
18 "MFC-885CW"
19 "MFC-685CW"
20 "MFC-680CN"
21 "MFC-465CN"
22 "MFC-260C"
23 "MFC-235C"
24 "MFC-230C"
25 "DCP-770CN"
26 "DCP-770CW"
27 "DCP-560CN"
28 "DCP-350C"
29 "DCP-150C"
30 "DCP-135C"
31 "MFC-210C"
32 "MFC-420CN"
33 "MFC-410CN"
34 "MFC-620CN"
35 "MFC-610CLN"
36 "MFC-620CLN"
37 "DCP-110C"
38 "DCP-310CN"
39 "MFC-5440CN"
40 "MFC-5840CN"
41 "MFC-3240C"
42 "MFC-3340CN"
43 "MFC-7420"
44 "MFC-7820N"
45 "DCP-7010"
46 "DCP-7020"
47 "DCP-7025"
48 "MFC-7220"
49 "MFC-7225N"
50 "MFC-9420CN"
51 "DCP-8060"
52 "DCP-8065DN"
53 "MFC-8460N"
54 "MFC-8860DN"
55 "MFC-8870DW"
56 "MFC-8660DN"
57 "DCP-115C"
58 "DCP-116C"
59 "DCP-117C"
60 "DCP-118C"
61 "DCP-120C"
62 "DCP-315CN"
63 "DCP-340CW"
64 "MFC-215C"
65 "MFC-425CN"
66 "MFC-820CW"
67 "MFC-820CN"
68 "MFC-640CW"
69 "MFC-615CL"
70 "MFC-830CLN"
71 "MFC-840CLN"
72 "DCP-130C"
73 "DCP-330C"
74 "DCP-540CN"
75 "MFC-240C"
76 "DCP-750CW"
77 "MFC-440CN"
78 "MFC-660CN"
79 "MFC-665CW"
80 "MFC-845CW"
81 "MFC-460CN"
82 "MFC-630CD"
83 "MFC-850CDN"
84 "MFC-5460CN"
85 "MFC-5860CN"
86 "MFC-3360C"
87 "DCP-750CN"
88 "MFC-860CDN"
Devices on network
ping
august@August-Ryzen:~$
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36 | august@August-Ryzen:~$ dpkg -l | grep -i "brscan\|brother\|libusb*\|sane\|dcp*"
ii brscan2 0.2.5-1 amd64 Brother Scanner Driver
ii cups-ppdc 2.2.7-1ubuntu2 amd64 Common UNIX Printing System(tm) - PPD manipulation utilities
ii dc 1.07.1-2 amd64 GNU dc arbitrary precision reverse-polish calculator
ii dconf-cli 0.26.0-2ubuntu3 amd64 simple configuration storage system - utilities
ii dconf-gsettings-backend:amd64 0.26.0-2ubuntu3 amd64 simple configuration storage system - GSettings back-end
ii dconf-service 0.26.0-2ubuntu3 amd64 simple configuration storage system - D-Bus service
ii libcommon-sense-perl 3.74-2build2 amd64 module that implements some sane defaults for Perl programs
ii libcupsppdc1:amd64 2.2.7-1ubuntu2 amd64 Common UNIX Printing System(tm) - PPD manipulation library
ii libdc1394-22:amd64 2.2.5-1 amd64 high level programming interface for IEEE 1394 digital cameras
ii libdca0:amd64 0.0.5-10 amd64 decoding library for DTS Coherent Acoustics streams
ii libdconf1:amd64 0.26.0-2ubuntu3 amd64 simple configuration storage system - runtime library
ii libdvdcss-dev:amd64 1.4.2-1~local amd64 library for accessing encrypted DVDs - development files
ii libdvdcss2:amd64 1.4.2-1~local amd64 library for accessing encrypted DVDs
ii libgusb2:amd64 0.2.11-1 amd64 GLib wrapper around libusb1
ii libkf5sane-data 17.12.3-0ubuntu1 all scanner library (data files)
ii libkf5sane5 17.12.3-0ubuntu1 amd64 scanner library (runtime)
ii libkf5waylandclient5:amd64 4:5.44.0-0ubuntu1 amd64 Qt library wrapper for Wayland libraries
ii libqt5waylandclient5:amd64 5.9.5-0ubuntu1 amd64 QtWayland client library
ii libqt5waylandcompositor5:amd64 5.9.5-0ubuntu1 amd64 QtWayland compositor library
ii libsane-common 1.0.27-1~experimental3ubuntu2 all API library for scanners -- documentation and support files
ii libsane-hpaio:amd64 3.17.10+repack0-5 amd64 HP SANE backend for multi-function peripherals
ii libsane1:amd64 1.0.27-1~experimental3ubuntu2 amd64 API library for scanners
ii libshout3:amd64 2.4.1-2build1 amd64 MP3/Ogg Vorbis broadcast streaming library
ii libstdc++-7-dev:amd64 7.3.0-16ubuntu3 amd64 GNU Standard C++ Library v3 (development files)
ii libstdc++6:amd64 8-20180414-1ubuntu2 amd64 GNU Standard C++ Library v3
ii libteamdctl0:amd64 1.26-1 amd64 library for communication with `teamd` process
ii libusageenvironment3:amd64 2018.02.18-1 amd64 multimedia RTSP streaming library (UsageEnvironment classes)
ii libusb-0.1-4:amd64 2:0.1.12-31 amd64 userspace USB programming library
ii libusb-1.0-0:amd64 2:1.0.21-2 amd64 userspace USB programming library
ii libusbmuxd4:amd64 1.1.0~git20171206.c724e70f-0.1 amd64 USB multiplexor daemon for iPhone and iPod Touch devices - library
ii libxvidcore4:amd64 2:1.3.5-1 amd64 Open source MPEG-4 video codec (library)
ii printer-driver-brlaser 4-1 amd64 printer driver for (some) Brother laser printers
ii printer-driver-ptouch 1.4.2-3 amd64 printer driver Brother P-touch label printers
ii sane-utils 1.0.27-1~experimental3ubuntu2 amd64 API library for scanners -- utilities
august@August-Ryzen:~$
|
| august@August-Ryzen:~$ ls /usr/lib/x86_64-linux-gnu/libbrscandec2*
/usr/lib/x86_64-linux-gnu/libbrscandec2.so /usr/lib/x86_64-linux-gnu/libbrscandec2.so.1 /usr/lib/x86_64-linux-gnu/libbrscandec2.so.1.0.0
august@August-Ryzen:~$
|
| august@August-Ryzen:~$ ls /usr/lib/x86_64-linux-gnu/libbrcolm2*
/usr/lib/x86_64-linux-gnu/libbrcolm2.so /usr/lib/x86_64-linux-gnu/libbrcolm2.so.1 /usr/lib/x86_64-linux-gnu/libbrcolm2.so.1.0.1
august@August-Ryzen:~$
|
| august@August-Ryzen:~$ ls /usr/lib/x86_64-linux-gnu/sane/libsane-brother2.*
/usr/lib/x86_64-linux-gnu/sane/libsane-brother2.so /usr/lib/x86_64-linux-gnu/sane/libsane-brother2.so.1.0.7
/usr/lib/x86_64-linux-gnu/sane/libsane-brother2.so.1
august@August-Ryzen:~$
|
Hmmmmm. AugustQ
|
AugustQ
(Themenstarter)
Anmeldungsdatum: 24. Oktober 2007
Beiträge: 718
|
ein Nachtrag: 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353 | august@August-Ryzen:~$ sudo brsaneconfig2 -d
[sudo] Passwort für august:
-----------------------------
cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdc1 during installation
UUID=9470aaaa-63ff-45d4-8458-6d2fa5d6e822 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sde1 during installation
UUID=1EC8-2575 /boot/efi vfat umask=0077 0 1
# /home was on /dev/sda1 during installation
UUID=bf35c7cc-554d-4180-8845-3ef5dd7e277f /home ext4 defaults 0 2
/swapfile none swap sw 0 0
-----------------------------
sane-find-scanner
# sane-find-scanner will now attempt to detect your scanner. If the
# result is different from what you expected, first make sure your
# scanner is powered up and properly connected to your computer.
# No SCSI scanners found. If you expected something different, make sure that
# you have loaded a kernel SCSI driver for your SCSI adapter.
found USB scanner (vendor=0x04f9, product=0x0182) at libusb:001:007
# Your USB scanner was (probably) detected. It may or may not be supported by
# SANE. Try scanimage -L and read the backend's manpage.
# Not checking for parallel port scanners.
# Most Scanners connected to the parallel port or other proprietary ports
# can't be detected by this program.
-----------------------------
ls -R -all /proc/bus/usb
ls: Zugriff auf '/proc/bus/usb' nicht möglich: Datei oder Verzeichnis nicht gefunden
-----------------------------
cat /proc/bus/usb/devices
cat: /proc/bus/usb/devices: Datei oder Verzeichnis nicht gefunden
-----------------------------
scanimage -L
scanimage: symbol lookup error: scanimage: undefined symbol: md5_buffer
-----------------------------
-----------------------------
/usr/local/Brother/sane/brsanenetdevice2.cfg:
-----------------------------
/usr/local/Brother/sane/Brsane2.ini:
[Support Model]
0x0161,10,1,"MFC-210C"
0x0162,12,1,"MFC-420CN"
0x0163,10,1,"MFC-410CN"
0x0165,12,1,"MFC-620CN"
0x0166,10,1,"MFC-610CLN"
0x0168,10,1,"MFC-620CLN"
0x0169,10,2,"DCP-110C"
0x016b,10,2,"DCP-310CN"
0x016d,12,1,"MFC-5440CN"
0x016e,12,1,"MFC-5840CN"
0x0173,11,1,"MFC-3240C"
0x0174,11,1,"MFC-3340CN"
0x0180, 6,1,"MFC-7420"
0x0181, 6,1,"MFC-7820N"
0x0182, 7,2,"DCP-7010"
0x0183, 6,2,"DCP-7020"
0x0184, 6,2,"DCP-7025"
0x0185, 5,1,"MFC-7220"
0x0186, 5,1,"MFC-7225N"
0x018a, 16,1,"MFC-9420CN"
0x1a3, 8,2, "DCP-8060"
0x1a4,108,2, "DCP-8065DN"
0x1a5, 8,1, "MFC-8460N"
0x1a6,108,1, "MFC-8860DN"
0x1a7,108,1, "MFC-8870DW"
0x1bd, 8,1, "MFC-8660DN"
0x018c,10,2,"DCP-115C"
0x018d,10,2,"DCP-116C"
0x018e,10,2,"DCP-117C"
0x018f,10,2,"DCP-118C"
0x0190,12,2,"DCP-120C"
0x0191,10,2,"DCP-315CN"
0x0192,12,2,"DCP-340CW"
0x0193,10,1,"MFC-215C"
0x0194,12,1,"MFC-425CN"
0x0195,12,1,"MFC-820CW"
0x0196,12,1,"MFC-820CN"
0x0197,12,1,"MFC-640CW"
0x0198,10,1,"MFC-615CL"
0x0199,10,1,"MFC-830CLN"
0x019a,12,1,"MFC-840CLN"
0x01a8,10,2,"DCP-130C"
0x01a9,10,2,"DCP-330C"
0x01aa,12,2,"DCP-540CN"
0x01ab,12,1,"MFC-240C"
0x01ae,10,2,"DCP-750CW"
0x01af,12,1,"MFC-440CN"
0x01b0,12,1,"MFC-660CN"
0x01b1,12,1,"MFC-665CW"
0x01b2,12,1,"MFC-845CW"
0x01b4,12,1,"MFC-460CN"
0x01b5,10,1,"MFC-630CD"
0x01b6,10,1,"MFC-850CDN"
0x01b7,12,1,"MFC-5460CN"
0x01b8,12,1,"MFC-5860CN"
0x01ba,11,1,"MFC-3360C"
0x01be,10,2,"DCP-750CN"
0x01bf,12,1,"MFC-860CDN"
[ModelTypeName]
1=MFC Scanner
2=DCP Scanner
[Driver]
scanfast24=0
NoUseCM=0
compression=1
Inqueue=32000
LogFile=0
-----------------------------
/usr/local/Brother/sane/models2/ext2.ini:
[Support Model]
0x020d ,16,1,"MFC-9450CDN"
0x020c ,16,2,"DCP-9042CDN"
0x20a ,108,1, "MFC-8670DN"
-----------------------------
/usr/local/Brother/sane/models2/ext1.ini:
[Support Model]
0x01c9, 16,2,"DCP-9040CN"
0x01ca, 16,1,"MFC-9440CN"
0x01cb, 116,2,"DCP-9045CDN"
0x01cc, 116,1,"MFC-9840CDW"
0x01ec, 116,1,"MFC-9640CW"
0x01e4, 10,2,"DCP-357C"
0x01e3, 10,2,"DCP-353C"
0x01e2, 10,2,"DCP-157C"
0x01e1, 10,2,"DCP-153C"
0x01e0, 12,1,"MFC-265C"
0x01df, 10,2,"DCP-155C"
0x01de, 12,1,"MFC-880CDN"
0x01dd, 10,1,"MFC-870CDN"
0x01dc, 10,1,"MFC-650CD"
0x01db, 12,1,"MFC-480CN"
0x01da, 12,1,"MFC-885CW"
0x01d9, 12,1,"MFC-685CW"
0x01d8, 12,1,"MFC-680CN"
0x01d7, 12,1,"MFC-465CN"
0x01d6, 12,1,"MFC-260C"
0x01d5, 10,1,"MFC-235C"
0x01d4, 10,1,"MFC-230C"
0x01d3, 10,2,"DCP-770CN"
0x01d2, 10,2,"DCP-770CW"
0x01d1, 12,2,"DCP-560CN"
0x01d0, 10,2,"DCP-350C"
0x01cf, 10,2,"DCP-150C"
0x01ce, 10,2,"DCP-135C"
-----------------------------
MODEL:"MFC-9450CDN",ID:0x4f9:0x20d,TYPE:16,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-9042CDN",ID:0x4f9:0x20c,TYPE:16,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-8670DN",ID:0x4f9:0x20a,TYPE:8,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-9040CN",ID:0x4f9:0x1c9,TYPE:16,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-9440CN",ID:0x4f9:0x1ca,TYPE:16,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-9045CDN",ID:0x4f9:0x1cb,TYPE:16,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-9840CDW",ID:0x4f9:0x1cc,TYPE:16,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-9640CW",ID:0x4f9:0x1ec,TYPE:16,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-357C",ID:0x4f9:0x1e4,TYPE:10,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-353C",ID:0x4f9:0x1e3,TYPE:10,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-157C",ID:0x4f9:0x1e2,TYPE:10,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-153C",ID:0x4f9:0x1e1,TYPE:10,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-265C",ID:0x4f9:0x1e0,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-155C",ID:0x4f9:0x1df,TYPE:10,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-880CDN",ID:0x4f9:0x1de,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-870CDN",ID:0x4f9:0x1dd,TYPE:10,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-650CD",ID:0x4f9:0x1dc,TYPE:10,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-480CN",ID:0x4f9:0x1db,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-885CW",ID:0x4f9:0x1da,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-685CW",ID:0x4f9:0x1d9,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-680CN",ID:0x4f9:0x1d8,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-465CN",ID:0x4f9:0x1d7,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-260C",ID:0x4f9:0x1d6,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-235C",ID:0x4f9:0x1d5,TYPE:10,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-230C",ID:0x4f9:0x1d4,TYPE:10,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-770CN",ID:0x4f9:0x1d3,TYPE:10,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-770CW",ID:0x4f9:0x1d2,TYPE:10,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-560CN",ID:0x4f9:0x1d1,TYPE:12,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-350C",ID:0x4f9:0x1d0,TYPE:10,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-150C",ID:0x4f9:0x1cf,TYPE:10,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-135C",ID:0x4f9:0x1ce,TYPE:10,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-210C",ID:0x4f9:0x161,TYPE:10,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-420CN",ID:0x4f9:0x162,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-410CN",ID:0x4f9:0x163,TYPE:10,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-620CN",ID:0x4f9:0x165,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-610CLN",ID:0x4f9:0x166,TYPE:10,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-620CLN",ID:0x4f9:0x168,TYPE:10,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-110C",ID:0x4f9:0x169,TYPE:10,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-310CN",ID:0x4f9:0x16b,TYPE:10,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-5440CN",ID:0x4f9:0x16d,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-5840CN",ID:0x4f9:0x16e,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-3240C",ID:0x4f9:0x173,TYPE:11,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-3340CN",ID:0x4f9:0x174,TYPE:11,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-7420",ID:0x4f9:0x180,TYPE:6,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-7820N",ID:0x4f9:0x181,TYPE:6,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-7010",ID:0x4f9:0x182,TYPE:7,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-7020",ID:0x4f9:0x183,TYPE:6,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-7025",ID:0x4f9:0x184,TYPE:6,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-7220",ID:0x4f9:0x185,TYPE:5,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-7225N",ID:0x4f9:0x186,TYPE:5,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-9420CN",ID:0x4f9:0x18a,TYPE:16,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-8060",ID:0x4f9:0x1a3,TYPE:8,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-8065DN",ID:0x4f9:0x1a4,TYPE:8,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-8460N",ID:0x4f9:0x1a5,TYPE:8,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-8860DN",ID:0x4f9:0x1a6,TYPE:8,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-8870DW",ID:0x4f9:0x1a7,TYPE:8,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-8660DN",ID:0x4f9:0x1bd,TYPE:8,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-115C",ID:0x4f9:0x18c,TYPE:10,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-116C",ID:0x4f9:0x18d,TYPE:10,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-117C",ID:0x4f9:0x18e,TYPE:10,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-118C",ID:0x4f9:0x18f,TYPE:10,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-120C",ID:0x4f9:0x190,TYPE:12,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-315CN",ID:0x4f9:0x191,TYPE:10,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-340CW",ID:0x4f9:0x192,TYPE:12,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-215C",ID:0x4f9:0x193,TYPE:10,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-425CN",ID:0x4f9:0x194,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-820CW",ID:0x4f9:0x195,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-820CN",ID:0x4f9:0x196,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-640CW",ID:0x4f9:0x197,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-615CL",ID:0x4f9:0x198,TYPE:10,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-830CLN",ID:0x4f9:0x199,TYPE:10,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-840CLN",ID:0x4f9:0x19a,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-130C",ID:0x4f9:0x1a8,TYPE:10,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-330C",ID:0x4f9:0x1a9,TYPE:10,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-540CN",ID:0x4f9:0x1aa,TYPE:12,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-240C",ID:0x4f9:0x1ab,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-750CW",ID:0x4f9:0x1ae,TYPE:10,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-440CN",ID:0x4f9:0x1af,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-660CN",ID:0x4f9:0x1b0,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-665CW",ID:0x4f9:0x1b1,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-845CW",ID:0x4f9:0x1b2,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-460CN",ID:0x4f9:0x1b4,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-630CD",ID:0x4f9:0x1b5,TYPE:10,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-850CDN",ID:0x4f9:0x1b6,TYPE:10,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-5460CN",ID:0x4f9:0x1b7,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-5860CN",ID:0x4f9:0x1b8,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-3360C",ID:0x4f9:0x1ba,TYPE:11,1,RE:0xffff,WE:0xffff CM:,,
MODEL:"DCP-750CN",ID:0x4f9:0x1be,TYPE:10,2,RE:0xffff,WE:0xffff CM:,,
MODEL:"MFC-860CDN",ID:0x4f9:0x1bf,TYPE:12,1,RE:0xffff,WE:0xffff CM:,,
-----------------------------
0 "MFC-9450CDN"
1 "DCP-9042CDN"
2 "MFC-8670DN"
3 "DCP-9040CN"
4 "MFC-9440CN"
5 "DCP-9045CDN"
6 "MFC-9840CDW"
7 "MFC-9640CW"
8 "DCP-357C"
9 "DCP-353C"
10 "DCP-157C"
11 "DCP-153C"
12 "MFC-265C"
13 "DCP-155C"
14 "MFC-880CDN"
15 "MFC-870CDN"
16 "MFC-650CD"
17 "MFC-480CN"
18 "MFC-885CW"
19 "MFC-685CW"
20 "MFC-680CN"
21 "MFC-465CN"
22 "MFC-260C"
23 "MFC-235C"
24 "MFC-230C"
25 "DCP-770CN"
26 "DCP-770CW"
27 "DCP-560CN"
28 "DCP-350C"
29 "DCP-150C"
30 "DCP-135C"
31 "MFC-210C"
32 "MFC-420CN"
33 "MFC-410CN"
34 "MFC-620CN"
35 "MFC-610CLN"
36 "MFC-620CLN"
37 "DCP-110C"
38 "DCP-310CN"
39 "MFC-5440CN"
40 "MFC-5840CN"
41 "MFC-3240C"
42 "MFC-3340CN"
43 "MFC-7420"
44 "MFC-7820N"
45 "DCP-7010"
46 "DCP-7020"
47 "DCP-7025"
48 "MFC-7220"
49 "MFC-7225N"
50 "MFC-9420CN"
51 "DCP-8060"
52 "DCP-8065DN"
53 "MFC-8460N"
54 "MFC-8860DN"
55 "MFC-8870DW"
56 "MFC-8660DN"
57 "DCP-115C"
58 "DCP-116C"
59 "DCP-117C"
60 "DCP-118C"
61 "DCP-120C"
62 "DCP-315CN"
63 "DCP-340CW"
64 "MFC-215C"
65 "MFC-425CN"
66 "MFC-820CW"
67 "MFC-820CN"
68 "MFC-640CW"
69 "MFC-615CL"
70 "MFC-830CLN"
71 "MFC-840CLN"
72 "DCP-130C"
73 "DCP-330C"
74 "DCP-540CN"
75 "MFC-240C"
76 "DCP-750CW"
77 "MFC-440CN"
78 "MFC-660CN"
79 "MFC-665CW"
80 "MFC-845CW"
81 "MFC-460CN"
82 "MFC-630CD"
83 "MFC-850CDN"
84 "MFC-5460CN"
85 "MFC-5860CN"
86 "MFC-3360C"
87 "DCP-750CN"
88 "MFC-860CDN"
Devices on network
ping
august@August-Ryzen:~$
|
Geändert habe ich:
hope that helps AugustQ
|
Kellerkind_2009
Anmeldungsdatum: 26. November 2009
Beiträge: 19527
|
Scanner wird nur mit sudo gefunden,das Paket brother-udev-rule fehlt. 1.Brother von USB abklemmen 2.brother-udev-rule Installieren wget http://download.brother.com/welcome/dlf006654/brother-udev-rule-type1-1.0.2-0.all.deb
sudo dpkg -i brother-udev-rule-type1-1.0.2-0.all.deb 3. Dich zur Gruppe Scanner hinzufügen sudo adduser $USER scanner Den Versteckten config Ordner von Sane ändern mv ~/.cache/simple-scan ~/.cache/simple-scan-old
mv ~/.sane/xsane ~/.sane/xsane-old 4. Neustart 5. Brother wieder anklemmen und Testen 6. Falls Fehler export SANE_DEBUG_DLL=255 && scanimage -L
|
AugustQ
(Themenstarter)
Anmeldungsdatum: 24. Oktober 2007
Beiträge: 718
|
Hi Kellerkind_2009, das klappte alles, bis auf einen Schritt: 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27 | august@August-Ryzen:~$ wget http://download.brother.com/welcome/dlf006654/brother-udev-rule-type1-1.0.2-0.all.deb
--2018-06-05 11:09:49-- http://download.brother.com/welcome/dlf006654/brother-udev-rule-type1-1.0.2-0.all.deb
Auflösen des Hostnamens download.brother.com (download.brother.com)… 2.19.105.246
Verbindungsaufbau zu download.brother.com (download.brother.com)|2.19.105.246|:80 … verbunden.
HTTP-Anforderung gesendet, auf Antwort wird gewartet … 200 OK
Länge: 1558 (1,5K) [image/x-deb]
Wird in »brother-udev-rule-type1-1.0.2-0.all.deb« gespeichert.
brother-udev-rule-type1-1.0.2-0.all.d 100%[=======================================================================>] 1,52K --.-KB/s in 0s
2018-06-05 11:09:49 (119 MB/s) - »brother-udev-rule-type1-1.0.2-0.all.deb« gespeichert [1558/1558]
august@August-Ryzen:~$ sudo dpkg -i brother-udev-rule-type1-1.0.2-0.all.deb
[sudo] Passwort für august:
Vormals nicht ausgewähltes Paket brother-udev-rule-type1 wird gewählt.
(Lese Datenbank ... 184577 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereitung zum Entpacken von brother-udev-rule-type1-1.0.2-0.all.deb ...
Entpacken von brother-udev-rule-type1 (1.0.2) ...
brother-udev-rule-type1 (1.0.2) wird eingerichtet ...
august@August-Ryzen:~$ sudo adduser $USER scanner
Benutzer »august« wird der Gruppe »scanner« hinzugefügt …
Benutzer august wird zur Gruppe scanner hinzugefügt.
Fertig.
august@August-Ryzen:~$ mv ~/.cache/simple-scan ~/.cache/simple-scan-old
august@August-Ryzen:~$ mv ~/.sane/xsane ~/.sane/xsane-old
mv: Aufruf von stat für '/home/august/.sane/xsane' nicht möglich: Datei oder Verzeichnis nicht gefunden
august@August-Ryzen:~$
|
Das Verzeichnis ~/.sane/xsane existiert nicht. Schönen Gruß
August
|
Kellerkind_2009
Anmeldungsdatum: 26. November 2009
Beiträge: 19527
|
Dann wurde xsane bis jetzt noch nicht auf diesem System verwendet. Weiter ab Punkt 4
|
AugustQ
(Themenstarter)
Anmeldungsdatum: 24. Oktober 2007
Beiträge: 718
|
Hi Kellerking_2009, folgendes habe ich gemacht:
danach habe ich den letzten Schritt aus Deiner Aufstellung durchgeführt:
| august@August-Ryzen:~$ export SANE_DEBUG_DLL=255 && scanimage -L
scanimage: symbol lookup error: scanimage: undefined symbol: md5_buffer
august@August-Ryzen:~$
|
Was tun? Schönen Gruß
AugustQ
|
Kellerkind_2009
Anmeldungsdatum: 26. November 2009
Beiträge: 19527
|
So einen Fehler hatte ich schon mal betreut.War echt schei.. Zeige mal sane-find-scanner -v -v ls /usr/lib/x86_64-linux-gnu/sane/* | grep libsane-brother ls /usr/lib/sane/* | grep libsane-brother sudo locate libbrcolm sudo locate libbrscandec grep brother /etc/sane.d/dll.conf cat /etc/sane.d/brother.conf cat /usr/local/Brother/sane/brsanenetdevice2.cfg dpkg -l sane sane-utils xsane libsane dpkg -L sane sane-utils xsane libsane 😉 Das sollte erst mal reichen.
|
AugustQ
(Themenstarter)
Anmeldungsdatum: 24. Oktober 2007
Beiträge: 718
|
Hi Kellerkind_2009, Kellerkind_2009 schrieb: So einen Fehler hatte ich schon mal betreut.War echt schei..
Ich glaub, diese Diskussion habe ich auch schon gesehen. Zu den einzelnen Punkten:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716 | august@August-Ryzen:~$ '''sudo''' sane-find-scanner -v -v
[sudo] Passwort für august:
This is sane-find-scanner from sane-backends 1.0.27
# sane-find-scanner will now attempt to detect your scanner. If the
# result is different from what you expected, first make sure your
# scanner is powered up and properly connected to your computer.
searching for SCSI scanners:
checking /dev/scanner... failed to open (Invalid argument)
checking /dev/sg0... failed to open (Invalid argument)
checking /dev/sg1... failed to open (Invalid argument)
checking /dev/sg2... failed to open (Invalid argument)
checking /dev/sg3... failed to open (Invalid argument)
checking /dev/sg4... failed to open (Invalid argument)
checking /dev/sg5... failed to open (Invalid argument)
checking /dev/sg6... failed to open (Invalid argument)
checking /dev/sg7... failed to open (Invalid argument)
checking /dev/sg8... failed to open (Invalid argument)
checking /dev/sg9... failed to open (Invalid argument)
checking /dev/sga... failed to open (Invalid argument)
checking /dev/sgb... failed to open (Invalid argument)
checking /dev/sgc... failed to open (Invalid argument)
checking /dev/sgd... failed to open (Invalid argument)
checking /dev/sge... failed to open (Invalid argument)
checking /dev/sgf... failed to open (Invalid argument)
checking /dev/sgg... failed to open (Invalid argument)
checking /dev/sgh... failed to open (Invalid argument)
checking /dev/sgi... failed to open (Invalid argument)
checking /dev/sgj... failed to open (Invalid argument)
checking /dev/sgk... failed to open (Invalid argument)
checking /dev/sgl... failed to open (Invalid argument)
checking /dev/sgm... failed to open (Invalid argument)
checking /dev/sgn... failed to open (Invalid argument)
checking /dev/sgo... failed to open (Invalid argument)
checking /dev/sgp... failed to open (Invalid argument)
checking /dev/sgq... failed to open (Invalid argument)
checking /dev/sgr... failed to open (Invalid argument)
checking /dev/sgs... failed to open (Invalid argument)
checking /dev/sgt... failed to open (Invalid argument)
checking /dev/sgu... failed to open (Invalid argument)
checking /dev/sgv... failed to open (Invalid argument)
checking /dev/sgw... failed to open (Invalid argument)
checking /dev/sgx... failed to open (Invalid argument)
checking /dev/sgy... failed to open (Invalid argument)
checking /dev/sgz... failed to open (Invalid argument)
# No SCSI scanners found. If you expected something different, make sure that
# you have loaded a kernel SCSI driver for your SCSI adapter.
searching for USB scanners:
checking /dev/usb/scanner... failed to open (Invalid argument)
checking /dev/usb/scanner0... failed to open (Invalid argument)
checking /dev/usb/scanner1... failed to open (Invalid argument)
checking /dev/usb/scanner2... failed to open (Invalid argument)
checking /dev/usb/scanner3... failed to open (Invalid argument)
checking /dev/usb/scanner4... failed to open (Invalid argument)
checking /dev/usb/scanner5... failed to open (Invalid argument)
checking /dev/usb/scanner5... failed to open (Invalid argument)
checking /dev/usb/scanner7... failed to open (Invalid argument)
checking /dev/usb/scanner8... failed to open (Invalid argument)
checking /dev/usb/scanner9... failed to open (Invalid argument)
checking /dev/usb/scanner10... failed to open (Invalid argument)
checking /dev/usb/scanner11... failed to open (Invalid argument)
checking /dev/usb/scanner12... failed to open (Invalid argument)
checking /dev/usb/scanner13... failed to open (Invalid argument)
checking /dev/usb/scanner14... failed to open (Invalid argument)
checking /dev/usb/scanner15... failed to open (Invalid argument)
checking /dev/usbscanner... failed to open (Invalid argument)
checking /dev/usbscanner0... failed to open (Invalid argument)
checking /dev/usbscanner1... failed to open (Invalid argument)
checking /dev/usbscanner2... failed to open (Invalid argument)
checking /dev/usbscanner3... failed to open (Invalid argument)
checking /dev/usbscanner4... failed to open (Invalid argument)
checking /dev/usbscanner5... failed to open (Invalid argument)
checking /dev/usbscanner6... failed to open (Invalid argument)
checking /dev/usbscanner7... failed to open (Invalid argument)
checking /dev/usbscanner8... failed to open (Invalid argument)
checking /dev/usbscanner9... failed to open (Invalid argument)
checking /dev/usbscanner10... failed to open (Invalid argument)
checking /dev/usbscanner11... failed to open (Invalid argument)
checking /dev/usbscanner12... failed to open (Invalid argument)
checking /dev/usbscanner13... failed to open (Invalid argument)
checking /dev/usbscanner14... failed to open (Invalid argument)
checking /dev/usbscanner15... failed to open (Invalid argument)
trying libusb:
<device descriptor of 0x1d6b/0x0003 at 004:001 (Linux 4.15.0-22-generic xhci-hcd xHCI Host Controller)>
bLength 18
bDescriptorType 1
bcdUSB 3.00
bDeviceClass 9
bDeviceSubClass 0
bDeviceProtocol 3
bMaxPacketSize0 9
idVendor 0x1D6B
idProduct 0x0003
bcdDevice 4.15
iManufacturer 3 (Linux 4.15.0-22-generic xhci-hcd)
iProduct 2 (xHCI Host Controller)
iSerialNumber 1 (0000:11:00.3)
bNumConfigurations 1
<configuration 0>
bLength 9
bDescriptorType 2
wTotalLength 31
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0 ()
bmAttributes 224 (Self-poweredRemote Wakeup)
MaxPower 0 mA
<interface 0>
<altsetting 0>
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 9
bInterfaceSubClass 0
bInterfaceProtocol 0
iInterface 0 ()
<endpoint 0>
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 (in 0x01)
bmAttributes 3 (interrupt)
wMaxPacketSize 4
bInterval 12 ms
bRefresh 0
bSynchAddress 0
<device descriptor of 0x1d6b/0x0002 at 003:001 (Linux 4.15.0-22-generic xhci-hcd xHCI Host Controller)>
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 9
bDeviceSubClass 0
bDeviceProtocol 1
bMaxPacketSize0 64
idVendor 0x1D6B
idProduct 0x0002
bcdDevice 4.15
iManufacturer 3 (Linux 4.15.0-22-generic xhci-hcd)
iProduct 2 (xHCI Host Controller)
iSerialNumber 1 (0000:11:00.3)
bNumConfigurations 1
<configuration 0>
bLength 9
bDescriptorType 2
wTotalLength 25
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0 ()
bmAttributes 224 (Self-poweredRemote Wakeup)
MaxPower 0 mA
<interface 0>
<altsetting 0>
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 9
bInterfaceSubClass 0
bInterfaceProtocol 0
iInterface 0 ()
<endpoint 0>
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 (in 0x01)
bmAttributes 3 (interrupt)
wMaxPacketSize 4
bInterval 12 ms
bRefresh 0
bSynchAddress 0
<device descriptor of 0x1d6b/0x0003 at 002:001 (Linux 4.15.0-22-generic xhci-hcd xHCI Host Controller)>
bLength 18
bDescriptorType 1
bcdUSB 3.10
bDeviceClass 9
bDeviceSubClass 0
bDeviceProtocol 3
bMaxPacketSize0 9
idVendor 0x1D6B
idProduct 0x0003
bcdDevice 4.15
iManufacturer 3 (Linux 4.15.0-22-generic xhci-hcd)
iProduct 2 (xHCI Host Controller)
iSerialNumber 1 (0000:03:00.0)
bNumConfigurations 1
<configuration 0>
bLength 9
bDescriptorType 2
wTotalLength 31
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0 ()
bmAttributes 224 (Self-poweredRemote Wakeup)
MaxPower 0 mA
<interface 0>
<altsetting 0>
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 9
bInterfaceSubClass 0
bInterfaceProtocol 0
iInterface 0 ()
<endpoint 0>
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 (in 0x01)
bmAttributes 3 (interrupt)
wMaxPacketSize 4
bInterval 12 ms
bRefresh 0
bSynchAddress 0
<device descriptor of 0x062a/0x0000 at 001:006>
bLength 18
bDescriptorType 1
bcdUSB 1.10
bDeviceClass 0
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 8
idVendor 0x062A
idProduct 0x0000
bcdDevice 0.00
iManufacturer 0 ()
iProduct 0 ()
iSerialNumber 0 ()
bNumConfigurations 1
<configuration 0>
bLength 9
bDescriptorType 2
wTotalLength 34
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0 ()
bmAttributes 160 (Remote Wakeup)
MaxPower 100 mA
<interface 0>
<altsetting 0>
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 3
bInterfaceSubClass 1
bInterfaceProtocol 2
iInterface 0 ()
<endpoint 0>
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 (in 0x01)
bmAttributes 3 (interrupt)
wMaxPacketSize 4
bInterval 10 ms
bRefresh 0
bSynchAddress 0
<device descriptor of 0x1ea7/0x0066 at 001:005 (2.4GHz keyboard and mouse)>
bLength 18
bDescriptorType 1
bcdUSB 1.10
bDeviceClass 0
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 8
idVendor 0x1EA7
idProduct 0x0066
bcdDevice 2.00
iManufacturer 0 ()
iProduct 1 (2.4GHz keyboard and mouse)
iSerialNumber 0 ()
bNumConfigurations 1
<configuration 0>
bLength 9
bDescriptorType 2
wTotalLength 59
bNumInterfaces 2
bConfigurationValue 1
iConfiguration 0 ()
bmAttributes 160 (Remote Wakeup)
MaxPower 100 mA
<interface 0>
<altsetting 0>
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 3
bInterfaceSubClass 1
bInterfaceProtocol 1
iInterface 0 ()
<endpoint 0>
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 (in 0x01)
bmAttributes 3 (interrupt)
wMaxPacketSize 8
bInterval 1 ms
bRefresh 0
bSynchAddress 0
<interface 1>
<altsetting 0>
bLength 9
bDescriptorType 4
bInterfaceNumber 1
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 3
bInterfaceSubClass 1
bInterfaceProtocol 2
iInterface 0 ()
<endpoint 0>
bLength 7
bDescriptorType 5
bEndpointAddress 0x82 (in 0x02)
bmAttributes 3 (interrupt)
wMaxPacketSize 8
bInterval 1 ms
bRefresh 0
bSynchAddress 0
<device descriptor of 0x05e3/0x0608 at 001:003 (USB2.0 Hub)>
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 9
bDeviceSubClass 0
bDeviceProtocol 1
bMaxPacketSize0 64
idVendor 0x05E3
idProduct 0x0608
bcdDevice 7.02
iManufacturer 0 ()
iProduct 1 (USB2.0 Hub)
iSerialNumber 0 ()
bNumConfigurations 1
<configuration 0>
bLength 9
bDescriptorType 2
wTotalLength 25
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0 ()
bmAttributes 224 (Self-poweredRemote Wakeup)
MaxPower 100 mA
<interface 0>
<altsetting 0>
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 9
bInterfaceSubClass 0
bInterfaceProtocol 0
iInterface 0 ()
<endpoint 0>
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 (in 0x01)
bmAttributes 3 (interrupt)
wMaxPacketSize 1
bInterval 12 ms
bRefresh 0
bSynchAddress 0
<device descriptor of 0x8087/0x0a2a at 001:002>
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 224
bDeviceSubClass 1
bDeviceProtocol 1
bMaxPacketSize0 64
idVendor 0x8087
idProduct 0x0A2A
bcdDevice 0.01
iManufacturer 0 ()
iProduct 0 ()
iSerialNumber 0 ()
bNumConfigurations 1
<configuration 0>
bLength 9
bDescriptorType 2
wTotalLength 177
bNumInterfaces 2
bConfigurationValue 1
iConfiguration 0 ()
bmAttributes 224 (Self-poweredRemote Wakeup)
MaxPower 100 mA
<interface 0>
<altsetting 0>
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 3
bInterfaceClass 224
bInterfaceSubClass 1
bInterfaceProtocol 1
iInterface 0 ()
<endpoint 0>
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 (in 0x01)
bmAttributes 3 (interrupt)
wMaxPacketSize 64
bInterval 1 ms
bRefresh 0
bSynchAddress 0
<endpoint 1>
bLength 7
bDescriptorType 5
bEndpointAddress 0x02 (out 0x02)
bmAttributes 2 (bulk)
wMaxPacketSize 64
bInterval 1 ms
bRefresh 0
bSynchAddress 0
<endpoint 2>
bLength 7
bDescriptorType 5
bEndpointAddress 0x82 (in 0x02)
bmAttributes 2 (bulk)
wMaxPacketSize 64
bInterval 1 ms
bRefresh 0
bSynchAddress 0
<interface 1>
<altsetting 0>
bLength 9
bDescriptorType 4
bInterfaceNumber 1
bAlternateSetting 0
bNumEndpoints 2
bInterfaceClass 224
bInterfaceSubClass 1
bInterfaceProtocol 1
iInterface 0 ()
<endpoint 0>
bLength 7
bDescriptorType 5
bEndpointAddress 0x03 (out 0x03)
bmAttributes 1 (isochronous)
wMaxPacketSize 0
bInterval 1 ms
bRefresh 0
bSynchAddress 0
<endpoint 1>
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 (in 0x03)
bmAttributes 1 (isochronous)
wMaxPacketSize 0
bInterval 1 ms
bRefresh 0
bSynchAddress 0
<altsetting 1>
bLength 9
bDescriptorType 4
bInterfaceNumber 1
bAlternateSetting 1
bNumEndpoints 2
bInterfaceClass 224
bInterfaceSubClass 1
bInterfaceProtocol 1
iInterface 0 ()
<endpoint 0>
bLength 7
bDescriptorType 5
bEndpointAddress 0x03 (out 0x03)
bmAttributes 1 (isochronous)
wMaxPacketSize 9
bInterval 1 ms
bRefresh 0
bSynchAddress 0
<endpoint 1>
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 (in 0x03)
bmAttributes 1 (isochronous)
wMaxPacketSize 9
bInterval 1 ms
bRefresh 0
bSynchAddress 0
<altsetting 2>
bLength 9
bDescriptorType 4
bInterfaceNumber 1
bAlternateSetting 2
bNumEndpoints 2
bInterfaceClass 224
bInterfaceSubClass 1
bInterfaceProtocol 1
iInterface 0 ()
<endpoint 0>
bLength 7
bDescriptorType 5
bEndpointAddress 0x03 (out 0x03)
bmAttributes 1 (isochronous)
wMaxPacketSize 17
bInterval 1 ms
bRefresh 0
bSynchAddress 0
<endpoint 1>
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 (in 0x03)
bmAttributes 1 (isochronous)
wMaxPacketSize 17
bInterval 1 ms
bRefresh 0
bSynchAddress 0
<altsetting 3>
bLength 9
bDescriptorType 4
bInterfaceNumber 1
bAlternateSetting 3
bNumEndpoints 2
bInterfaceClass 224
bInterfaceSubClass 1
bInterfaceProtocol 1
iInterface 0 ()
<endpoint 0>
bLength 7
bDescriptorType 5
bEndpointAddress 0x03 (out 0x03)
bmAttributes 1 (isochronous)
wMaxPacketSize 25
bInterval 1 ms
bRefresh 0
bSynchAddress 0
<endpoint 1>
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 (in 0x03)
bmAttributes 1 (isochronous)
wMaxPacketSize 25
bInterval 1 ms
bRefresh 0
bSynchAddress 0
<altsetting 4>
bLength 9
bDescriptorType 4
bInterfaceNumber 1
bAlternateSetting 4
bNumEndpoints 2
bInterfaceClass 224
bInterfaceSubClass 1
bInterfaceProtocol 1
iInterface 0 ()
<endpoint 0>
bLength 7
bDescriptorType 5
bEndpointAddress 0x03 (out 0x03)
bmAttributes 1 (isochronous)
wMaxPacketSize 33
bInterval 1 ms
bRefresh 0
bSynchAddress 0
<endpoint 1>
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 (in 0x03)
bmAttributes 1 (isochronous)
wMaxPacketSize 33
bInterval 1 ms
bRefresh 0
bSynchAddress 0
<altsetting 5>
bLength 9
bDescriptorType 4
bInterfaceNumber 1
bAlternateSetting 5
bNumEndpoints 2
bInterfaceClass 224
bInterfaceSubClass 1
bInterfaceProtocol 1
iInterface 0 ()
<endpoint 0>
bLength 7
bDescriptorType 5
bEndpointAddress 0x03 (out 0x03)
bmAttributes 1 (isochronous)
wMaxPacketSize 49
bInterval 1 ms
bRefresh 0
bSynchAddress 0
<endpoint 1>
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 (in 0x03)
bmAttributes 1 (isochronous)
wMaxPacketSize 49
bInterval 1 ms
bRefresh 0
bSynchAddress 0
<device descriptor of 0x058f/0x6366 at 001:004 (Generic Flash Card Reader/Writer)>
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x058F
idProduct 0x6366
bcdDevice 1.00
iManufacturer 1 (Generic)
iProduct 2 (Flash Card Reader/Writer)
iSerialNumber 3 (058F63666479)
bNumConfigurations 1
<configuration 0>
bLength 9
bDescriptorType 2
wTotalLength 32
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0 ()
bmAttributes 160 (Remote Wakeup)
MaxPower 250 mA
<interface 0>
<altsetting 0>
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 2
bInterfaceClass 8
bInterfaceSubClass 6
bInterfaceProtocol 80
iInterface 0 ()
<endpoint 0>
bLength 7
bDescriptorType 5
bEndpointAddress 0x01 (out 0x01)
bmAttributes 2 (bulk)
wMaxPacketSize 512
bInterval 0 ms
bRefresh 0
bSynchAddress 0
<endpoint 1>
bLength 7
bDescriptorType 5
bEndpointAddress 0x82 (in 0x02)
bmAttributes 2 (bulk)
wMaxPacketSize 512
bInterval 0 ms
bRefresh 0
bSynchAddress 0
<device descriptor of 0x1d6b/0x0002 at 001:001 (Linux 4.15.0-22-generic xhci-hcd xHCI Host Controller)>
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 9
bDeviceSubClass 0
bDeviceProtocol 1
bMaxPacketSize0 64
idVendor 0x1D6B
idProduct 0x0002
bcdDevice 4.15
iManufacturer 3 (Linux 4.15.0-22-generic xhci-hcd)
iProduct 2 (xHCI Host Controller)
iSerialNumber 1 (0000:03:00.0)
bNumConfigurations 1
<configuration 0>
bLength 9
bDescriptorType 2
wTotalLength 25
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0 ()
bmAttributes 224 (Self-poweredRemote Wakeup)
MaxPower 0 mA
<interface 0>
<altsetting 0>
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 9
bInterfaceSubClass 0
bInterfaceProtocol 0
iInterface 0 ()
<endpoint 0>
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 (in 0x01)
bmAttributes 3 (interrupt)
wMaxPacketSize 4
bInterval 12 ms
bRefresh 0
bSynchAddress 0
# No USB scanners found. If you expected something different, make sure that
# you have loaded a kernel driver for your USB host controller and have setup
# the USB system correctly. See man sane-usb for details.
# Not checking for parallel port scanners.
# Most Scanners connected to the parallel port or other proprietary ports
# can't be detected by this program.
done
august@August-Ryzen:~$
|
Weiter geht es ohne sudo:
| august@August-Ryzen:~$ ls /usr/lib/x86_64-linux-gnu/sane/* | grep libsane-brother
/usr/lib/x86_64-linux-gnu/sane/libsane-brother2.so
/usr/lib/x86_64-linux-gnu/sane/libsane-brother2.so.1
/usr/lib/x86_64-linux-gnu/sane/libsane-brother2.so.1.0.7
august@August-Ryzen:~$
|
Ein Verzeichnis ist nicht vorhanden:
| august@August-Ryzen:~$ ls /usr/lib/sane/* | grep libsane-brother
ls: Zugriff auf '/usr/lib/sane/*' nicht möglich: Datei oder Verzeichnis nicht gefunden
august@August-Ryzen:~$
|
und weiter geht es:
| august@August-Ryzen:~$ sudo locate libbrcolm
/usr/lib/x86_64-linux-gnu/libbrcolm2.so
/usr/lib/x86_64-linux-gnu/libbrcolm2.so.1
/usr/lib/x86_64-linux-gnu/libbrcolm2.so.1.0.1
/usr/lib64/libbrcolm2.so
/usr/lib64/libbrcolm2.so.1
/usr/lib64/libbrcolm2.so.1.0.1
august@August-Ryzen:~$
|
| /usr/lib/x86_64-linux-gnu/libbrscandec2.so
/usr/lib/x86_64-linux-gnu/libbrscandec2.so.1
/usr/lib/x86_64-linux-gnu/libbrscandec2.so.1.0.0
/usr/lib64/libbrscandec2.so
/usr/lib64/libbrscandec2.so.1
/usr/lib64/libbrscandec2.so.1.0.0
august@August-Ryzen:~$
|
| august@August-Ryzen:~$ grep brother /etc/sane.d/dll.conf
brother2
august@August-Ryzen:~$
|
| august@August-Ryzen:~$ cat /etc/sane.d/brother.conf
# Brother USB
# For libusb support for unknown scanners use the following command
# usb <vendor ID> <product ID>
usb 04f9 0182
august@August-Ryzen:~$
|
| august@August-Ryzen:~$ cat /usr/local/Brother/sane/brsanenetdevice2.cfg
august@August-Ryzen:~$ ls -l /usr/local/Brother/sane/brsanenetdevice2.cfg
-rw-rw-rw- 1 root root 1 Dez 2 2009 /usr/local/Brother/sane/brsanenetdevice2.cfg
august@August-Ryzen:~$
|
1
2
3
4
5
6
7
8
9
10
11
12 | august@August-Ryzen:~$ dpkg -l sane sane-utils xsane libsane
Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name Version Architektur Beschreibung
+++-===============================-====================-====================-====================================================================
un libsane <keine> <keine> (keine Beschreibung vorhanden)
ii sane-utils 1.0.27-1~experimenta amd64 API library for scanners -- utilities
dpkg-query: Kein Paket gefunden, das auf sane passt
dpkg-query: Kein Paket gefunden, das auf xsane passt
august@August-Ryzen:~$
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48 | august@August-Ryzen:~$ dpkg -L sane sane-utils xsane libsane
dpkg-query: Paket »sane« ist nicht installiert
/.
/etc
/etc/default
/etc/default/saned
/etc/init.d
/etc/init.d/saned
/etc/sane.d
/etc/sane.d/saned.conf
/lib
/lib/systemd
/lib/systemd/system
/lib/systemd/system/saned.socket
/lib/systemd/system/saned@.service
/usr
/usr/bin
/usr/bin/gamma4scanimage
/usr/bin/sane-find-scanner
/usr/bin/scanimage
/usr/bin/umax_pp
/usr/sbin
/usr/sbin/saned
/usr/share
/usr/share/doc
/usr/share/doc/sane-utils
/usr/share/doc/sane-utils/README.Debian
/usr/share/doc/sane-utils/copyright
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/gamma4scanimage.1.gz
/usr/share/man/man1/sane-find-scanner.1.gz
/usr/share/man/man1/scanimage.1.gz
/usr/share/man/man5
/usr/share/man/man5/sane-umax_pp.5.gz
/usr/share/man/man8
/usr/share/man/man8/saned.8.gz
/lib/systemd/system/saned.service
/usr/share/doc/sane-utils/changelog.Debian.gz
/usr/share/man/man5/umax_pp.5.gz
dpkg-query: Paket »xsane« ist nicht installiert
dpkg-query: Paket »libsane« ist nicht installiert
Verwenden Sie dpkg --info (= dpkg-deb --info) zum Untersuchen von Archiven
und dpkg --contents (= dpkg-deb --contents) zum Auflisten ihres Inhalts.
august@August-Ryzen:~$
|
Mir fällt dabei nur folgendes auf:
Schönen Gruß
AugustQ
|
Kellerkind_2009
Anmeldungsdatum: 26. November 2009
Beiträge: 19527
|
Mir fällt auf das er immer noch nicht ohne sudo mit den Befehl sane-find-scanner gefunden wird ☹ Diesen Eintrag mal entfernen und das Gerät ab und wieder anstecken cat /etc/sane.d/brother.conf
# Brother USB
# For libusb support for unknown scanners use the following command
# usb <vendor ID> <product ID>
usb 04f9 0182 Das Gerät wurde noch nicht eingerichtet,deshalb ist die /usr/local/Brother/sane/brsanenetdevice2.cfg noch leer. Dann mal neu Installation von sudo apt-get update && sudo apt-get install --reinstall sane-utils xsane libusb-0.1-4 Falls das nicht fruchtet und der Fehler (scanimage: symbol lookup error: scanimage: undefined symbol: md5_buffer) bestehen bleibt,sollte alles neu Installiert werden incl. Brother. Zum Testen auch mal in einer Gastsitzung starten.
|
AugustQ
(Themenstarter)
Anmeldungsdatum: 24. Oktober 2007
Beiträge: 718
|
Hallo Kellerkind_2009, die Sache mit der Datei brother.conf habe ich gemacht. Ebenfalls habe ich die Neuinstallation gemacht → das bringt nix. Zustand wie bisher auch. Gastsitzung: dazu fand ich dieses: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1767706 Soll ich alles zum Thema Brother rauswerfen? Und dann neu installieren? Schönen Gruß
AugustQ PS: ich habe gerade gesehen, daß es ein Programm XSane gibt. Das läuft aber auch nicht, siehe angehängtes Bild.
- Bilder
|
Kellerkind_2009
Anmeldungsdatum: 26. November 2009
Beiträge: 19527
|
Das wäre jetzt der nächste Schritt.Zuerst die Paketverwaltung entfernen lassen sudo apt-get purge brscan* brother* sane-utils Vor der Neuinstallation aber unbedingt Löschen was noch an Resten da ist/sein könnte. Mache es so sudo rm -r /usr/local/Brother
sudo rm -r /usr/bin/brsaneconfig2
sudo rm -r /opt/brother
sudo rm -r /usr/lib/sane/libsane-brother*
sudo rm -r /usr/lib64/sane/libsane-brother*
sudo rm -r /usr/lib/libbrscandec2*
sudo rm -r /usr/lib64/libbrscandec2*
sudo rm -r /usr/lib64/sane/libsane-brother*
sudo rm -r /usr/lib/x86_64-linux-gnu/sane/libsane-brother*
sudo rm /etc/ld.so.conf.d/brother.conf
sudo rm /etc/sane.d/brother.conf
rm ~/.sane Danach zur Kontrolle noch sudo updatedb
sudo locate brsa
sudo locate brother
sudo locate brscan Zeige die Ausgabe der Kontrolle.
|
AugustQ
(Themenstarter)
Anmeldungsdatum: 24. Oktober 2007
Beiträge: 718
|
Hi Kellerkind_2009, das fängt ja schon gut an: | august@August-Ryzen:~$ sudo apt-get purge brscan* brother* sane-utils
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
Hinweis: »brscan« wird für das Suchmuster »brscan*« gewählt.
Hinweis: »brscan2« wird für das Suchmuster »brscan*« gewählt.
Hinweis: »brscan2« wird an Stelle von »brscan« gewählt.
E: Paket brother-udev-rule-type1-1.0.2-0.all.deb kann nicht gefunden werden.
E: Mittels des Musters »brother-udev-rule-type1-1.0.2-0.all.deb« konnte kein Paket gefunden werden.
E: Mittels regulärem Ausdruck »brother-udev-rule-type1-1.0.2-0.all.deb« konnte kein Paket gefunden werden.
august@August-Ryzen:~$
|
Bedeutet dies, daß dies alles nicht funkioniert, weil dieses Paket brother-udev-rule-type fehlt? AugustQ
|
Kellerkind_2009
Anmeldungsdatum: 26. November 2009
Beiträge: 19527
|
Installiert wurde es ja brother-udev-rule-type1 (1.0.2) wird eingerichtet ... Was zeigt dpkg -l brother-udev-rule-type1
|