Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Kernel & Hardware
  • Search

Canon Immagerunner ir2525i setup question

Kernel not recognizing your hardware? Problems with power management or PCMCIA? What hardware is compatible with Gentoo? See here. (Only for kernels supported by Gentoo.)
Post Reply
Advanced search
5 posts • Page 1 of 1
Author
Message
szensz-siempre
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 103
Joined: Mon Dec 04, 2006 3:32 am
Location: South Africa

Canon Immagerunner ir2525i setup question

  • Quote

Post by szensz-siempre » Mon May 28, 2012 10:44 am

Hi,

At the office we have an Canon ir2525i to which everyone on my floor prints. They all use Windows and out IT department set up their machines to print over the network. Seeing as I have chosen to run on Gentoo they cannot help me.

I have tried with my limited knowledge to do it myself. Using the CUPS administration page the printer was detected without a problem, then I tried to install using a PPD file I got from the Canon website. However, when I enter the Admin/Printers page the printer is idle with the following error message: "
Idle - "/usr/libexec/cups/filter/foomatic-rip failed"
** Edit ** After changing the ppd file to cel-ir2525-ps-en.ppd.gz rather than cel-ir2525-pxl-en.ppd.gz I no longer get the error message. The log shows my job as having being completed, but nothing happens at the printer.

I next tried to install CQue2.0-3 from http://software.canon-europe.com/software/0042573.asp by running the setup script.

It fails with a missing libpng12.so.0 library, which is a problem as libpng-1.2.44 is no longer in portage.

Can anyone help me install and use this printer over the network?

Any help is appreciated.
Top
ShadowCat8
Apprentice
Apprentice
User avatar
Posts: 173
Joined: Tue Oct 07, 2008 7:37 pm
Location: San Bernardino, CA, USA

  • Quote

Post by ShadowCat8 » Tue May 29, 2012 4:16 pm

Greetings,

At our office here, we have an imageCLASS MF7470 and I use the imageRunner 330s Foomatic driver to be able to print to it. It works quite well. You may want to give that a shot and see if you can get a test page printed from that.

As far as the libpng12 issue, have you run 'revdep-rebuild' yet?

HTH. Let us know.
________________________

"As far as the laws of mathematics refer to reality, they are not
certain, and as far as they are certain, they do not refer to reality."

-- Albert Einstein
Top
szensz-siempre
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 103
Joined: Mon Dec 04, 2006 3:32 am
Location: South Africa

  • Quote

Post by szensz-siempre » Thu Oct 25, 2012 10:53 am

Hi ShadowCat8, still no resolution here and no-one seems able to help me (I asked one of the canon techies that came for routine maintenance).

It seems like I have CUPS happy with the printer now, but I still cannot print to it as I still can't install CQue (To manage the Dept. ID Management Password feature on the printer). Revdep-rebuild finds no packages that need to be emerged.

Has anyone gotten CQue working that could give me some guidance?
Top
szensz-siempre
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 103
Joined: Mon Dec 04, 2006 3:32 am
Location: South Africa

Please help with QCue

  • Quote

Post by szensz-siempre » Wed Jan 16, 2013 8:48 am

:cry:

It's been almost half a year and I am still struggling with this problem. Here is what I have done

CQue is now at version 2.0-4 but running the setup script still gave me the following error:

Code: Select all

./setup: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory
So I tried copying the file from my /usr/lib32 to /usr/lib64 folder
Now when I ran the setup script I ended up with:

Code: Select all

./setup: error while loading shared libraries: libpng12.so.0: wrong ELF class: ELFCLASS32
So I installed libpng1.2 into a slot
emerge -av libpng:1.2
Some progress, now I needed libjpeg.so.62 so I run:

Code: Select all

emerge =media-libs/jpeg-6b-r9
Now when I run the setup script I get the following error:

Code: Select all

