<---- template headericclude ----->
Install Canon iP1500 Printer
FedoraForum.org - Fedora Support Forums and Community
Page 1 of 2 12 LastLast
Results 1 to 15 of 22
  1. #1
    Join Date
    Aug 2005
    Location
    Canada
    Posts
    17
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Install Canon iP1500 Printer

    This is an update to the original installer script. Now that Canon Europe has rpm's for download (also for iP1000) here:

    http://www.canon-europe.com/Support/...ePageID=312226

    it becomes much easier to do a clean install. Let me just post a few instructions here since their site is geared toward SuSE.

    1) Go to the above link and download the drivers for your printer.
    2) Open a terminal and use "su" to run as root.
    3) Unpack the rpm's :

    Code:
    tar -xzf iP1500Linux.tar.gz
    4) Make sure dependencies are met:

    Code:
    yum install libpng10 libxml
    5) Install the rpm's

    Code:
    rpm -ivh iP1500/bjfilter-common-2.50-x.i386.rpm
    rpm -ivh iP1500/bjfilter-pixmaip1500-2.50-x.i386.rpm
    6) Power on the printer. If you get Gnome messages about eggcups, add printer, etc. just cancel them.
    7) Restart the Common Unix Printing System

    Code:
    /etc/init.d/cups restart
    8) Open a browser to the CUPS interface.

    Code:
    htmlview http://localhost:631
    9) Enter your root username and password at the prompt and use the interface to add your printer. It is fairly straightforward but if you would like further instructions for a typical setup read on:

    - Click the "Printers" link at the top.
    - Click the "Add Printer" button.
    - Enter a name for the printer in the name field. It cannot have spaces. e.g. "Canon-iP1500"
    - You can usually ignore the other two fields unless you want to fill them in.
    - Click the "Continue" button.
    - Under "Device" select "Canon iP1500 (Canon iP1500)" if you have the option. You may also be able to select the printer under the USB options but the first option I mentioned should be your first choice.
    - Click the "Continue" button.
    - Under "Make" select "Canon" and click the "Continue" button.
    - Under "Model" select "Canon PIXMA iP1500 Ver.2.50 (en)" though of course if you downloaded a different language than English expect to see something else in the (en) field
    - Click the "Continue" button.
    - You should see a message indicating if the printer was added successfully. Click on the link containing the printer's name.
    - Now you will see buttons allowing you to manage the printer including options to either start or stop the printer, accept incoming jobs or reject them, and to set it as the default printer. You can reach this menu at any time through the CUPS interface.
    Last edited by mr_niceguy; 4th December 2005 at 01:45 AM. Reason: Update

  2. #2
    callcbe79 Guest
    mr-niceguy, you are really really nice. I was wondering whether should I pay turbopoint. Great Job in putting this script together.

    My printer worked fine without a problem. Thanks a million.

  3. #3
    Join Date
    Jan 2005
    Posts
    625
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ANy hope for older Canon printers? (Mine's BJC2000)
    You can find out what book a person needs by asking the question, "Do you want to be a Muggle or a Wizard?"

    (1) If they answer "Wizard", then you give them RUTE.
    (2) If they answer "Muggle", then you give them "Linux for Dummies."
    (3) If they answer "What's a Muggle?", then you give them "Harry Potter".

  4. #4
    callcbe79 Guest
    linmix, I saw BJC2000 as a standard printer under FC4. I think you should be able to install it directly.

  5. #5
    Join Date
    Jan 2005
    Posts
    625
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It works, but the printing is crappy: slow and low quality. I've tied a turboprint evaluation version and that gives me the same quality and speed as under windows, but I'm not about to spend 30€ on a driver for a printer that costs about the same
    You can find out what book a person needs by asking the question, "Do you want to be a Muggle or a Wizard?"

    (1) If they answer "Wizard", then you give them RUTE.
    (2) If they answer "Muggle", then you give them "Linux for Dummies."
    (3) If they answer "What's a Muggle?", then you give them "Harry Potter".

  6. #6
    callcbe79 Guest
    Just an additional step to the install instructions for iP1500. You have to login as root to do it. It did not work for me when I logged in as me and did su from a Terminal.

  7. #7
    Join Date
    Aug 2005
    Location
    Canada
    Posts
    17
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by callcbe79
    Just an additional step to the install instructions for iP1500. You have to login as root to do it. It did not work for me when I logged in as me and did su from a Terminal.
    Thanks! I'll update the README today.

  8. #8
    Join Date
    Aug 2005
    Location
    Canada
    Posts
    17
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    question

    Quote Originally Posted by callcbe79
    You have to login as root to do it. It did not work for me when I logged in as me and did su from a Terminal.
    Just wondering, does it work with "sudo"?

  9. #9
    callcbe79 Guest
    I did not try "sudo" (in fact never used sudo before).

    Also do you know how I can print double sided using this driver? Have you tried it?

  10. #10
    Join Date
    Aug 2005
    Location
    Canada
    Posts
    17
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by callcbe79
    Also do you know how I can print double sided using this driver? Have you tried it?
    I would think you just need to make sure the program you were printing from allowed you to print every other page, then take the printed pages, turn them over one at a time, load them back in the printer and print the rest of the pages. Of course if you had a couple pages get stuck together while it was feeding a new sheet of paper, the order of your pages would be out.

    The most reliable way is also the most tedious: just print one page at a time, turning each sheet over after the first side is printed and inserting it to print the next side.
    Last edited by mr_niceguy; 4th December 2005 at 01:59 AM.

  11. #11
    callcbe79 Guest
    Can you give instructions on how to clean up your old install and do the new one?

  12. #12
    Join Date
    Aug 2005
    Location
    Canada
    Posts
    17
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by callcbe79
    Can you give instructions on how to clean up your old install and do the new one?
    Certainly. (and good point)

    Code:
    yum remove bjfilter*
    In fact while we're at it, it might make more sense to install the rpm's with yum as well... so where we now have:

    Code:
    rpm -ivh iP1500/bjfilter-common-2.50-x.i386.rpm
    rpm -ivh iP1500/bjfilter-pixmaip1500-2.50-x.i386.rpm
    we would have:

    Code:
    yum localinstall iP1500/bjfilter-common-2.50-x.i386.rpm iP1500/bjfilter-pixmaip1500-2.50-x.i386.rpm
    That also should negate the need to chase down those other dependencies since yum would do that for you.

    Let me know how it works for you.

  13. #13
    ugus Guest

    what about networked?

    does this work for networking printer, lets say, a windows shared printer?

  14. #14
    Join Date
    Aug 2005
    Location
    Canada
    Posts
    17
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by ugus
    does this work for networking printer, lets say, a windows shared printer?
    In that situation I have heard of people setting up the printer with Windows and sharing it with Linux as opposed to doing it the other way around. You can Google on it since it has been done. I believe the reason for that configuration is that Canon's official driver support for Windows is much better than it is for Linux.

  15. #15
    thewalrus Guest
    Any chance this would work for an ip 3000?
    I looked on the canon europe site and it doesnt look like they offer linux drivers
    thanks

Page 1 of 2 12 LastLast

Similar Threads

  1. FC7 and canon printer
    By zillah in forum Hardware
    Replies: 10
    Last Post: 22nd November 2007, 11:35 PM
  2. Canon printer
    By gotencool in forum Hardware
    Replies: 1
    Last Post: 25th April 2007, 04:27 PM
  3. Canon Printer anyone???
    By ttuee2006 in forum Hardware
    Replies: 9
    Last Post: 18th June 2006, 05:20 PM
  4. Replies: 1
    Last Post: 22nd November 2004, 06:45 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
[[template footer(Guest)]]