Results 1 to 8 of 8

Thread: Canon Pixma MP 270 Ubuntu 64 bit won't install

  1. #1
    Join Date
    Feb 2007
    Location
    Scotland
    Beans
    237
    Distro
    Ubuntu 12.04 Precise Pangolin

    Canon Pixma MP 270 Ubuntu 64 bit won't install

    Canon Pixma MP 270 Ubuntu 64 bit won't install
    I downloaded the source files from Canon and used the correct PPD
    However it now says I need the 'pstocanonij' file
    I have found the folder of that name but have no clue as to what to do

    Please Help!!
    Last edited by eekfonky; May 6th, 2010 at 05:38 PM.

  2. #2
    Join Date
    Feb 2007
    Location
    Scotland
    Beans
    237
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Canon Pixma MP 270 Ubuntu 64 bit won't install

    Can anyone help? I need an idiots guide to make this work? Aaarrghhh I going mental here!

  3. #3
    Join Date
    May 2006
    Beans
    Hidden!
    Distro
    Xubuntu

    Question Re: Canon Pixma MP 270 Ubuntu 64 bit won't install

    Hi, this worked for me. Its a lot easier than compiling the messy sources:

    Go here and download the Debian driver pack
    http://software.canon-europe.com/products/0010753.asp
    Extract the archives until you find the two 32 bit .deb packages
    Open a terminal and enter

    Code:
    sudo dpkg -i --force-architecture ./cnijfilter-common_3.20-1_i386.deb
    sudo dpkg -i --force-architecture ./cnijfilter-mp270series_3.20-1_i386.deb
    You are done.

    Support for scanning is included in sane and scangear install doesn't work by this method.

    I hope this helps, mark it as solved if it works.
    Smiles

  4. #4
    Join Date
    Feb 2007
    Location
    Scotland
    Beans
    237
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Canon Pixma MP 270 Ubuntu 64 bit won't install

    This worked a treat thanks, to add to that to get the scanner working with:
    Code:
    http://ppa.launchpad.net/robert-ancell/sane-backends/ubuntu
    added to my sources list

    Cheers

  5. #5
    Join Date
    Jun 2007
    Beans
    228

    Re: Canon Pixma MP 270 Ubuntu 64 bit won't install

    Quote Originally Posted by eekfonky View Post
    This worked a treat thanks, to add to that to get the scanner working with:
    Code:
    http://ppa.launchpad.net/robert-ancell/sane-backends/ubuntu
    added to my sources list

    Cheers
    Nice work, guys.

    For the sake of completion:
    Code:
    sudo -s
    
    DISTRO=lucid
    HASH=3A852646149D38A7
    
    echo "deb http://ppa.launchpad.net/robert-ancell/sane-backends/ubuntu $DISTRO main" >> /etc/apt/sources.list.d/new-sane.list
    
    gpg --recv-keys $HASH --keyserver keyserver.ubuntu.com
    gpg --export --armor $HASH | sudo apt-key add -
    
    apt-get update && apt-get upgrade
    Last edited by freakalad; June 29th, 2010 at 10:56 PM. Reason: typo
    FLOSS'er

  6. #6
    Join Date
    May 2010
    Beans
    3,247

    Re: Canon Pixma MP 270 Ubuntu 64 bit won't install

    or just use:

    sudo add-apt-repository ppa:robert-ancell/simple-scan && apt-get update; apt-get upgrade

    If you use Lucid, much more elegant

  7. #7
    Join Date
    Jan 2011
    Beans
    20
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Talking Re: Canon Pixma MP 270 Ubuntu 64 bit won't install

    Quote Originally Posted by renmush View Post
    Hi, this worked for me. Its a lot easier than compiling the messy sources:

    Go here and download the Debian driver pack
    http://software.canon-europe.com/products/0010753.asp
    Extract the archives until you find the two 32 bit .deb packages
    Open a terminal and enter

    Code:
    sudo dpkg -i --force-architecture ./cnijfilter-common_3.20-1_i386.deb
    sudo dpkg -i --force-architecture ./cnijfilter-mp270series_3.20-1_i386.deb
    You are done.

    Support for scanning is included in sane and scangear install doesn't work by this method.

    I hope this helps, mark it as solved if it works.
    Smiles
    like to personally thank you for this

  8. #8
    Join Date
    Mar 2009
    Beans
    48

    Re: Canon Pixma MP 270 Ubuntu 64 bit won't install

    Sometimes my MP270 will not print. It says that the printer is not plugged in even if it is. Plugging in and out the USB cable sometimes does help. What could that be?

    Thanks.

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
  •