events
news
The Linux Foundation
Printers from Canon :  OpenPrinting User Forums
FAQ 
Goto Thread: PreviousNext
Goto: Forum ListMessage ListNew TopicSearchLog In
Canon PIXMA ip2500
Posted by: Skino (IP Logged)
Date: October 13, 2007 12:20PM

Does anyone have this kind of printer??
Cups adds this printer, but when i start printing the printer's led blinks just for a few seconds, and then nothing happens.

Re: Canon PIXMA ip2500
Posted by: Akihiro (IP Logged)
Date: October 24, 2007 04:56AM

I also plan to buy this model.
Gentoo Wiki says ip 2500 works on cnijfilter-2.70 driver provided by canon,
because ip 2500 have same print head as PIXUS iP3300 / PIXUS iP4300 / PIXUS iP90 / PIXUS iP90v / PIXUS MP510 / PIXUS MP600 that Canon support on Linux.
You can download the driver from [www.canon-sales.co.jp]

If you have the printer work, could you comment on this thread as I'll be able to buy same model:-) ?

Gentoo wiki URL that I mentioned is [gentoo-wiki.com]

Ooops. After some googling, there are manual for ip2500 on URL
[www.manualnguide.com]
You can download manual.
These manuals install also install cnijfilter-ip2500series-2.70-x.i386.rpm under Fedora Core 6 and openSUSE 10.2.

Re: Canon PIXMA ip2500
Posted by: Akihiro (IP Logged)
Date: October 24, 2007 05:06AM

You can download cnijfilter-ip2500series-2.70-x.i386.rpm from
[software.canon-europe.com]

Could you tell me Japanese displayed correctly under this driver?

Re: Canon PIXMA ip2500
Posted by: Akihiro (IP Logged)
Date: October 25, 2007 06:22AM

IP 2500 worked well even in Japanese.

Re: Canon PIXMA ip2500
Posted by: skino (IP Logged)
Date: October 25, 2007 11:17AM

I have used cnijfilter-ip2500series-2.70-x.i386.rpm with cups. Cups add the printer reading the ppd file installed, but it doesn't work...I have only this message:
STS:USB IP2500 00 UFVFB 100 E 070 YE

I'm on debian system, so i have used alien to convert .rpm to .deb

Re: Canon PIXMA ip2500
Posted by: Akihiro (IP Logged)
Date: October 27, 2007 06:24PM

You need cnijfilter-common-2.70-1.i386.rpm at first.
You can download from hrere [software.canon-europe.com] .

This cnijfilter-common-2.70-1.i386.rpm include packages below.
/usr/lib/cups/backend/cnij_usb
/usr/lib/cups/filter/pstocanonij
/usr/local/bin/cngpij
/usr/share/doc/cnijfilter-common-2.70
/usr/share/doc/cnijfilter-common-2.70/LICENSE-cnijfilter-2.70E.txt
/usr/share/doc/cnijfilter-common-2.70/LICENSE-cnijfilter-2.70J.txt

Then you can install cnijfilter-ip2500series-2.70-x.i386.rpm.

After installed these packages, execute lpadmin command.
# /usr/sbin/lpadmin -p IP2500 -m canonip2500.ppd -v cnij_usb:/dev/usb/lp0

I assume you need cnij_usb, pstocanonij, and canonip2500.ppd basically if you print via lp or lpr commands.
I'd failed lpadmin with -v option as "usb:/" that have to be "cnij_usb:/".
And maybe log files helps with debug level 2 that can be configured in cupsd.conf like "LogLevel debug2."

I'm not quite sure about debian tought, there's some ubuntsu sites describing canon driver.
[www.erlandertervueren.com]

Re: Canon PIXMA ip2500
Posted by: skino (IP Logged)
Date: November 11, 2007 12:58PM

OK..the printer work fine!
I did two things:
1) apt has update cups server to 1.3.2-1+lenny1
2) In the guide for ubuntu is described create symbolic links to libraries, I had not entered the first one

Which one is the solution? I think the second...

Thank's a lot!!!

Re: Canon PIXMA ip2500
Posted by: chen (IP Logged)
Date: November 25, 2007 04:56PM

I recently followed instructions on that post but when I install the ip2500 in cups on Debian I get:
"Filter "pstocanonij" for printer "canon_ip2500" not available: No such file or directory"

When I look in cnijfilter-common_2.70-3_i386.deb made from the .rpm I get:
keynux:/home/kmc/documents/system/canon_ip2500# dpkg -c cnijfilter-common_2.70-3_i386.deb
drwxr-xr-x root/root 0 2007-11-26 01:34 ./
drwxr-xr-x root/root 0 2007-11-26 01:34 ./usr/
drwxr-xr-x root/root 0 2007-11-26 01:34 ./usr/share/
drwxr-xr-x root/root 0 2007-11-26 01:34 ./usr/share/doc/
drwxr-xr-x root/root 0 2007-11-26 01:34 ./usr/share/doc/cnijfilter-common/
-rw-r--r-- root/root 188 2007-11-26 01:34 ./usr/share/doc/cnijfilter-common/changelog.Debian.gz
-rw-r--r-- root/root 896 2007-11-26 01:34 ./usr/share/doc/cnijfilter-common/copyright
-rw-rw-r-- root/root 7472590 2007-08-21 21:54 ./cnijfilter-common-2.70-2.tar.gz
-rw-rw-r-- root/root 17034 2007-08-23 06:00 ./cnijfilter-common.spec

It seems there's no "pstocanonij" there. What's wrong ?

Re: Canon PIXMA ip2500
Posted by: Skino (IP Logged)
Date: November 27, 2007 01:05PM

In the attachment you'll find the .deb that i used.

