Page 4 of 5 FirstFirst ... 2345 LastLast
Results 31 to 40 of 45

Thread: Canon iP2600....anyone?

  1. #31
    Join Date
    Sep 2005
    Location
    Phoenix,Az
    Beans
    63
    Distro
    Ubuntu 13.10 Saucy Salamander

    Re: Canon iP2600....anyone?

    I tried the and this was the output:

    merrill@merrill-desktop:~/Downloads$ sudo dpkg -i --force-architecture rebuilt_common.deb
    dpkg: warning: overriding problem because --force enabled:
    package architecture (i386) does not match system (amd64)
    (Reading database ... 153829 files and directories currently installed.)
    Preparing to replace cnijfilter-common 2.90-1 (using rebuilt_common.deb) ...
    Unpacking replacement cnijfilter-common ...
    Setting up cnijfilter-common (2.90-1) ...
    merrill@merrill-desktop:~/Downloads$ sudo dpkg -i --force-architecture rebuilt_ip2600.deb
    dpkg: warning: overriding problem because --force enabled:
    package architecture (i386) does not match system (amd64)
    (Reading database ... 153829 files and directories currently installed.)
    Preparing to replace cnijfilter-ip2600series 2.90-1 (using rebuilt_ip2600.deb) ...
    Unpacking replacement cnijfilter-ip2600series ...
    Setting up cnijfilter-ip2600series (2.90-1) ...

    Processing triggers for libc-bin ...
    ldconfig deferred processing now taking place
    merrill@merrill-desktop:~/Downloads$ ldd cifip2600
    ldd: ./cifip2600: No such file or directory
    merrill@merrill-desktop:~/Downloads$ ldd cifip2600
    ldd: ./cifip2600: No such file or directory
    merrill@merrill-desktop:~/Downloads$

    Thanks the info and any help you can provide

  2. #32
    Join Date
    Dec 2008
    Location
    Si Valley
    Beans
    66
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Canon iP2600....anyone?

    Sorry, I cannot help you with this one. I took the 32-bit packages and just modified dependencies in them.

    What you could try is to find 64-bit packages from the same Asian Canon site and follow this tutorial to change the dependencies.

  3. #33
    Join Date
    Jul 2010
    Beans
    4

    Re: Canon iP2600....anyone?

    ldd: ./cifip2600: No such file or directory
    &

    The printer's state message is: '/usr/lib/cups/filter/pstocanonij failed'.
    in the printer troubleshooter.

    I'm running AMD64, Ubuntu 10.04, the ldd command is the only one that failed, and then the pstocanonij failing. No printer activity.
    (total newbie to Linux, Windows user since 3.11 when I was 8 and really wanted to expand my horizons.)

    any help or suggestions would be greatly appreciated!

  4. #34
    Join Date
    Apr 2005
    Beans
    2,336

    Re: Canon iP2600....anyone?

    try this

    sudo ln /usr/lib/cups/filter/pstocanonij /usr/lib64/cups/filter/pstocanonij
    with the 64bit system, the lib files are in lib64 and the canon drivers are 32 bit drivers, so they look in /usr/lib so you create a symbolic link as above to tell the system to look in lib64

    we hope that works

  5. #35
    Join Date
    Jul 2010
    Beans
    4

    Re: Canon iP2600....anyone?

    same errors as before after running that, any additional suggestions would be great!

  6. #36
    Join Date
    Apr 2005
    Beans
    2,336

    Re: Canon iP2600....anyone?

    open a terminal

    cd /usr/lib/cups/filter
    ls
    cd
    cd /usr/lib64/cups/filter
    ls
    please copy and paste the results od the two ls commands

  7. #37
    Join Date
    Jul 2010
    Beans
    4

    Re: Canon iP2600....anyone?

    n.1
    bannertops hpcac pdftops rastertoepson
    commandtocanon hpgltops pdftoraster rastertoescpx
    commandtoepson hplipjs pstocanonij rastertogutenprint.5.2
    commandtoescpx imagetopdf pstopdf rastertohp
    commandtopclx imagetops pstops rastertolabel
    commandtops imagetoraster pstopxl rastertopclx
    cpdftocps oopstops pstoqpdl rastertoqpdl
    cupsomatic pdftoijs pstoraster textonly
    foomatic-rip pdftoopvp pstotiff texttopdf
    gziptoany pdftopdf rastertodymo texttops
    n.2
    bannertops hpcac pdftops rastertoepson
    commandtocanon hpgltops pdftoraster rastertoescpx
    commandtoepson hplipjs pstocanonij rastertogutenprint.5.2
    commandtoescpx imagetopdf pstopdf rastertohp
    commandtopclx imagetops pstops rastertolabel
    commandtops imagetoraster pstopxl rastertopclx
    cpdftocps oopstops pstoqpdl rastertoqpdl
    cupsomatic pdftoijs pstoraster textonly
    foomatic-rip pdftoopvp pstotiff texttopdf
    gziptoany pdftopdf rastertodymo texttops
    the bolded is in blue, while the rest of the text is green

  8. #38
    Join Date
    Apr 2005
    Beans
    2,336

    Re: Canon iP2600....anyone?

    so pstocanonij is in /usr/lib/cups/filter

    whereas your 64 bit system is looking in /usr/lib64/cups/filter

    if you copied and pasted this

    cd /usr/lib/cups/filter
    and pressed ENTER

    and then copied and pasted this

    sudo cp /usr/lib/cups/filter/pstocanonij /usr/lib64/cups/filter
    that is aiming to copy the file pstocanonij into the comparable directory in lib64

    linux is for adults so I am suggesting and it is your system; it should be fine and you can delete the file if it does not help

  9. #39
    Join Date
    Jul 2010
    Beans
    4

    Re: Canon iP2600....anyone?

    ah, you fixed my newb-ish issues! thank you very much.
    As I said though, Windows user since Windows 3.11 (circa 1994) which makes me 24 now. I learned how to type on a monochrome Apple II, so I'm no stranger to the "other" guys, there is just quite a bit more to Linux than anticipated. Perhaps I should join the local LUG.

  10. #40
    Join Date
    Apr 2005
    Beans
    2,336

    Re: Canon iP2600....anyone?

    delighted to hear your printer is now working; my comments about linux were just to mean: I suggest; you carry them out; if any problems, I hope not to attract too much blame!

    enjoy your printer: great to hear it is now working; do look out for a local LUG: usually a friendly, and mixed bunch of users of many ages!

    best wishes

Page 4 of 5 FirstFirst ... 2345 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •