Results 1 to 8 of 8

Thread: Installing Canon Pixma Printing and Scanning Drivers

  1. #1
    Join Date
    Feb 2013
    Beans
    12

    Post Installing Canon Pixma Printing and Scanning Drivers

    Using Ubuntu 12.10 on my laptop I also have a Canon Pixma MG 3200, which is connected wirelessly to my router.

    I don't really need extra drivers for printing since I can simply add a printer through the "add printer" dialogue in system setting/printer and choose network printer and then the older 3100 model.

    So far so good. Now I also want to use the Pixma's scanning ability. How do I do this? Thankfully Canon provides Linux drivers here:
    Printer
    Scanner

    (clickable links above)

    I downloaded both and managed to extract the archive, creating two new folders (packages & resources) as well as a install.sh file.

    I tried to run the install.sh and something happens, but it vanishes too fast for me to see whether it's an error messages or not. Nothing else changes.

    My question: What exactly (I am very new to this) do I do with this file?

    I understand that once the scanner driver is installed it should be recognised when using "simple scan", right? Right now it doesn't.

    Thank you for reading and if you could give me a hint I'd be grateful.

  2. #2
    Join Date
    Jan 2010
    Beans
    261
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Installing Canon Pixma Printing and Scanning Drivers

    The scanner part is almost always done only through wired.

    I have a photosmart 5510 and printing works flawlessly through wireless on my ubuntu, mac, and my other ubuntu laptop. Windows, oddly enough, simply won't do it for some reason.

    Either way though, all of them, 2ubuntus and a mac need to have the wired connection for scanning to work. If your printer driver is fine out-of-the-box, then your scanner should be too. I'm willing to bet a little that yours also must be wired to scan.

    Which sucks. I've been looking for a way to wirelessly scan too, but can't find a lot on it, and no help yet.
    When your entire life is measured in one moment, you change the concept of time.

  3. #3
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,614
    Distro
    Ubuntu

    Re: Installing Canon Pixma Printing and Scanning Drivers

    I scan wirelessly through GIMP.

    I have a pixma mp495.
    When I extracted the scangearmp I open the package folder and first install the common deb file(for the arch of the system:i386, or amd64), and then install the scangear deb file.
    I then open gimp and then file >> create >> scangear mp.
    It opens a scan list and I click on update scanner and a minute later my scan is connected. then I scan.
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  4. #4
    Join Date
    Jan 2010
    Beans
    261
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Installing Canon Pixma Printing and Scanning Drivers

    Hmmm.... damn it then. I stand corrected - past two printers I had could scan wirelessly.

    I'm now off to go find out if mine can do that!
    When your entire life is measured in one moment, you change the concept of time.

  5. #5
    Join Date
    Apr 2005
    Beans
    2,336

    Canon MG3200 series printer/scanner driver install

    hello greenwhiteblue; welcome to the ubuntu forums;

    you ask

    My question: What exactly (I am very new to this) do I do with this file?
    ........we can hope that the install worked for you:

    you can check the files are in place by copying and pasting this into a terminal

    sudo dpkg -l | grep scangear
    ......and it should show if the scangear files are installed .......

    ......but for you.......more importantly.........to check if it works....... type in your terminal

    scangearmp
    and if the programme is happily installed, the Canon programme that is called ScanGearMP should open, and recognise your printer/scanner and let you scan.......

    a launcher will help you do this time and time again.......

    as advised here

    http://www.codemarvels.com/2012/05/c...-ubuntu-12-04/

    the commands are

    sudo apt-get install gnome-panel
    and that installs the ability to create a launcher and

    gnome-desktop-item-edit ~/Desktop/ --create-new
    opens a new launcher for you and its COMMAND must be scangearmp

  6. #6
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,614
    Distro
    Ubuntu

    Re: Installing Canon Pixma Printing and Scanning Drivers

    You don't need gnome-panel to create launchers, though it's a far easier way of doing so.
    Basically what the method above does is creates a .desktop file.
    You can do this manually by opening gedit and adding the following for a basic launcher:

    Code:
    [Desktop Entry]
    Name=what ever you want to call it
    Exec=the command
    Type=Application
    Icon=any image you like
    When saving, use the save as feature and name it whatever you want, followed by the extension .desktop.
    Typically you would put it in the /home/username/.local/share/applications folder.


    But plus one for the scangearmp command, I forgot about that, as I've been using GIMP for the basic reason as I usually need to do some cleaning of the image anyway.
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  7. #7
    Join Date
    Feb 2013
    Beans
    12

    Smile Problem solved. Thank you!

    It took a while for me to figure out how things work, but thanks to you I finally figured it out. Thank you very much, you are very friendly!

    Only remaining thing is I can't install the Canon drivers as I get a message that there was a problem with a package that hasn't been found. Maybe a mistake on Canon's side writing their script, who knows. It doesn't matter much since I can simply install the Pixma MG3100's drivers from the database and I don't think I'm missing much (although I haven't tried duplex printing). Anyway, it works now, though only through the scangear software. SimpleScan still does not find the scanner, but it hardly matters. Thanks again!

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

    Canon MG3200 series multifunction device

    ...........I am not clear what you are trying to tell us greenwhite&blue..

    If I just do simple things..

    If I go here

    http://www.canon.co.uk/Support/Consu...&type=download

    it is a link for the debian package for the Canon MG3200 series (which would include yours)

    ...... the package is scangearmp-mg3200series-2.00-1-deb.tar.gz

    ......so that would drive the printer, and allow duplex printing

    (as I have on my MG3100 series printer.......)

    so........if you .................

    1) turned the printer off

    2) deleted any existing drivers from Menu: Administration: Printing

    3) downloaded this file to your Downloads directory by selecting save

    4) then copied and pasted these commands into a terminal

    cd Downloads
    tar -zxvf scangearmp-mg3200series-2.00-1-deb.tar.gz
    cd scangearmp-mg3200series-2.00-1-deb
    ./install.sh
    ........the script should do it all........watch it......about half way through its actions.......it will ask you to turn the printer on....and ask you to indicate if you want USB or wifi.......

    you should have a working printer

    AND: .......and wait ............there's more ......!!

    if you copied and pasted this command

    cngpij P MG3200
    it is a utility that Canon supply (the utility is cngpij )

    .......it allows you to clean ink nozzles etc and if you make a launcher you can launch it as needed.........

    (see thumbnail)
    Attached Images Attached Images
    Last edited by pdc; February 20th, 2013 at 08:05 PM.

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
  •