[sane-devel] Canon PIXMA MP600 support

ikezoe pla-nett at m4.kcn.ne.jp
Sat Nov 4 18:15:28 CET 2006


Hi.

I want to work on support for Canon PIXMA MP600.
So I got http://home.arcor.de/wittawat/pixma/mp150-0.12.2.tar.bz2
and edited pixma_mp150.c file following:

--- pixma_mp150.c 2006-10-18 21:59:30.000000000 +0900
+++ pixma_mp150.c.bak 2006-11-05 01:14:50.000000000 +0900
@@ -61,7 +61,6 @@
#define MP450_PID 0x170b
#define MP500_PID 0x170c
#define MP530_PID 0x1712
-#define MP600_PID 0x1718
#define MP800_PID 0x170d
#define MP800R_PID 0x170e
#define MP830_PID 0x1713
@@ -721,7 +720,6 @@
DEVICE("Canon PIXMA MP170", MP170_PID, 1200, 0),
DEVICE("Canon PIXMA MP450", MP450_PID, 1200, 0),
DEVICE("Canon PIXMA MP500", MP500_PID, 1200, 0),
- DEVICE("Canon PIXMA MP600", MP600_PID, 1200, 0),
DEVICE("Canon PIXMA MP530", MP530_PID, 1200, PIXMA_CAP_ADF),
DEVICE("Canon PIXMA MP800", MP800_PID, 2400, PIXMA_CAP_TPU|PIXMA_CAP_48BIT),
DEVICE("Canon PIXMA MP800R", MP800R_PID, 2400,
PIXMA_CAP_TPU|PIXMA_CAP_48BIT),

and then make, check the button codes as below
# ./scan -B
in th end

Action	 		Color 	Gray
Save at PC 		101 	201
Save as PDF 		102 	202
Attach to e-mail 	103 	203
Open with application 	104 	204

this is same button codes for MP450, MP500 and MP800.

next I tried scan as below
# ./scan -1 -d 10 -w 30 -h 20 test.pnm 2> test.log
Connected scanner(s):
1: Canon PIXMA MP600 (SN:04A91718_215F36)
Scan mode: color
DPI: 75x75
Offset: (0,0) = (0.00cm, 0.00cm)
Dimension: 89x59 = 3.01cm x 2.00cm
Size: 16 kiB (uncompressed, raw)
Source: Flatbed
Scanning...

ERROR: ECANCELED

I failed scan.
Please tell me what I do.

-- 
Masataka Ikezoe

-------------- next part --------------
A non-text attachment was scrubbed...
Name: test.log
Type: text/x-log
Size: 1253 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20061105/5a42c6ae/test.bin


More information about the sane-devel mailing list