/bin/cp: cannot stat 'cque.pp': No such file or directory
Now I have no idea where to go from here. I'm stumped.
Top
ShadowCat8
Apprentice
Apprentice
User avatar
Posts: 173
Joined: Tue Oct 07, 2008 7:37 pm
Location: San Bernardino, CA, USA

  • Quote

Post by ShadowCat8 » Mon Mar 25, 2013 7:20 pm

Greetings,

Sorry I missed the fact that you had responded on this thread. :-/

With regards to your issue, it looks like the setup script lost track of where it was getting some of the files it needs... In particular, it doesn't know where to copy the "cque.pp" file from. You may have to look directly at the script to see what it is trying to do and see if you can "help" it along, like I had to with the UFR II driver package from Canon. Do you know where that file is in the CQue source code?

I have noticed that there are some issues with the way that Canon seems to be doing their driver packages, and while I am unfamiliar with CQue, I am now fairly well versed in building and installing the Linux_UFRII_PrinterDriver_V250_u[s,k]_EN package. :? Unfortunately, I have found that after doing all the adjustments that I managed to find (including running "WANT_AUTOMAKE=1.11 autoreconf -f --install" on every source directory with a configure.[in,ac] script in it as was recommended in this post on these forums) on how to get it to build and install, there still seem to be issues when you are using one of the UFR II drivers; nothing happens at the printer and CUPS reports the job as stopped. Checking /var/log/cups/error_log showed the following:

Code: Select all

...<snip>...
W [25/Mar/2013:09:47:18 -0700] [CGI] Missing Product in /usr/share/cups/model/CNCUPSIRADV4051ZK.ppd!
E [25/Mar/2013:10:18:50 -0700] Canon_MF7400_Series_: File "/usr/libexec/cups/filter/pstoufr2cpca" not available: No such file or directory
E [25/Mar/2013:10:19:06 -0700] Canon_MF7400_Series_: File "/usr/libexec/cups/filter/pstoufr2cpca" not available: No such file or directory
E [25/Mar/2013:10:19:06 -0700] [Job 60] Unable to start filter "pstoufr2cpca" - No such file or directory.
E [25/Mar/2013:10:19:06 -0700] [Job 60] Stopping job because the scheduler could not execute a filter.
E [25/Mar/2013:10:20:10 -0700] Canon_MF7400_Series_: File "/usr/libexec/cups/filter/pstoufr2cpca" not available: No such file or directory
E [25/Mar/2013:10:20:10 -0700] [Job 60] Unable to start filter "pstoufr2cpca" - No such file or directory.
E [25/Mar/2013:10:20:10 -0700] [Job 60] Stopping job because the scheduler could not execute a filter.
E [25/Mar/2013:10:24:07 -0700] [Job 60] Stopping unresponsive job!
So, having seen that, I look into the build directories and find the following:

Code: Select all

tech8 Linux_UFRII_PrinterDriver_V250_uk_EN # find . -iname "*pstoufr2cpca*" -print
./Sources/cndrvcups-lb-2.50/pstoufr2cpca
./Sources/cndrvcups-lb-2.50/pstoufr2cpca/filter/.deps/pstoufr2cpca.Po
./Sources/cndrvcups-lb-2.50/pstoufr2cpca/filter/pstoufr2cpca.o
./Sources/cndrvcups-lb-2.50/pstoufr2cpca/filter/pstoufr2cpca
./Sources/cndrvcups-lb-2.50/pstoufr2cpca/filter/pstoufr2cpca.c
tech8 Linux_UFRII_PrinterDriver_V250_uk_EN #
So, after I copy the "pstoufr2cpca" filter to /usr/libexec/cups/filter/, I try another test print and it seems to go through, but all I get on the page is an error message saying "**** Unable to open initial device, quitting." and no output in the error_log. :?

Still running these issues down on my end, but let us know if you find that file.

HTH. TTYL.
________________________

"As far as the laws of mathematics refer to reality, they are not
certain, and as far as they are certain, they do not refer to reality."

-- Albert Einstein
Top
Post Reply

5 posts • Page 1 of 1

Return to “Kernel & Hardware”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic