On 03/03/2010 02:10 AM, Dan Vratil wrote:
On Tuesday 02 March 2010 16:57:22 Yoshiaki Miura wrote:
Hi.
I'm going to use Canon MP610 Printer.
So I installed cnijfilter-common-3.00-3 and cnijfilter-mp610-2.80-2 from
AUR.
When printing Test Page in cups web interface, Displayed like bellow.
? ID ?
<http://localhost:631/jobs/?QUERY=&WHICH_JOBS=completed&FIRST=%7BFIRST%7D
&ORDER=asc>
Name User Size Pages State Control
mp610<http://eva:0/printers/mp610>-29 Test Page root 1k Unknown
completed at
Wed 03 Mar 2010 12:19:31 AM JST
/var/log/cups/access_log But Printer didn't work.
Can anyone help?
Try checking /var/log/cups/error_log it will tell you more about what
does not work. If you won't find nothing relevant, try setting LogLevel in
/etc/cups/cupsd.conf to "debug" and printing the test page again.
I can see that the printer is on http://eva:0/ so I suppose that the
printer is connected remotly, so make sure there is no problem on the remote
machine. I have MP610 connected via Samba Share (it's plugged into a Windows
machine) and CUPS says "success" no matter what the result is. It shows status
"fail" only when CUPS fails to convert the document or send it to the printer.
Dan
Thank you for reply.
mp610 connected via usb.
I changed LogLevel value to debug. And I found this line.
D [03/Mar/2010:14:07:13 +0900] [Job 40] /usr/local/bin/cifmp610: error
while loading shared libraries: libpng12.so.0: cannot open shared object
file: No such file or directory
But libpng14.so.0 is available in my system.
I compiled libpng-1.2.43. Then copy to libpng12.so.* to /usr/lib.
Finally It worked!
really helped. thanks!