However, you must move manually the pstocanonij in this directory: /usr/lib/cups/filter/

Attachments: deb.zip (1.75MB)  
Re: Canon PIXMA ip2500
Posted by: chen (IP Logged)
Date: November 28, 2007 01:37PM

Thanks Skino, you saved me !!! (and my printer whitch were very near the trash)

Install of your deb did not work cause of missing of obsolete lib on my system.(Linux version 2.6.21-2-686 (Debian 2.6.21-6) (waldi@debian.org) (gcc version 4.1.3 20070629 (prerelease) (Debian 4.1.2-13)))

But extracting your pstocanonij from your cnijfilter-common_2.70-1_i386.deb and use it with my cnijfilter-common_2.70-3_i386.deb did work !!!!!!!

Hope this will help some others.

Re: Canon PIXMA ip2500
Posted by: dani (IP Logged)
Date: December 23, 2007 12:36AM

driver

Re: Canon PIXMA ip2500
Posted by: gsus (IP Logged)
Date: January 23, 2008 01:31AM

I can't get this on to work..I can install the printer but it doesnt print anything. I've tested all methods and usb settings but nothing. I got it work one time but then when I installed my system again so NO GO! What to do??

Re: Canon PIXMA ip2500
Posted by: Iwan (IP Logged)
Date: February 01, 2008 08:17PM

hi friend
reset print

[indoresetter.blogspot.com]

Re: Canon PIXMA ip2500
Posted by: fabio (IP Logged)
Date: February 27, 2008 09:53AM

se installo cnijfilter-common-2.70-2.src.rpm su mandriva ottengo:

warning: user adminv270 does not exist - using root
warning: group adminv270 does not exist - using root
warning: user adminv270 does not exist - using root
warning: group adminv270 does not exist - using root


cosa posso fare?

Re: Canon PIXMA ip2500
Posted by: Violeena (IP Logged)
Date: March 26, 2008 06:39PM

Akihiro Wrote:
i buy this printer a few mth ago, resently my CD for the printer been stolen and i juz format my computer, is there any way to download the software. tq
-------------------------------------------------------
> You need cnijfilter-common-2.70-1.i386.rpm at
> first.
> You can download from hrere
> [software.canon-europe.com].
> asp?model= .
>
> This cnijfilter-common-2.70-1.i386.rpm include
> packages below.
> /usr/lib/cups/backend/cnij_usb
> /usr/lib/cups/filter/pstocanonij
> /usr/local/bin/cngpij
> /usr/share/doc/cnijfilter-common-2.70
> /usr/share/doc/cnijfilter-common-2.70/LICENSE-cnij
> filter-2.70E.txt
> /usr/share/doc/cnijfilter-common-2.70/LICENSE-cnij
> filter-2.70J.txt
>
> Then you can install
> cnijfilter-ip2500series-2.70-x.i386.rpm.
>
> After installed these packages, execute lpadmin
> command.
> # /usr/sbin/lpadmin -p IP2500 -m canonip2500.ppd
> -v cnij_usb:/dev/usb/lp0
>
> I assume you need cnij_usb, pstocanonij, and
> canonip2500.ppd basically if you print via lp or
> lpr commands.
> I'd failed lpadmin with -v option as "usb:/" that
> have to be "cnij_usb:/".
> And maybe log files helps with debug level 2 that
> can be configured in cupsd.conf like "LogLevel
> debug2."
>
> I'm not quite sure about debian tought, there's
> some ubuntsu sites describing canon driver.
> [www.erlandertervueren.com]
> de/

Re: Canon PIXMA ip1800
Posted by: Epcom (IP Logged)
Date: April 28, 2008 07:50AM

I'm trying to install the printer in Linux Metasys CANON, by Shell
and appears the following error!

warning: you adminv270 there is - to use the root
warning: adminv270 the group does not exist - using root
____________________________________________________________________________________

Estou tentando instalar a impressora CANON no Linux Metasys, pelo Shell
e aparece o seguinte erro!

aviso: o utilizador adminv270 não existe - a usar o root
aviso: o grupo adminv270 não existe - a usar o root


___________________________________________________________________________________

Re: Canon PIXMA ip2500
Posted by: cammy (IP Logged)
Date: May 03, 2008 06:16AM

I am going to buy an ASUS EEpc 701 4g, (the mini pc) and wanted to know if the portable canon printer will execute with the LINUX system? Thanks!

Canon PIXMA ip90
Posted by: David (IP Logged)
Date: December 06, 2009 09:48AM

I have an HP Pavilion 2G dual core, using Ubuntu 9.10 with Canon Pixma iP90.
Since 9.10 upgrade I cannot use iP90. I have tried many approaches without success.
Can you please advise. Thank you.

Re: Canon PIXMA ip90
Posted by: speedyx (IP Logged)
Date: March 13, 2010 09:02PM

I use with satisfaction the Canon BJC-8200 Foomatic included in all the distribution I tried. And the Canon Pixma iP90 works mostly well.

Re: Canon PIXMA ip90
Posted by: Lori (IP Logged)
Date: August 13, 2010 01:51PM

Hello speedyx.

I am trying to reinstall my canon ip90- I had it repaired (a new carriage) and now,
the LED is green and nothing is printing! I am searching for a driver for Linux.
Seems canon is now only supporting MS and Mac.

I will give this a try.

Re: Canon PIXMA ip90
Posted by: Lori (IP Logged)
Date: August 13, 2010 05:11PM

Thank you!!! BJC-8200 with foomatic...simplified 5.0 was a success!
Five hours, and able to print.

Sincerely,
Lori.



Your Name: 
Your Email: 
Subject: 
Attach a file
  • No file can be larger than 9.6MB
  • 5 more file(s) can be attached to this message
Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
This forum powered by Phorum.