Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21

Thread: Canon pixma mp250

  1. #11
    Join Date
    Dec 2009
    Beans
    8

    Re: Canon pixma mp250

    Is it impossible to work with my ubuntu amd64 or not??

  2. #12
    Join Date
    Nov 2007
    Beans
    23
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Canon pixma mp250

    See next post.
    Last edited by spyderpride; December 29th, 2009 at 09:56 AM.

  3. #13
    Join Date
    Nov 2007
    Beans
    23
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Canon pixma mp250

    I think I figured it out...

    First, and not sure if this is entirely relevant or not, unplug printer from the USB port and delete the improperly configured printer from System--Administration--Printing. Just right click on it and delete it.

    Install ia32-libs. Note that you need to have the box checked for the canonical partner repository in Software Sources.

    Code:
    sudo apt-get install ia32-libs

    Install the i386 debs as such:
    Code:
    sudo dpkg --force-architecture -i cnijfilter-common_3.20-1_i386.deb
    sudo dpkg --force-architecture -i cnijfilter-mp250series_3.20-1_i386.deb
    I did this and it worked. I hate to say this, but if it would have been a snake it would have bit us in the face.

    This gets the printing working, scanning will take more work (compiling from latest sane-backends source). http://ubuntuforums.org/showthread.php?t=1314209&page=2
    Last edited by spyderpride; January 18th, 2010 at 10:35 PM.

  4. #14
    Join Date
    May 2008
    Beans
    110

    Re: Canon pixma mp250

    Quote Originally Posted by jzmati View Post
    plz help.
    [EDIT] Didn't see the post above by spyderpride, but yes, that's what you need to do!

    You can get around the "i386" issue by running:

    Code:
    sudo dpkg --force-architecture -i <packagenameshere>

  5. #15
    Join Date
    Nov 2009
    Beans
    2

    Re: Canon pixma mp250

    hello

    i tried what you suggest without success.
    sudo aptitude install ia32-libs <-- this ok

    sudo dpkg --force-architecture -i cnijfilter-common_3.20-1_i386.deb
    dpkg: warning: overriding problem because --force enabled:
    package architecture (i386) does not match system (amd64)
    Selecting previously deselected package cnijfilter-common.
    (Reading database ... 190690 files and directories currently installed.)
    Unpacking cnijfilter-common (from cnijfilter-common_3.20-1_i386.deb) ...
    Setting up cnijfilter-common (3.20-1) ...

    Processing triggers for libc-bin ...
    ldconfig deferred processing now taking place

    did i forget something??

    @ karmic64

    Thks for your help.

  6. #16
    Join Date
    Nov 2007
    Beans
    23
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Canon pixma mp250

    Quote Originally Posted by arpidez View Post
    hello

    i tried what you suggest without success.
    sudo aptitude install ia32-libs <-- this ok

    sudo dpkg --force-architecture -i cnijfilter-common_3.20-1_i386.deb
    dpkg: warning: overriding problem because --force enabled:
    package architecture (i386) does not match system (amd64)
    Selecting previously deselected package cnijfilter-common.
    (Reading database ... 190690 files and directories currently installed.)
    Unpacking cnijfilter-common (from cnijfilter-common_3.20-1_i386.deb) ...
    Setting up cnijfilter-common (3.20-1) ...

    Processing triggers for libc-bin ...
    ldconfig deferred processing now taking place

    did i forget something??

    @ karmic64

    Thks for your help.
    Nope, looks correct so far. Now you just have to do the same thing with the cnijfilter-mp250series_3.20-1_i386.deb package, which is the actual driver.

    There is a way to edit the install script that comes in the tar archive such that it will work on a 64-bit machine. You basically have to search (ctrl+f) through it and find the lines that have the dpkg command which install the debs and add --force-architecture to them (in the correct place). This isn't necessarily easier or works better but... you get to use the script .

  7. #17
    Join Date
    Apr 2010
    Beans
    2

    Re: Canon pixma mp250

    all of this works up until i install the cnijfilter-mp250series
    -3.20-1_i386.deb

    not sure why, but it tells me that no such file or directory exists. i can see it right there on my desktop, so whats going on?

  8. #18
    Join Date
    Apr 2010
    Beans
    2

    Re: Canon pixma mp250

    ignore previous post, i just had to move that file around. printing is go =)

  9. #19
    Join Date
    Mar 2010
    Beans
    1

    Re: Canon pixma mp250

    I manage to work out the printer and also the scanner. thanks for all the help.

    But does the scanner really sounds that loud? Is it because of the 64 bit? I used the '--force-architecture -i' command
    I'm afraid that it will damage my mp250..is it possible?

    thanks in advance

  10. #20
    Join Date
    Aug 2010
    Beans
    2

    Re: Canon pixma mp250

    Thank you very much.

    I've same problem! and now solved >//<

Page 2 of 3 FirstFirst 123 LastLast

Tags for this Thread

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
  •