Saturday, January 2, 2010

printing with Canon Pixma MP560 in Ubuntu

Happy New Year - 2010

http://ubuntuforums.org/showthread.php?t=1264928
Re: printing with Canon Pixma MP560
If you check the Canon Asian site, they have drivers available (although the MP560 is the MP568 on the site; once you get to the driver page it states "MP560").

Actually, here:

http://support-asia.canon-asia.com/P/search?model=PIXMA+MP568&menu=download&filter=0&tagname=ca_os&ca_os=Linux

http://software.canon-europe.com/products/0010756.asp

Look for:

MP560 series IJ Printer Driver Ver. 3.20 for Linux (debian ...

and download the file.

Use Archive manager to extract the file and then look inside the directory it created. There should be a "packages" directory with 2 .deb files.

You can use dpkg to install the files (install the common file first) and if you're on a 64-bit system use the force option to make it work (that's why I had to use dpkg in the first place).

So you issue (it's important to install ia32-libs in amd64 systems prior to installation):

$ sudo apt-get install ia32-libs
$ sudo apt-get install libcupsys2$ sudo dpkg -i --force-architecture cnijfilter-common_3.20-1_i386.deb
$ sudo dpkg -i --force-architecture cnijfilter-mp560series_3.20-1_i386.deb

You can also modify install.sh to add sudo dpkg --force-architecture and run install.sh instead.

Gens
http://ubuntuforums.org/showthread.php?t=290008

http://127.0.0.1:631/
http://127.0.0.1:631/admin/log/error_log
/var/log/cups/error_log

$ lpinfo -v
$ sudo /etc/init.d/cups restart

$ vi /usr/share/ppd/canonmp560.ppd 

https://sourceforge.net/projects/cups-bjnp/

http://ubuntuforums.org/showthread.php?t=1323409

PIXMA 560 = 620?  

Device URI: cnijnet:/00-1E-8F-56-4A-C3 
Make and Model: Canon MP560 series Ver.3.20

http://longair.net/blog/2010/06/06/the-canon-pixma-mp560-on-ubuntu/

1 comment:

Bart Maertens said...

Saved me a lot of searching. Thanks!