[sane-devel] ERROR DURING READ: Error during device I/O PIXMA

Nicolas Martin nicolas.martin at freesurf.fr
Fri Apr 3 19:05:40 UTC 2009


As far as I can see in the differences between older versions of the
pixma standalone driver and today's, concerning usb exchanges for MP730,
the older drivers did not use events polling whereas newer do with usb
interrupt reads. 

First, did you try to remove the PIXMA_CAP_EVENTS flag for the pixma 730
declaration (at the botom of file pixma_mp730.c) and see how it
behaves ? 

I will also send you some modified files for the pixma backend to
investigate why this usb low level error appears.

Nicolas 

Le vendredi 03 avril 2009 à 08:36 +0200, carterbueford at gmx.net a écrit :
> Hi everybody,
> 
> as you told me to get better support with my problem I now compiled the
> cvs-snapshot on my machine and I now have the PIXMA 0.15.0 installed. 
> 
> I get the following error trying to scan: Error during device I/O PIXMA. 
> 
> Maybe the attached logfile can tell you the reason why.
> 
> 
> Thanks in advanced.
> Oliver
> 
> 
> -----Ursprüngliche Nachricht-----
> Von: m. allan noah [mailto:kitno455 at gmail.com]
> Gesendet: Dienstag, 17. März 2009 13:49
> An: Oliver Polch
> Cc: Nicolas Martin; sane-devel at lists.alioth.debian.org
> Betreff: Re: [sane-devel] ERROR DURING READ: Error during device I/O
> 
> On Tue, Mar 17, 2009 at 7:36 AM, Oliver Polch <CarterBueford at gmx.net> wrote:
> > Hi,
> >
> > i think it wouldn't be that easy to cross-compile the svn-version for me.
> Do you think there is another option to get the sane server running?
> 
> No.
> 
> > You told me "0.14.3 is not the latest version of the pixma backend". Is it
> possible to get a newer version of the PIXMA-backend into my version of SANE
> without crosscomopiling it?
> 
> No. Ask whoever built the original packages to help you build from our CVS.
> 
> allan
> 
> >
> > Thanks
> > Oliver
> >
> >
> > -------- Original-Nachricht --------
> >> Datum: Mon, 16 Mar 2009 21:27:10 +0100
> >> Von: Nicolas Martin <nicolas.martin at freesurf.fr>
> >> An: Oliver Polch <CarterBueford at gmx.net>
> >> CC: sane-devel at lists.alioth.debian.org
> >> Betreff: Re: [sane-devel] ERROR DURING READ: Error during device I/O
> >
> >> Hi,
> >>
> >> This is not what we meant.
> >> We recommend you install Sane CVS in order to help understand the 
> >> issue you experience.
> >> It does not mean you won't get any trouble with CVS.
> >> This is the version of Sane for which we can bring easily support and 
> >> help.
> >>
> >> BTW, there's no proof at the moment there's a problem affecting all 
> >> MP830 (note that the portion of code where it fails is common to all 
> >> generation 2 pixma devices), the issue can be due to your particular 
> >> configuration.
> >> But we pointed out that the pixma backend version you have installed 
> >> does not behave as it would (seen in the trace logs), probably due to 
> >> a usb timeout setting that is not taken into account.
> >>
> >> I think that using the usb part from Sane CVS (=> libusb) is better 
> >> than the one included in the standalone pixma driver, this might be a 
> >> clue on understanding what happens.
> >>
> >> Nicolas
> >>
> >>
> >> Le lundi 16 mars 2009 à 14:45 +0100, Oliver Polch a écrit :
> >> > Hi,
> >> >
> >> > thanks for the response.
> >> >
> >> > So you think when I crosscompile the newest version of SANE (I try 
> >> > to
> >> get it over SVN) this will solve my problem. So the problem with the 
> >> MP830 is solved in the actual SANE version? Could you please tell me 
> >> what the problem is.
> >> >
> >> > Ok, i will compile a new version of SANE for my ASUS-router.
> >> >
> >> > Thanks
> >> > Oliver
> >> >
> >> >
> >> > -------- Original-Nachricht --------
> >> > > Datum: Mon, 16 Mar 2009 08:50:45 -0400
> >> > > Von: "m. allan noah" <kitno455 at gmail.com>
> >> > > An: Oliver Polch <CarterBueford at gmx.net>
> >> > > CC: Nicolas Martin <nicolas.martin at freesurf.fr>,
> >> sane-devel at lists.alioth.debian.org
> >> > > Betreff: Re: [sane-devel] ERROR DURING READ: Error during device 
> >> > > I/O
> >> >
> >> > > ask the people who built the ipkg to teach you how to setup a 
> >> > > cross-compilation environment to build your own packages.
> >> > >
> >> > > allan
> >> > >
> >> > > On Mon, Mar 16, 2009 at 5:32 AM, Oliver Polch 
> >> > > <CarterBueford at gmx.net>
> >> > > wrote:
> >> > > > Hi,
> >> > > >
> >> > > > thanks for your response.
> >> > > >
> >> > > > Actually I can not use the CVS Version. I installed the 
> >> > > > Sane-Server
> >> on a
> >> > > ASUS WL500gP-Router with a light-Linux-Version. The normal
> >> ./configure,
> >> > > make, make install, will not work on that mashine. I installed it 
> >> > > via
> >> IPKG.
> >> > > It seems that the IPKG-Package was not updated a long time. Any 
> >> > > idea
> >> how I
> >> > > get a newer Version on my mashine or is it also possible to get 
> >> > > the
> >> server
> >> > > running with the old version?
> >> > > >
> >> > > > Thanks for your help.
> >> > > > Oliver
> >> > > >
> >> > > > -------- Original-Nachricht --------
> >> > > >> Datum: Sun, 15 Mar 2009 22:30:26 +0100
> >> > > >> Von: Nicolas Martin <nicolas.martin at freesurf.fr>
> >> > > >> An: carterbueford at gmx.net
> >> > > >> CC: sane-devel at lists.alioth.debian.org
> >> > > >> Betreff: Re: AW: [sane-devel] ERROR DURING READ: Error during
> >> device
> >> > > I/O
> >> > > >
> >> > > >> 0.14.3 is not the latest version of the pixma backend, are you
> >> still
> >> > > >> using the old standalone driver ?
> >> > > >>
> >> > > >> Could you try to install Sane CVS instead (pixma backend 
> >> > > >> version is currently 0.15.0), mostly because I'm suspecting 
> >> > > >> you're
> >> experiencing
> >> > > >> something incorrect when the backend sets a usb timeout value, 
> >> > > >> the timeout looks not to be taken into account.
> >> > > >> Sane CVS uses libusb, and is more reliable to me than the
> >> standalone
> >> > > >> driver usb code.
> >> > > >>
> >> > > >> If this is the first time compiling Sane, be careful when 
> >> > > >> setting directories in the ./configure statement Take a look 
> >> > > >> at the page here to help when building Sane:
> >> > > >>
> >> > >
> >> http://mp610.blogspot.com/2008/04/give-your-scanner-new-freshly-sane.
> >> html
> >> > > >>
> >> > > >> Nicolas
> >> > > >>
> >> > > >> Le dimanche 15 mars 2009 à 20:23 +0100, carterbueford at gmx.net 
> >> > > >> a
> >> écrit
> >> > > :
> >> > > >> > Hi,
> >> > > >> >
> >> > > >> > thanks for your fast response.
> >> > > >> >
> >> > > >> > That’s what I got.
> >> > > >> >
> >> > > >> > [sanei_debug] Setting debug level of pixma to 21.
> >> > > >> > [pixma] pixma version 0.14.3 [pixma] pixma_collect_devices() 
> >> > > >> > found Canon PIXMA MP830 at
> >> > > >> libusb:003:005
> >> > > >> > [pixma] pixma_find_scanners() found 1 devices [pixma] 
> >> > > >> > pixma_collect_devices() found Canon PIXMA MP830 at
> >> > > >> libusb:003:005
> >> > > >> > [pixma] pixma_open(): Canon PIXMA MP830 [pixma] OUT  T=1.647 
> >> > > >> > len=16 [pixma]  00000000:f3 20 00 00 00 00 00 00  00 00 00 
> >> > > >> > 00 00 00 00
> >> 0c
> >> > > >> > [pixma]
> >> > > >> > [pixma] IN   T=1.650 len=20
> >> > > >> > [pixma]  00000000:06 06 00 00 00 00 00 00  03 01 00 02 03 00 
> >> > > >> > 02
> >> 00
> >> > > >> > [pixma]  00000010:00 00 01 f4 [pixma] [pixma] Current 
> >> > > >> > status: paper=1 cal=0 lamp=0 busy=0 [pixma] Reader task 
> >> > > >> > started [pixma] [pixma] pixma_scan(): start [pixma]   
> >> > > >> > line_size=1920 image_size=1683840 channels=3 depth=8 [pixma]   
> >> > > >> > dpi=75x75 offset=(0,0) dimension=638x877 [pixma]   
> >> > > >> > gamma_table=0x443528 source=0 [pixma] OUT  T=3.196 len=16 
> >> > > >> > [pixma]  00000000:e9 20 00 00 00 00 00 00  00 00 00 00 00 00 
> >> > > >> > 00
> >> 00
> >> > > >> > [pixma]
> >> > > >> > [pixma] IN   T=3.198 len=8
> >> > > >> > [pixma]  00000000:06 06 00 00 00 00 00 00 [pixma] [pixma] 
> >> > > >> > OUT  T=3.198 len=16 [pixma]  00000000:f3 20 00 00 00 00 00 
> >> > > >> > 00  00 00 00 00 00 00 00
> >> 0c
> >> > > >> > [pixma]
> >> > > >> > [pixma] IN   T=3.201 len=20
> >> > > >> > [pixma]  00000000:06 06 00 00 00 00 00 00  03 01 00 02 03 00 
> >> > > >> > 02
> >> 00
> >> > > >> > [pixma]  00000010:00 00 01 f4 [pixma] [pixma] Current 
> >> > > >> > status: paper=1 cal=0 lamp=0 busy=0 [pixma] OUT  T=3.202 
> >> > > >> > len=16 [pixma]  00000000:db 20 00 00 00 00 00 00  00 00 00 
> >> > > >> > 00 00 00 00
> >> 00
> >> > > >> > [pixma]
> >> > > >> > [pixma] Reader task id=1026 (threaded)
> >> > > >> > scanimage: scanning image of size 638x877 pixels at 24 
> >> > > >> > bits/pixel
> >> > > >> > scanimage: acquiring RGB frame, 8 bits/sample
> >> > > >> > scanimage: reading one scanline, 1914 bytes...      [pixma] 
> >> > > >> > IN
> >> > > T=3.234
> >> > > >> len=8
> >> > > >> > [pixma]  00000000:06 06 00 00 00 00 00 00 [pixma] [pixma] 
> >> > > >> > OUT  T=3.234 len=28 [pixma]  00000000:dd 20 00 00 00 00 00 
> >> > > >> > 00  00 00 00 00 00 00 00
> >> 0c
> >> > > >> > [pixma]  00000010:01 01 00 00 00 00 00 00  00 00 00 fe 
> >> > > >> > [pixma] [pixma] IN   T=3.236 len=8 [pixma]  00000000:06 06 
> >> > > >> > 00 00 00 00 00 00 [pixma] [pixma] OUT  T=3.238 len=4120 
> >> > > >> > [pixma]  00000000:ee 20 00 00 00 00 00 00  00 00 00 00 00 00 
> >> > > >> > 10
> >> 08
> >> > > >> > [pixma]  00000010:10 00 10 04 00 06 08 0a  0b 0c 0d 0e 0f 10 
> >> > > >> > 11
> >> 11
> >> > > >> > [pixma]  00000020:12 13 13 14 15 15 16 16  17 17 18 18 19 19 
> >> > > >> > 1a
> >> 1a
> >> > > >> > [pixma]  00000030:1a 1b 1b 1c 1c 1c 1d 1d  1e 1e 1e 1f 1f 1f 
> >> > > >> > 20
> >> 20
> >> > > >> > [pixma]  00000040:20 21 21 21 22 22 22 23  23 23 24 24 24 25 
> >> > > >> > 25
> >> 25
> >> > > >> > [pixma]  00000050:25 26 26 26 27 27 27 27  28 28 28 28 29 29 
> >> > > >> > 29
> >> 29
> >> > > >> > [pixma]  00000060:2a 2a 2a 2a 2b 2b 2b 2b  2c 2c 2c 2c 2d 2d 
> >> > > >> > 2d
> >> 2d
> >> > > >> > [pixma]  00000070:2d 2e 2e 2e 2e 2f 2f 2f  2f 2f 30 30 30 30 
> >> > > >> > 30
> >> 31
> >> > > >> > [pixma]  00000080:31 31 31 31 32 32 32 32  32 33 33 33 33 33 
> >> > > >> > 34
> >> 34
> >> > > >> > [pixma]  00000090:34 34 34 35 35 35 35 35  36 36 36 36 36 36 
> >> > > >> > 37
> >> 37
> >> > > >> > [pixma]  000000a0:37 37 37 38 38 38 38 38  38 39 39 39 39 39 
> >> > > >> > 39
> >> 3a
> >> > > >> > [pixma]  000000b0:3a 3a 3a 3a 3a 3b 3b 3b  3b 3b 3b 3c 3c 3c 
> >> > > >> > 3c
> >> 3c
> >> > > >> > [pixma]  000000c0:3c 3d 3d 3d 3d 3d 3d 3d  3e 3e 3e 3e 3e 3e 
> >> > > >> > 3f
> >> 3f
> >> > > >> > [pixma]  000000d0:3f 3f 3f 3f 3f 40 40 40  40 40 40 40 41 41 
> >> > > >> > 41
> >> 41
> >> > > >> > [pixma]  000000e0:41 41 42 42 42 42 42 42  42 43 43 43 43 43 
> >> > > >> > 43
> >> 43
> >> > > >> > [pixma]  000000f0:44 44 44 44 44 44 44 44  45 45 45 45 45 45 
> >> > > >> > 45
> >> 46
> >> > > >> > [pixma]  00000100:46 46 46 46 46 46 46 47  47 47 47 47 47 47 
> >> > > >> > 48
> >> 48
> >> > > >> > [pixma]  00000110:48 48 48 48 48 48 49 49  49 49 49 49 49 49 
> >> > > >> > 4a
> >> 4a
> >> > > >> > [pixma]  00000120:4a 4a 4a 4a 4a 4a 4b 4b  4b 4b 4b 4b 4b 4b 
> >> > > >> > 4c
> >> 4c
> >> > > >> > [pixma]  00000130:4c 4c 4c 4c 4c 4c 4d 4d  4d 4d 4d 4d 4d 4d 
> >> > > >> > 4d
> >> 4e
> >> > > >> > [pixma]  00000140:4e 4e 4e 4e 4e 4e 4e 4f  4f 4f 4f 4f 4f 4f 
> >> > > >> > 4f
> >> 4f
> >> > > >> > [pixma]  00000150:50 50 50 50 50 50 50 50  50 51 51 51 51 51 
> >> > > >> > 51
> >> 51
> >> > > >> > [pixma]  00000160:51 52 52 52 52 52 52 52  52 52 52 53 53 53 
> >> > > >> > 53
> >> 53
> >> > > >> > [pixma]  00000170:53 53 53 53 54 54 54 54  54 54 54 54 54 55 
> >> > > >> > 55
> >> 55
> >> > > >> > [pixma]  00000180:55 55 55 55 55 55 56 56  56 56 56 56 56 56 
> >> > > >> > 56
> >> 56
> >> > > >> > [pixma]  00000190:57 57 57 57 57 57 57 57  57 57 58 58 58 58 
> >> > > >> > 58
> >> 58
> >> > > >> > [pixma]  000001a0:58 58 58 58 59 59 59 59  59 59 59 59 59 59 
> >> > > >> > 5a
> >> 5a
> >> > > >> > [pixma]  000001b0:5a 5a 5a 5a 5a 5a 5a 5a  5b 5b 5b 5b 5b 5b 
> >> > > >> > 5b
> >> 5b
> >> > > >> > [pixma]  000001c0:5b 5b 5c 5c 5c 5c 5c 5c  5c 5c 5c 5c 5d 5d 
> >> > > >> > 5d
> >> 5d
> >> > > >> > [pixma]  000001d0:5d 5d 5d 5d 5d 5d 5d 5e  5e 5e 5e 5e 5e 5e 
> >> > > >> > 5e
> >> 5e
> >> > > >> > [pixma]  000001e0:5e 5e 5f 5f 5f 5f 5f 5f  5f 5f 5f 5f 60 60 
> >> > > >> > 60
> >> 60
> >> > > >> > [pixma]  000001f0:60 60 60 60 60 60 60 61  61 61 61 61 61 61 
> >> > > >> > 61
> >> 61
> >> > > >> > [pixma]  00000200:61 61 62 62 62 62 62 62  62 62 62 62 62 62 
> >> > > >> > 63
> >> 63
> >> > > >> > [pixma]  00000210:63 63 63 63 63 63 63 63  63 64 64 64 64 64 
> >> > > >> > 64
> >> 64
> >> > > >> > [pixma]  00000220:64 64 64 64 65 65 65 65  65 65 65 65 65 65 
> >> > > >> > 65
> >> 65
> >> > > >> > [pixma]  00000230:66 66 66 66 66 66 66 66  66 66 66 66 67 67 
> >> > > >> > 67
> >> 67
> >> > > >> > [pixma]  00000240:67 67 67 67 67 67 67 67  68 68 68 68 68 68 
> >> > > >> > 68
> >> 68
> >> > > >> > [pixma]  00000250:68 68 68 68 69 69 69 69  69 69 69 69 69 69 
> >> > > >> > 69
> >> 69
> >> > > >> > [pixma]  00000260:6a 6a 6a 6a 6a 6a 6a 6a  6a 6a 6a 6a 6b 6b 
> >> > > >> > 6b
> >> 6b
> >> > > >> > [pixma]  00000270:6b 6b 6b 6b 6b 6b 6b 6b  6b 6c 6c 6c 6c 6c 
> >> > > >> > 6c
> >> 6c
> >> > > >> > [pixma]  00000280:6c 6c 6c 6c 6c 6d 6d 6d  6d 6d 6d 6d 6d 6d 
> >> > > >> > 6d
> >> 6d
> >> > > >> > [pixma]  00000290:6d 6d 6e 6e 6e 6e 6e 6e  6e 6e 6e 6e 6e 6e 
> >> > > >> > 6e
> >> 6f
> >> > > >> > [pixma]  000002a0:6f 6f 6f 6f 6f 6f 6f 6f  6f 6f 6f 6f 70 70 
> >> > > >> > 70
> >> 70
> >> > > >> > [pixma]  000002b0:70 70 70 70 70 70 70 70  70 71 71 71 71 71 
> >> > > >> > 71
> >> 71
> >> > > >> > [pixma]  000002c0:71 71 71 71 71 71 71 72  72 72 72 72 72 72 
> >> > > >> > 72
> >> 72
> >> > > >> > [pixma]  000002d0:72 72 72 72 73 73 73 73  73 73 73 73 73 73 
> >> > > >> > 73
> >> 73
> >> > > >> > [pixma]  000002e0:73 73 74 74 74 74 74 74  74 74 74 74 74 74 
> >> > > >> > 74
> >> 75
> >> > > >> > [pixma]  000002f0:75 75 75 75 75 75 75 75  75 75 75 75 75 76 
> >> > > >> > 76
> >> 76
> >> > > >> > [pixma]  00000300:76 76 76 76 76 76 76 76  76 76 76 77 77 77 
> >> > > >> > 77
> >> 77
> >> > > >> > [pixma]  00000310:77 77 77 77 77 77 77 77  77 78 78 78 78 78 
> >> > > >> > 78
> >> 78
> >> > > >> > [pixma]  00000320:78 78 78 78 78 78 78 78  79 79 79 79 79 79 
> >> > > >> > 79
> >> 79
> >> > > >> > [pixma]  00000330:79 79 79 79 79 79 7a 7a  7a 7a 7a 7a 7a 7a 
> >> > > >> > 7a
> >> 7a
> >> > > >> > [pixma]  00000340:7a 7a 7a 7a 7a 7b 7b 7b  7b 7b 7b 7b 7b 7b 
> >> > > >> > 7b
> >> 7b
> >> > > >> > [pixma]  00000350:7b 7b 7b 7c 7c 7c 7c 7c  7c 7c 7c 7c 7c 7c 
> >> > > >> > 7c
> >> 7c
> >> > > >> > [pixma]  00000360:7c 7c 7d 7d 7d 7d 7d 7d  7d 7d 7d 7d 7d 7d 
> >> > > >> > 7d
> >> 7d
> >> > > >> > [pixma]  00000370:7d 7e 7e 7e 7e 7e 7e 7e  7e 7e 7e 7e 7e 7e 
> >> > > >> > 7e
> >> 7e
> >> > > >> > [pixma]  00000380:7f 7f 7f 7f 7f 7f 7f 7f  7f 7f 7f 7f 7f 7f 
> >> > > >> > 7f
> >> 7f
> >> > > >> > [pixma]  00000390:80 80 80 80 80 80 80 80  80 80 80 80 80 80 
> >> > > >> > 80
> >> 81
> >> > > >> > [pixma]  000003a0:81 81 81 81 81 81 81 81  81 81 81 81 81 81 
> >> > > >> > 81
> >> 82
> >> > > >> > [pixma]  000003b0:82 82 82 82 82 82 82 82  82 82 82 82 82 82 
> >> > > >> > 82
> >> 83
> >> > > >> > [pixma]  000003c0:83 83 83 83 83 83 83 83  83 83 83 83 83 83 
> >> > > >> > 84
> >> 84
> >> > > >> > [pixma]  000003d0:84 84 84 84 84 84 84 84  84 84 84 84 84 84 
> >> > > >> > 85
> >> 85
> >> > > >> > [pixma]  000003e0:85 85 85 85 85 85 85 85  85 85 85 85 85 85 
> >> > > >> > 85
> >> 86
> >> > > >> > [pixma]  000003f0:86 86 86 86 86 86 86 86  86 86 86 86 86 86 
> >> > > >> > 86
> >> 87
> >> > > >> > [pixma]  00000400:87 87 87 87 87 87 87 87  87 87 87 87 87 87 
> >> > > >> > 87
> >> 88
> >> > > >> > [pixma]  00000410:88 88 88 88 88 88 88 88  88 88 88 88 88 88 
> >> > > >> > 88
> >> 88
> >> > > >> > [pixma]  00000420:89 89 89 89 89 89 89 89  89 89 89 89 89 89 
> >> > > >> > 89
> >> 89
> >> > > >> > [pixma]  00000430:89 8a 8a 8a 8a 8a 8a 8a  8a 8a 8a 8a 8a 8a 
> >> > > >> > 8a
> >> 8a
> >> > > >> > [pixma]  00000440:8a 8a 8b 8b 8b 8b 8b 8b  8b 8b 8b 8b 8b 8b 
> >> > > >> > 8b
> >> 8b
> >> > > >> > [pixma]  00000450:8b 8b 8b 8c 8c 8c 8c 8c  8c 8c 8c 8c 8c 8c 
> >> > > >> > 8c
> >> 8c
> >> > > >> > [pixma]  00000460:8c 8c 8c 8c 8d 8d 8d 8d  8d 8d 8d 8d 8d 8d 
> >> > > >> > 8d
> >> 8d
> >> > > >> > [pixma]  00000470:8d 8d 8d 8d 8d 8e 8e 8e  8e 8e 8e 8e 8e 8e 
> >> > > >> > 8e
> >> 8e
> >> > > >> > [pixma]  00000480:8e 8e 8e 8e 8e 8e 8e 8f  8f 8f 8f 8f 8f 8f 
> >> > > >> > 8f
> >> 8f
> >> > > >> > [pixma]  00000490:8f 8f 8f 8f 8f 8f 8f 8f  90 90 90 90 90 90 
> >> > > >> > 90
> >> 90
> >> > > >> > [pixma]  000004a0:90 90 90 90 90 90 90 90  90 90 91 91 91 91 
> >> > > >> > 91
> >> 91
> >> > > >> > [pixma]  000004b0:91 91 91 91 91 91 91 91  91 91 91 91 92 92 
> >> > > >> > 92
> >> 92
> >> > > >> > [pixma]  000004c0:92 92 92 92 92 92 92 92  92 92 92 92 92 92 
> >> > > >> > 93
> >> 93
> >> > > >> > [pixma]  000004d0:93 93 93 93 93 93 93 93  93 93 93 93 93 93 
> >> > > >> > 93
> >> 93
> >> > > >> > [pixma]  000004e0:93 94 94 94 94 94 94 94  94 94 94 94 94 94 
> >> > > >> > 94
> >> 94
> >> > > >> > [pixma]  000004f0:94 94 94 95 95 95 95 95  95 95 95 95 95 95 
> >> > > >> > 95
> >> 95
> >> > > >> > [pixma]  00000500:95 95 95 95 95 96 96 96  96 96 96 96 96 96 
> >> > > >> > 96
> >> 96
> >> > > >> > [pixma]  00000510:96 96 96 96 96 96 96 96  97 97 97 97 97 97 
> >> > > >> > 97
> >> 97
> >> > > >> > [pixma]  00000520:97 97 97 97 97 97 97 97  97 97 97 98 98 98 
> >> > > >> > 98
> >> 98
> >> > > >> > [pixma]  00000530:98 98 98 98 98 98 98 98  98 98 98 98 98 98 
> >> > > >> > 99
> >> 99
> >> > > >> > [pixma]  00000540:99 99 99 99 99 99 99 99  99 99 99 99 99 99 
> >> > > >> > 99
> >> 99
> >> > > >> > [pixma]  00000550:99 9a 9a 9a 9a 9a 9a 9a  9a 9a 9a 9a 9a 9a 
> >> > > >> > 9a
> >> 9a
> >> > > >> > [pixma]  00000560:9a 9a 9a 9a 9b 9b 9b 9b  9b 9b 9b 9b 9b 9b 
> >> > > >> > 9b
> >> 9b
> >> > > >> > [pixma]  00000570:9b 9b 9b 9b 9b 9b 9b 9b  9c 9c 9c 9c 9c 9c 
> >> > > >> > 9c
> >> 9c
> >> > > >> > [pixma]  00000580:9c 9c 9c 9c 9c 9c 9c 9c  9c 9c 9c 9d 9d 9d 
> >> > > >> > 9d
> >> 9d
> >> > > >> > [pixma]  00000590:9d 9d 9d 9d 9d 9d 9d 9d  9d 9d 9d 9d 9d 9d 
> >> > > >> > 9d
> >> 9e
> >> > > >> > [pixma]  000005a0:9e 9e 9e 9e 9e 9e 9e 9e  9e 9e 9e 9e 9e 9e 
> >> > > >> > 9e
> >> 9e
> >> > > >> > [pixma]  000005b0:9e 9e 9e 9f 9f 9f 9f 9f  9f 9f 9f 9f 9f 9f 
> >> > > >> > 9f
> >> 9f
> >> > > >> > [pixma]  000005c0:9f 9f 9f 9f 9f 9f 9f a0  a0 a0 a0 a0 a0 a0 
> >> > > >> > a0
> >> a0
> >> > > >> > [pixma]  000005d0:a0 a0 a0 a0 a0 a0 a0 a0  a0 a0 a0 a1 a1 a1 
> >> > > >> > a1
> >> a1
> >> > > >> > [pixma]  000005e0:a1 a1 a1 a1 a1 a1 a1 a1  a1 a1 a1 a1 a1 a1 
> >> > > >> > a1
> >> a1
> >> > > >> > [pixma]  000005f0:a2 a2 a2 a2 a2 a2 a2 a2  a2 a2 a2 a2 a2 a2 
> >> > > >> > a2
> >> a2
> >> > > >> > [pixma]  00000600:a2 a2 a2 a2 a3 a3 a3 a3  a3 a3 a3 a3 a3 a3 
> >> > > >> > a3
> >> a3
> >> > > >> > [pixma]  00000610:a3 a3 a3 a3 a3 a3 a3 a3  a3 a4 a4 a4 a4 a4 
> >> > > >> > a4
> >> a4
> >> > > >> > [pixma]  00000620:a4 a4 a4 a4 a4 a4 a4 a4  a4 a4 a4 a4 a4 a4 
> >> > > >> > a5
> >> a5
> >> > > >> > [pixma]  00000630:a5 a5 a5 a5 a5 a5 a5 a5  a5 a5 a5 a5 a5 a5 
> >> > > >> > a5
> >> a5
> >> > > >> > [pixma]  00000640:a5 a5 a5 a6 a6 a6 a6 a6  a6 a6 a6 a6 a6 a6 
> >> > > >> > a6
> >> a6
> >> > > >> > [pixma]  00000650:a6 a6 a6 a6 a6 a6 a6 a6  a7 a7 a7 a7 a7 a7 
> >> > > >> > a7
> >> a7
> >> > > >> > [pixma]  00000660:a7 a7 a7 a7 a7 a7 a7 a7  a7 a7 a7 a7 a7 a8 
> >> > > >> > a8
> >> a8
> >> > > >> > [pixma]  00000670:a8 a8 a8 a8 a8 a8 a8 a8  a8 a8 a8 a8 a8 a8 
> >> > > >> > a8
> >> a8
> >> > > >> > [pixma]  00000680:a8 a8 a9 a9 a9 a9 a9 a9  a9 a9 a9 a9 a9 a9 
> >> > > >> > a9
> >> a9
> >> > > >> > [pixma]  00000690:a9 a9 a9 a9 a9 a9 a9 a9  aa aa aa aa aa aa 
> >> > > >> > aa
> >> aa
> >> > > >> > [pixma]  000006a0:aa aa aa aa aa aa aa aa  aa aa aa aa aa aa 
> >> > > >> > ab
> >> ab
> >> > > >> > [pixma]  000006b0:ab ab ab ab ab ab ab ab  ab ab ab ab ab ab 
> >> > > >> > ab
> >> ab
> >> > > >> > [pixma]  000006c0:ab ab ab ac ac ac ac ac  ac ac ac ac ac ac 
> >> > > >> > ac
> >> ac
> >> > > >> > [pixma]  000006d0:ac ac ac ac ac ac ac ac  ac ac ad ad ad ad 
> >> > > >> > ad
> >> ad
> >> > > >> > [pixma]  000006e0:ad ad ad ad ad ad ad ad  ad ad ad ad ad ad 
> >> > > >> > ad
> >> ad
> >> > > >> > [pixma]  000006f0:ae ae ae ae ae ae ae ae  ae ae ae ae ae ae 
> >> > > >> > ae
> >> ae
> >> > > >> > [pixma]  00000700:ae ae ae ae ae ae af af  af af af af af af 
> >> > > >> > af
> >> af
> >> > > >> > [pixma]  00000710:af af af af af af af af  af af af af af b0 
> >> > > >> > b0
> >> b0
> >> > > >> > [pixma]  00000720:b0 b0 b0 b0 b0 b0 b0 b0  b0 b0 b0 b0 b0 b0 
> >> > > >> > b0
> >> b0
> >> > > >> > [pixma]  00000730:b0 b0 b0 b1 b1 b1 b1 b1  b1 b1 b1 b1 b1 b1 
> >> > > >> > b1
> >> b1
> >> > > >> > [pixma]  00000740:b1 b1 b1 b1 b1 b1 b1 b1  b1 b1 b2 b2 b2 b2 
> >> > > >> > b2
> >> b2
> >> > > >> > [pixma]  00000750:b2 b2 b2 b2 b2 b2 b2 b2  b2 b2 b2 b2 b2 b2 
> >> > > >> > b2
> >> b2
> >> > > >> > [pixma]  00000760:b2 b3 b3 b3 b3 b3 b3 b3  b3 b3 b3 b3 b3 b3 
> >> > > >> > b3
> >> b3
> >> > > >> > [pixma]  00000770:b3 b3 b3 b3 b3 b3 b3 b3  b4 b4 b4 b4 b4 b4 
> >> > > >> > b4
> >> b4
> >> > > >> > [pixma]  00000780:b4 b4 b4 b4 b4 b4 b4 b4  b4 b4 b4 b4 b4 b4 
> >> > > >> > b4
> >> b5
> >> > > >> > [pixma]  00000790:b5 b5 b5 b5 b5 b5 b5 b5  b5 b5 b5 b5 b5 b5 
> >> > > >> > b5
> >> b5
> >> > > >> > [pixma]  000007a0:b5 b5 b5 b5 b5 b5 b5 b6  b6 b6 b6 b6 b6 b6 
> >> > > >> > b6
> >> b6
> >> > > >> > [pixma]  000007b0:b6 b6 b6 b6 b6 b6 b6 b6  b6 b6 b6 b6 b6 b6 
> >> > > >> > b7
> >> b7
> >> > > >> > [pixma]  000007c0:b7 b7 b7 b7 b7 b7 b7 b7  b7 b7 b7 b7 b7 b7 
> >> > > >> > b7
> >> b7
> >> > > >> > [pixma]  000007d0:b7 b7 b7 b7 b7 b7 b8 b8  b8 b8 b8 b8 b8 b8 
> >> > > >> > b8
> >> b8
> >> > > >> > [pixma]  000007e0:b8 b8 b8 b8 b8 b8 b8 b8  b8 b8 b8 b8 b8 b8 
> >> > > >> > b9
> >> b9
> >> > > >> > [pixma]  000007f0:b9 b9 b9 b9 b9 b9 b9 b9  b9 b9 b9 b9 b9 b9 
> >> > > >> > b9
> >> b9
> >> > > >> > [pixma]  00000800:b9 b9 b9 b9 b9 b9 ba ba  ba ba ba ba ba ba 
> >> > > >> > ba
> >> ba
> >> > > >> > [pixma]  00000810:ba ba ba ba ba ba ba ba  ba ba ba ba ba ba 
> >> > > >> > bb
> >> bb
> >> > > >> > [pixma]  00000820:bb bb bb bb bb bb bb bb  bb bb bb bb bb bb 
> >> > > >> > bb
> >> bb
> >> > > >> > [pixma]  00000830:bb bb bb bb bb bb bc bc  bc bc bc bc bc bc 
> >> > > >> > bc
> >> bc
> >> > > >> > [pixma]  00000840:bc bc bc bc bc bc bc bc  bc bc bc bc bc bc 
> >> > > >> > bc
> >> bd
> >> > > >> > [pixma]  00000850:bd bd bd bd bd bd bd bd  bd bd bd bd bd bd 
> >> > > >> > bd
> >> bd
> >> > > >> > [pixma]  00000860:bd bd bd bd bd bd bd bd  be be be be be be 
> >> > > >> > be
> >> be
> >> > > >> > [pixma]  00000870:be be be be be be be be  be be be be be be 
> >> > > >> > be
> >> be
> >> > > >> > [pixma]  00000880:bf bf bf bf bf bf bf bf  bf bf bf bf bf bf 
> >> > > >> > bf
> >> bf
> >> > > >> > [pixma]  00000890:bf bf bf bf bf bf bf bf  bf c0 c0 c0 c0 c0 
> >> > > >> > c0
> >> c0
> >> > > >> > [pixma]  000008a0:c0 c0 c0 c0 c0 c0 c0 c0  c0 c0 c0 c0 c0 c0 
> >> > > >> > c0
> >> c0
> >> > > >> > [pixma]  000008b0:c0 c0 c0 c1 c1 c1 c1 c1  c1 c1 c1 c1 c1 c1 
> >> > > >> > c1
> >> c1
> >> > > >> > [pixma]  000008c0:c1 c1 c1 c1 c1 c1 c1 c1  c1 c1 c1 c1 c2 c2 
> >> > > >> > c2
> >> c2
> >> > > >> > [pixma]  000008d0:c2 c2 c2 c2 c2 c2 c2 c2  c2 c2 c2 c2 c2 c2 
> >> > > >> > c2
> >> c2
> >> > > >> > [pixma]  000008e0:c2 c2 c2 c2 c2 c3 c3 c3  c3 c3 c3 c3 c3 c3 
> >> > > >> > c3
> >> c3
> >> > > >> > [pixma]  000008f0:c3 c3 c3 c3 c3 c3 c3 c3  c3 c3 c3 c3 c3 c3 
> >> > > >> > c3
> >> c4
> >> > > >> > [pixma]  00000900:c4 c4 c4 c4 c4 c4 c4 c4  c4 c4 c4 c4 c4 c4 
> >> > > >> > c4
> >> c4
> >> > > >> > [pixma]  00000910:c4 c4 c4 c4 c4 c4 c4 c4  c4 c5 c5 c5 c5 c5 
> >> > > >> > c5
> >> c5
> >> > > >> > [pixma]  00000920:c5 c5 c5 c5 c5 c5 c5 c5  c5 c5 c5 c5 c5 c5 
> >> > > >> > c5
> >> c5
> >> > > >> > [pixma]  00000930:c5 c5 c5 c6 c6 c6 c6 c6  c6 c6 c6 c6 c6 c6 
> >> > > >> > c6
> >> c6
> >> > > >> > [pixma]  00000940:c6 c6 c6 c6 c6 c6 c6 c6  c6 c6 c6 c6 c6 c7 
> >> > > >> > c7
> >> c7
> >> > > >> > [pixma]  00000950:c7 c7 c7 c7 c7 c7 c7 c7  c7 c7 c7 c7 c7 c7 
> >> > > >> > c7
> >> c7
> >> > > >> > [pixma]  00000960:c7 c7 c7 c7 c7 c7 c7 c8  c8 c8 c8 c8 c8 c8 
> >> > > >> > c8
> >> c8
> >> > > >> > [pixma]  00000970:c8 c8 c8 c8 c8 c8 c8 c8  c8 c8 c8 c8 c8 c8 
> >> > > >> > c8
> >> c8
> >> > > >> > [pixma]  00000980:c8 c9 c9 c9 c9 c9 c9 c9  c9 c9 c9 c9 c9 c9 
> >> > > >> > c9
> >> c9
> >> > > >> > [pixma]  00000990:c9 c9 c9 c9 c9 c9 c9 c9  c9 c9 c9 c9 ca ca 
> >> > > >> > ca
> >> ca
> >> > > >> > [pixma]  000009a0:ca ca ca ca ca ca ca ca  ca ca ca ca ca ca 
> >> > > >> > ca
> >> ca
> >> > > >> > [pixma]  000009b0:ca ca ca ca ca ca ca cb  cb cb cb cb cb cb 
> >> > > >> > cb
> >> cb
> >> > > >> > [pixma]  000009c0:cb cb cb cb cb cb cb cb  cb cb cb cb cb cb 
> >> > > >> > cb
> >> cb
> >> > > >> > [pixma]  000009d0:cb cc cc cc cc cc cc cc  cc cc cc cc cc cc 
> >> > > >> > cc
> >> cc
> >> > > >> > [pixma]  000009e0:cc cc cc cc cc cc cc cc  cc cc cc cc cd cd 
> >> > > >> > cd
> >> cd
> >> > > >> > [pixma]  000009f0:cd cd cd cd cd cd cd cd  cd cd cd cd cd cd 
> >> > > >> > cd
> >> cd
> >> > > >> > [pixma]  00000a00:cd cd cd cd cd cd cd cd  ce ce ce ce ce ce 
> >> > > >> > ce
> >> ce
> >> > > >> > [pixma]  00000a10:ce ce ce ce ce ce ce ce  ce ce ce ce ce ce 
> >> > > >> > ce
> >> ce
> >> > > >> > [pixma]  00000a20:ce ce ce cf cf cf cf cf  cf cf cf cf cf cf 
> >> > > >> > cf
> >> cf
> >> > > >> > [pixma]  00000a30:cf cf cf cf cf cf cf cf  cf cf cf cf cf cf 
> >> > > >> > d0
> >> d0
> >> > > >> > [pixma]  00000a40:d0 d0 d0 d0 d0 d0 d0 d0  d0 d0 d0 d0 d0 d0 
> >> > > >> > d0
> >> d0
> >> > > >> > [pixma]  00000a50:d0 d0 d0 d0 d0 d0 d0 d0  d0 d0 d1 d1 d1 d1 
> >> > > >> > d1
> >> d1
> >> > > >> > [pixma]  00000a60:d1 d1 d1 d1 d1 d1 d1 d1  d1 d1 d1 d1 d1 d1 
> >> > > >> > d1
> >> d1
> >> > > >> > [pixma]  00000a70:d1 d1 d1 d1 d1 d1 d2 d2  d2 d2 d2 d2 d2 d2 
> >> > > >> > d2
> >> d2
> >> > > >> > [pixma]  00000a80:d2 d2 d2 d2 d2 d2 d2 d2  d2 d2 d2 d2 d2 d2 
> >> > > >> > d2
> >> d2
> >> > > >> > [pixma]  00000a90:d2 d2 d3 d3 d3 d3 d3 d3  d3 d3 d3 d3 d3 d3 
> >> > > >> > d3
> >> d3
> >> > > >> > [pixma]  00000aa0:d3 d3 d3 d3 d3 d3 d3 d3  d3 d3 d3 d3 d3 d3 
> >> > > >> > d4
> >> d4
> >> > > >> > [pixma]  00000ab0:d4 d4 d4 d4 d4 d4 d4 d4  d4 d4 d4 d4 d4 d4 
> >> > > >> > d4
> >> d4
> >> > > >> > [pixma]  00000ac0:d4 d4 d4 d4 d4 d4 d4 d4  d4 d4 d5 d5 d5 d5 
> >> > > >> > d5
> >> d5
> >> > > >> > [pixma]  00000ad0:d5 d5 d5 d5 d5 d5 d5 d5  d5 d5 d5 d5 d5 d5 
> >> > > >> > d5
> >> d5
> >> > > >> > [pixma]  00000ae0:d5 d5 d5 d5 d5 d5 d5 d6  d6 d6 d6 d6 d6 d6 
> >> > > >> > d6
> >> d6
> >> > > >> > [pixma]  00000af0:d6 d6 d6 d6 d6 d6 d6 d6  d6 d6 d6 d6 d6 d6 
> >> > > >> > d6
> >> d6
> >> > > >> > [pixma]  00000b00:d6 d6 d6 d6 d7 d7 d7 d7  d7 d7 d7 d7 d7 d7 
> >> > > >> > d7
> >> d7
> >> > > >> > [pixma]  00000b10:d7 d7 d7 d7 d7 d7 d7 d7  d7 d7 d7 d7 d7 d7 
> >> > > >> > d7
> >> d7
> >> > > >> > [pixma]  00000b20:d8 d8 d8 d8 d8 d8 d8 d8  d8 d8 d8 d8 d8 d8 
> >> > > >> > d8
> >> d8
> >> > > >> > [pixma]  00000b30:d8 d8 d8 d8 d8 d8 d8 d8  d8 d8 d8 d8 d8 d9 
> >> > > >> > d9
> >> d9
> >> > > >> > [pixma]  00000b40:d9 d9 d9 d9 d9 d9 d9 d9  d9 d9 d9 d9 d9 d9 
> >> > > >> > d9
> >> d9
> >> > > >> > [pixma]  00000b50:d9 d9 d9 d9 d9 d9 d9 d9  d9 d9 da da da da 
> >> > > >> > da
> >> da
> >> > > >> > [pixma]  00000b60:da da da da da da da da  da da da da da da 
> >> > > >> > da
> >> da
> >> > > >> > [pixma]  00000b70:da da da da da da da da  db db db db db db 
> >> > > >> > db
> >> db
> >> > > >> > [pixma]  00000b80:db db db db db db db db  db db db db db db 
> >> > > >> > db
> >> db
> >> > > >> > [pixma]  00000b90:db db db db db dc dc dc  dc dc dc dc dc dc 
> >> > > >> > dc
> >> dc
> >> > > >> > [pixma]  00000ba0:dc dc dc dc dc dc dc dc  dc dc dc dc dc dc 
> >> > > >> > dc
> >> dc
> >> > > >> > [pixma]  00000bb0:dc dc dc dd dd dd dd dd  dd dd dd dd dd dd 
> >> > > >> > dd
> >> dd
> >> > > >> > [pixma]  00000bc0:dd dd dd dd dd dd dd dd  dd dd dd dd dd dd 
> >> > > >> > dd
> >> dd
> >> > > >> > [pixma]  00000bd0:de de de de de de de de  de de de de de de 
> >> > > >> > de
> >> de
> >> > > >> > [pixma]  00000be0:de de de de de de de de  de de de de de de 
> >> > > >> > df
> >> df
> >> > > >> > [pixma]  00000bf0:df df df df df df df df  df df df df df df 
> >> > > >> > df
> >> df
> >> > > >> > [pixma]  00000c00:df df df df df df df df  df df df df e0 e0 
> >> > > >> > e0
> >> e0
> >> > > >> > [pixma]  00000c10:e0 e0 e0 e0 e0 e0 e0 e0  e0 e0 e0 e0 e0 e0 
> >> > > >> > e0
> >> e0
> >> > > >> > [pixma]  00000c20:e0 e0 e0 e0 e0 e0 e0 e0  e0 e0 e0 e1 e1 e1 
> >> > > >> > e1
> >> e1
> >> > > >> > [pixma]  00000c30:e1 e1 e1 e1 e1 e1 e1 e1  e1 e1 e1 e1 e1 e1 
> >> > > >> > e1
> >> e1
> >> > > >> > [pixma]  00000c40:e1 e1 e1 e1 e1 e1 e1 e1  e1 e2 e2 e2 e2 e2 
> >> > > >> > e2
> >> e2
> >> > > >> > [pixma]  00000c50:e2 e2 e2 e2 e2 e2 e2 e2  e2 e2 e2 e2 e2 e2 
> >> > > >> > e2
> >> e2
> >> > > >> > [pixma]  00000c60:e2 e2 e2 e2 e2 e2 e2 e2  e3 e3 e3 e3 e3 e3 
> >> > > >> > e3
> >> e3
> >> > > >> > [pixma]  00000c70:e3 e3 e3 e3 e3 e3 e3 e3  e3 e3 e3 e3 e3 e3 
> >> > > >> > e3
> >> e3
> >> > > >> > [pixma]  00000c80:e3 e3 e3 e3 e3 e3 e4 e4  e4 e4 e4 e4 e4 e4 
> >> > > >> > e4
> >> e4
> >> > > >> > [pixma]  00000c90:e4 e4 e4 e4 e4 e4 e4 e4  e4 e4 e4 e4 e4 e4 
> >> > > >> > e4
> >> e4
> >> > > >> > [pixma]  00000ca0:e4 e4 e4 e4 e4 e5 e5 e5  e5 e5 e5 e5 e5 e5 
> >> > > >> > e5
> >> e5
> >> > > >> > [pixma]  00000cb0:e5 e5 e5 e5 e5 e5 e5 e5  e5 e5 e5 e5 e5 e5 
> >> > > >> > e5
> >> e5
> >> > > >> > [pixma]  00000cc0:e5 e5 e5 e5 e6 e6 e6 e6  e6 e6 e6 e6 e6 e6 
> >> > > >> > e6
> >> e6
> >> > > >> > [pixma]  00000cd0:e6 e6 e6 e6 e6 e6 e6 e6  e6 e6 e6 e6 e6 e6 
> >> > > >> > e6
> >> e6
> >> > > >> > [pixma]  00000ce0:e6 e6 e6 e6 e7 e7 e7 e7  e7 e7 e7 e7 e7 e7 
> >> > > >> > e7
> >> e7
> >> > > >> > [pixma]  00000cf0:e7 e7 e7 e7 e7 e7 e7 e7  e7 e7 e7 e7 e7 e7 
> >> > > >> > e7
> >> e7
> >> > > >> > [pixma]  00000d00:e7 e7 e7 e8 e8 e8 e8 e8  e8 e8 e8 e8 e8 e8 
> >> > > >> > e8
> >> e8
> >> > > >> > [pixma]  00000d10:e8 e8 e8 e8 e8 e8 e8 e8  e8 e8 e8 e8 e8 e8 
> >> > > >> > e8
> >> e8
> >> > > >> > [pixma]  00000d20:e8 e8 e9 e9 e9 e9 e9 e9  e9 e9 e9 e9 e9 e9 
> >> > > >> > e9
> >> e9
> >> > > >> > [pixma]  00000d30:e9 e9 e9 e9 e9 e9 e9 e9  e9 e9 e9 e9 e9 e9 
> >> > > >> > e9
> >> e9
> >> > > >> > [pixma]  00000d40:e9 e9 ea ea ea ea ea ea  ea ea ea ea ea ea 
> >> > > >> > ea
> >> ea
> >> > > >> > [pixma]  00000d50:ea ea ea ea ea ea ea ea  ea ea ea ea ea ea 
> >> > > >> > ea
> >> ea
> >> > > >> > [pixma]  00000d60:ea ea eb eb eb eb eb eb  eb eb eb eb eb eb 
> >> > > >> > eb
> >> eb
> >> > > >> > [pixma]  00000d70:eb eb eb eb eb eb eb eb  eb eb eb eb eb eb 
> >> > > >> > eb
> >> eb
> >> > > >> > [pixma]  00000d80:eb eb ec ec ec ec ec ec  ec ec ec ec ec ec 
> >> > > >> > ec
> >> ec
> >> > > >> > [pixma]  00000d90:ec ec ec ec ec ec ec ec  ec ec ec ec ec ec 
> >> > > >> > ec
> >> ec
> >> > > >> > [pixma]  00000da0:ec ec ed ed ed ed ed ed  ed ed ed ed ed ed 
> >> > > >> > ed
> >> ed
> >> > > >> > [pixma]  00000db0:ed ed ed ed ed ed ed ed  ed ed ed ed ed ed 
> >> > > >> > ed
> >> ed
> >> > > >> > [pixma]  00000dc0:ed ed ed ee ee ee ee ee  ee ee ee ee ee ee 
> >> > > >> > ee
> >> ee
> >> > > >> > [pixma]  00000dd0:ee ee ee ee ee ee ee ee  ee ee ee ee ee ee 
> >> > > >> > ee
> >> ee
> >> > > >> > [pixma]  00000de0:ee ee ee ef ef ef ef ef  ef ef ef ef ef ef 
> >> > > >> > ef
> >> ef
> >> > > >> > [pixma]  00000df0:ef ef ef ef ef ef ef ef  ef ef ef ef ef ef 
> >> > > >> > ef
> >> ef
> >> > > >> > [pixma]  00000e00:ef ef ef ef f0 f0 f0 f0  f0 f0 f0 f0 f0 f0 
> >> > > >> > f0
> >> f0
> >> > > >> > [pixma]  00000e10:f0 f0 f0 f0 f0 f0 f0 f0  f0 f0 f0 f0 f0 f0 
> >> > > >> > f0
> >> f0
> >> > > >> > [pixma]  00000e20:f0 f0 f0 f0 f0 f1 f1 f1  f1 f1 f1 f1 f1 f1 
> >> > > >> > f1
> >> f1
> >> > > >> > [pixma]  00000e30:f1 f1 f1 f1 f1 f1 f1 f1  f1 f1 f1 f1 f1 f1 
> >> > > >> > f1
> >> f1
> >> > > >> > [pixma]  00000e40:f1 f1 f1 f1 f1 f1 f2 f2  f2 f2 f2 f2 f2 f2 
> >> > > >> > f2
> >> f2
> >> > > >> > [pixma]  00000e50:f2 f2 f2 f2 f2 f2 f2 f2  f2 f2 f2 f2 f2 f2 
> >> > > >> > f2
> >> f2
> >> > > >> > [pixma]  00000e60:f2 f2 f2 f2 f2 f2 f2 f3  f3 f3 f3 f3 f3 f3 
> >> > > >> > f3
> >> f3
> >> > > >> > [pixma]  00000e70:f3 f3 f3 f3 f3 f3 f3 f3  f3 f3 f3 f3 f3 f3 
> >> > > >> > f3
> >> f3
> >> > > >> > [pixma]  00000e80:f3 f3 f3 f3 f3 f3 f3 f3  f4 f4 f4 f4 f4 f4 
> >> > > >> > f4
> >> f4
> >> > > >> > [pixma]  00000e90:f4 f4 f4 f4 f4 f4 f4 f4  f4 f4 f4 f4 f4 f4 
> >> > > >> > f4
> >> f4
> >> > > >> > [pixma]  00000ea0:f4 f4 f4 f4 f4 f4 f4 f4  f4 f4 f5 f5 f5 f5 
> >> > > >> > f5
> >> f5
> >> > > >> > [pixma]  00000eb0:f5 f5 f5 f5 f5 f5 f5 f5  f5 f5 f5 f5 f5 f5 
> >> > > >> > f5
> >> f5
> >> > > >> > [pixma]  00000ec0:f5 f5 f5 f5 f5 f5 f5 f5  f5 f5 f5 f6 f6 f6 
> >> > > >> > f6
> >> f6
> >> > > >> > [pixma]  00000ed0:f6 f6 f6 f6 f6 f6 f6 f6  f6 f6 f6 f6 f6 f6 
> >> > > >> > f6
> >> f6
> >> > > >> > [pixma]  00000ee0:f6 f6 f6 f6 f6 f6 f6 f6  f6 f6 f6 f6 f6 f7 
> >> > > >> > f7
> >> f7
> >> > > >> > [pixma]  00000ef0:f7 f7 f7 f7 f7 f7 f7 f7  f7 f7 f7 f7 f7 f7 
> >> > > >> > f7
> >> f7
> >> > > >> > [pixma]  00000f00:f7 f7 f7 f7 f7 f7 f7 f7  f7 f7 f7 f7 f7 f7 
> >> > > >> > f7
> >> f8
> >> > > >> > [pixma]  00000f10:f8 f8 f8 f8 f8 f8 f8 f8  f8 f8 f8 f8 f8 f8 
> >> > > >> > f8
> >> f8
> >> > > >> > [pixma]  00000f20:f8 f8 f8 f8 f8 f8 f8 f8  f8 f8 f8 f8 f8 f8 
> >> > > >> > f8
> >> f8
> >> > > >> > [pixma]  00000f30:f8 f9 f9 f9 f9 f9 f9 f9  f9 f9 f9 f9 f9 f9 
> >> > > >> > f9
> >> f9
> >> > > >> > [pixma]  00000f40:f9 f9 f9 f9 f9 f9 f9 f9  f9 f9 f9 f9 f9 f9 
> >> > > >> > f9
> >> f9
> >> > > >> > [pixma]  00000f50:f9 f9 f9 f9 fa fa fa fa  fa fa fa fa fa fa 
> >> > > >> > fa
> >> fa
> >> > > >> > [pixma]  00000f60:fa fa fa fa fa fa fa fa  fa fa fa fa fa fa 
> >> > > >> > fa
> >> fa
> >> > > >> > [pixma]  00000f70:fa fa fa fa fa fa fb fb  fb fb fb fb fb fb 
> >> > > >> > fb
> >> fb
> >> > > >> > [pixma]  00000f80:fb fb fb fb fb fb fb fb  fb fb fb fb fb fb 
> >> > > >> > fb
> >> fb
> >> > > >> > [pixma]  00000f90:fb fb fb fb fb fb fb fb  fb fc fc fc fc fc 
> >> > > >> > fc
> >> fc
> >> > > >> > [pixma]  00000fa0:fc fc fc fc fc fc fc fc  fc fc fc fc fc fc 
> >> > > >> > fc
> >> fc
> >> > > >> > [pixma]  00000fb0:fc fc fc fc fc fc fc fc  fc fc fc fc fd fd 
> >> > > >> > fd
> >> fd
> >> > > >> > [pixma]  00000fc0:fd fd fd fd fd fd fd fd  fd fd fd fd fd fd 
> >> > > >> > fd
> >> fd
> >> > > >> > [pixma]  00000fd0:fd fd fd fd fd fd fd fd  fd fd fd fd fd fd 
> >> > > >> > fd
> >> fe
> >> > > >> > [pixma]  00000fe0:fe fe fe fe fe fe fe fe  fe fe fe fe fe fe 
> >> > > >> > fe
> >> fe
> >> > > >> > [pixma]  00000ff0:fe fe fe fe fe fe fe fe  fe fe fe fe fe fe 
> >> > > >> > fe
> >> fe
> >> > > >> > [pixma]  00001000:fe fe ff ff ff ff ff ff  ff ff ff ff ff ff 
> >> > > >> > ff
> >> ff
> >> > > >> > [pixma]  00001010:ff ff ff ff 00 00 00 0a [pixma] [pixma] IN   
> >> > > >> > T=3.258 len=8 [pixma]  00000000:06 06 00 00 00 00 00 00 
> >> > > >> > [pixma] [pixma] OUT  T=3.259 len=64 [pixma]  00000000:de 20 
> >> > > >> > 00 00 00 00 00 00  00 00 00 00 00 00 00
> >> 30
> >> > > >> > [pixma]  00000010:00 00 00 00 80 4b 80 4b  00 00 00 00 00 00 
> >> > > >> > 00
> >> 00
> >> > > >> > [pixma]  00000020:00 00 02 80 00 00 03 6d  08 18 00 00 00 00 
> >> > > >> > 00
> >> 00
> >> > > >> > [pixma]  00000030:ff 00 00 81 00 00 02 01  00 00 00 00 00 00 
> >> > > >> > 00
> >> d5
> >> > > >> > [pixma]
> >> > > >> > [pixma] IN   T=3.260 len=8
> >> > > >> > [pixma]  00000000:06 06 00 00 00 00 00 00 [pixma] [pixma] 
> >> > > >> > OUT  T=3.261 len=16 [pixma]  00000000:f3 20 00 00 00 00 00 
> >> > > >> > 00  00 00 00 00 00 00 00
> >> 0c
> >> > > >> > [pixma]
> >> > > >> > [pixma] IN   T=3.263 len=20
> >> > > >> > [pixma]  00000000:06 06 00 00 00 00 00 00  03 01 00 02 03 00 
> >> > > >> > 02
> >> 00
> >> > > >> > [pixma]  00000010:00 21 01 d3 [pixma] [pixma] Current 
> >> > > >> > status: paper=1 cal=0 lamp=0 busy=33 [pixma] WARNING:Timed 
> >> > > >> > out in wait_until_ready() [pixma] OUT  T=3.299 len=16 
> >> > > >> > [pixma]  00000000:f3 20 00 00 00 00 00 00  00 00 00 00 00 00 
> >> > > >> > 00
> >> 0c
> >> > > >> > [pixma]
> >> > > >> > [pixma] IN   T=3.301 len=20
> >> > > >> > [pixma]  00000000:06 06 00 00 00 00 00 00  03 01 00 02 03 00 
> >> > > >> > 02
> >> 00
> >> > > >> > [pixma]  00000010:00 21 01 d3 [pixma] [pixma] Current 
> >> > > >> > status: paper=1 cal=0 lamp=0 busy=33 [pixma] OUT  T=3.301 
> >> > > >> > len=16 [pixma]  00000000:ef 20 00 00 00 00 00 00  00 00 00 
> >> > > >> > 00 00 00 00
> >> 00
> >> > > >> > [pixma]
> >> > > >> > [pixma] IN   T=3.302 len=8
> >> > > >> > [pixma]  00000000:06 06 00 00 00 00 00 00 [pixma] [pixma] 
> >> > > >> > pixma_read_image() failed ETIMEDOUT [pixma] 
> >> > > >> > read_image():reader task closed the pipe:0 bytes
> >> received,
> >> > > >> 1683840
> >> > > >> > bytes expected
> >> > > >> > [pixma] Reader task terminated: ETIMEDOUT FAIL Error: Error 
> >> > > >> > during device I/O [pixma] pixma_close(): Canon PIXMA MP830
> >> > > >> >
> >> > > >> >
> >> > > >> > Oliver
> >> > > >> >
> >> > > >> >
> >> > > >> >
> >> > > >> >
> >> > > >> > -----Ursprüngliche Nachricht-----
> >> > > >> > Von: Nicolas Martin [mailto:nicolas.martin at freesurf.fr]
> >> > > >> > Gesendet: Sonntag, 15. März 2009 20:10
> >> > > >> > An: carterbueford at gmx.net
> >> > > >> > Cc: sane-devel at lists.alioth.debian.org
> >> > > >> > Betreff: Re: [sane-devel] ERROR DURING READ: Error during 
> >> > > >> > device
> >> I/O
> >> > > >> >
> >> > > >> > Hi Olivier,
> >> > > >> >
> >> > > >> > Do you have the latest Sane CVS installed ?
> >> > > >> >
> >> > > >> > Could you try to get some logs to check what's going on here.
> >> > > >> > Run this from the server which drives your MP830 (so without
> >> using
> >> > > >> > saned) :
> >> > > >> >
> >> > > >> > $ export SANE_DEBUG_PIXMA=21 $ scanimage -T  2> /tmp/logfile
> >> > > >> >
> >> > > >> > and send back the /tmp/logfile you get.
> >> > > >> >
> >> > > >> > Nicolas
> >> > > >> >
> >> > > >> > Le dimanche 15 mars 2009 à 16:46 +0100, 
> >> > > >> > carterbueford at gmx.net a
> >> > > écrit
> >> > > >> :
> >> > > >> > > Hi,
> >> > > >> > >
> >> > > >> > >
> >> > > >> > >
> >> > > >> > > I've got the following problem.
> >> > > >> > >
> >> > > >> > >
> >> > > >> > >
> >> > > >> > > I set up the sane-server on my WL500gP. Now I try to 
> >> > > >> > > connect a
> >> > > Canon
> >> > > >> > > MP830 to the server.
> >> > > >> > >
> >> > > >> > >
> >> > > >> > >
> >> > > >> > > scanimage -L
> >> > > >> > >
> >> > > >> > > [admin at ASUS_WL500GP root]$ scanimage -L
> >> > > >> > >
> >> > > >> > > device `pixma:04A91713' is a CANON Canon PIXMA MP830
> >> multi-function
> >> > > >> > > peripheral
> >> > > >> > >
> >> > > >> > >
> >> > > >> > >
> >> > > >> > > and
> >> > > >> > >
> >> > > >> > >
> >> > > >> > >
> >> > > >> > > [admin at ASUS_WL500GP root]$ sane-find-scanner
> >> > > >> > >
> >> > > >> > > found USB scanner (vendor=0x04a9 [Canon], product=0x1713
> >> [MP830])
> >> > > at
> >> > > >> > > libusb:003:005
> >> > > >> > >
> >> > > >> > >
> >> > > >> > >
> >> > > >> > > look good in my opinion.
> >> > > >> > >
> >> > > >> > >
> >> > > >> > >
> >> > > >> > > The sane-service is also started:
> >> > > >> > >
> >> > > >> > > Code:
> >> > > >> > >
> >> > > >> > >
> >> > > >> > >
> >> > > >> > > Service configuration: saned
> >> > > >> > >
> >> > > >> > >         id = saned
> >> > > >> > >
> >> > > >> > >         flags = IPv4
> >> > > >> > >
> >> > > >> > >         socket_type = stream
> >> > > >> > >
> >> > > >> > >         Protocol (name,number) = (tcp,6)
> >> > > >> > >
> >> > > >> > >         port = 6566
> >> > > >> > >
> >> > > >> > >         wait = no
> >> > > >> > >
> >> > > >> > >         user = 0
> >> > > >> > >
> >> > > >> > >         group = 0
> >> > > >> > >
> >> > > >> > >         Groups = no
> >> > > >> > >
> >> > > >> > >         PER_SOURCE = -1
> >> > > >> > >
> >> > > >> > >         Bind = All addresses.
> >> > > >> > >
> >> > > >> > >         Server = /opt/sbin/saned
> >> > > >> > >
> >> > > >> > >         Server argv = saned
> >> > > >> > >
> >> > > >> > >         Only from:  localhost(HOST)
> >> > > 10.0.0.0/255.0.0.0(NET)172.16.0.0
> >> > > >> > > 255.240.0.0(NET) 192.168.0.0/255.255.0.0(NET)
> >> > > >> > >
> >> > > >> > >         No access: No blocked sites
> >> > > >> > >
> >> > > >> > >         Logging to syslog. Facility = authpriv, level = 
> >> > > >> > > info
> >> > > >> > >
> >> > > >> > >         Log_on_success flags = HOST PID
> >> > > >> > >
> >> > > >> > >         Log_on_failure flags = HOST
> >> > > >> > >
> >> > > >> > >
> >> > > >> > >
> >> > > >> > > 09/3/15 at 16:40:51: DEBUG: 1206 {cnf_start_services} Started
> >> service:
> >> > > >> > > saned
> >> > > >> > >
> >> > > >> > >
> >> > > >> > >
> >> > > >> > > Now if I try to scan an image out of XSane, I get the
> >> > > error-message:
> >> > > >> > >
> >> > > >> > >
> >> > > >> > >
> >> > > >> > > ERROR DURING READ: Error during device I/O
> >> > > >> > >
> >> > > >> > >
> >> > > >> > >
> >> > > >> > > Any idea what could be the reason for that?
> >> > > >> > >
> >> > > >> > >
> >> > > >> > >
> >> > > >> > > Thanks
> >> > > >> > >
> >> > > >> > > Oliver
> >> > > >> > >
> >> > > >> > >
> >> > > >> > > --
> >> > > >> > > sane-devel mailing list: 
> >> > > >> > > sane-devel at lists.alioth.debian.org
> >> > > >> > > http://lists.alioth.debian.org/mailman/listinfo/sane-devel
> >> > > >> > > Unsubscribe: Send mail with subject "unsubscribe
> your_password"
> >> > > >> > >              to sane-devel-request at lists.alioth.debian.org
> >> > > >> >
> >> > > >>
> >> > > >
> >> > > > --
> >> > > > Nur bis 16.03.! DSL-Komplettanschluss inkl. WLAN-Modem für nur
> >> > > > 17,95 ¿/mtl. + 1 Monat gratis!*
> >> > > http://dsl.gmx.de/?ac=OM.AD.PD003K11308T4569a
> >> > > >
> >> > > > --
> >> > > > sane-devel mailing list: sane-devel at lists.alioth.debian.org
> >> > > > http://lists.alioth.debian.org/mailman/listinfo/sane-devel
> >> > > > Unsubscribe: Send mail with subject "unsubscribe your_password"
> >> > > >             to sane-devel-request at lists.alioth.debian.org
> >> > >
> >> > >
> >> > >
> >> > > --
> >> > > "The truth is an offense, but not a sin"
> >> >
> >>
> >>
> >>
> >> --
> >> sane-devel mailing list: sane-devel at lists.alioth.debian.org
> >> http://lists.alioth.debian.org/mailman/listinfo/sane-devel
> >> Unsubscribe: Send mail with subject "unsubscribe your_password"
> >>              to sane-devel-request at lists.alioth.debian.org
> >
> > --
> > Aufgepasst: Sind Ihre Daten beim Online-Banking auch optimal geschützt?
> > Jetzt informieren und absichern:
> https://homebanking.web.de/?mc=mail@footer.
> >
> > --
> > sane-devel mailing list: sane-devel at lists.alioth.debian.org
> > http://lists.alioth.debian.org/mailman/listinfo/sane-devel
> > Unsubscribe: Send mail with subject "unsubscribe your_password"
> >             to sane-devel-request at lists.alioth.debian.org
> 
> 
> 
> --
> "The truth is an offense, but not a sin"





More information about the sane-devel mailing list