LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-19-2014, 02:48 PM   #1
peterdee
LQ Newbie
 
Registered: Nov 2014
Posts: 21

Rep: Reputation: Disabled
canon printer mg5450 and mint 17.1


running mint 17.1 on Acer 9300 laptop and have on our network a canon MG5450. The printer has been recognised and installed; however, when asked to print it says "processing-please wait momentarily". That's as far as it gets, no printing, no print queue, nothing. Any ideas anyone?
 
Old 12-19-2014, 03:42 PM   #2
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
You don't say what printer driver you're using. You can give this one a try if it's not what you have already.
jdk
 
Old 01-04-2015, 04:16 PM   #3
peterdee
LQ Newbie
 
Registered: Nov 2014
Posts: 21

Original Poster
Rep: Reputation: Disabled
Hi jdkaye,
downloaded the canon drivers for printing and scanning. But what to do next? tried using some commands (that some one gave me) on a terminal, but that is not working;

peter@peter-Aspire-9300 ~ $ cd Downloads
peter@peter-Aspire-9300 ~/Downloads $ tar --zxvf cnijfilter-mg5400series-3.80-1-deb.tar.gz
tar: unrecognised option '--zxvf'
Try 'tar --help' or 'tar --usage' for more information.
peter@peter-Aspire-9300 ~/Downloads $

suggestions appreciated.

Cheers

Peter
 
Old 01-05-2015, 12:59 AM   #4
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Only one hyphen before the options (in fact you can leave out the hyphen altogether):
Code:
tar -zxvf *name of file*.tar.gz
Once you've untarred that file you'll probably need to run the following to install the package:
Code:
sudo dpkg -i *name of package*.deb
jdk

Last edited by jdkaye; 01-05-2015 at 01:01 AM.
 
Old 01-06-2015, 12:27 PM   #5
peterdee
LQ Newbie
 
Registered: Nov 2014
Posts: 21

Original Poster
Rep: Reputation: Disabled
I hadn't noticed my typo, tried again and something appears to have happened, but still no printing! See below;

peter@peter-Aspire-9300 ~ $ cd Downloads
peter@peter-Aspire-9300 ~/Downloads $ tar -zxvf cnijfilter-mg5400series-3.80-1-deb.tar.gz
cnijfilter-mg5400series-3.80-1-deb/
cnijfilter-mg5400series-3.80-1-deb/packages/
cnijfilter-mg5400series-3.80-1-deb/packages/cnijfilter-mg5400series_3.80-1_amd64.deb
cnijfilter-mg5400series-3.80-1-deb/packages/cnijfilter-mg5400series_3.80-1_i386.deb
cnijfilter-mg5400series-3.80-1-deb/packages/cnijfilter-common_3.80-1_i386.deb
cnijfilter-mg5400series-3.80-1-deb/packages/cnijfilter-common_3.80-1_amd64.deb
cnijfilter-mg5400series-3.80-1-deb/resources/
cnijfilter-mg5400series-3.80-1-deb/resources/printer_zh_utf8.lc
cnijfilter-mg5400series-3.80-1-deb/resources/printer_ja_utf8.lc
cnijfilter-mg5400series-3.80-1-deb/resources/printer_fr_utf8.lc
cnijfilter-mg5400series-3.80-1-deb/install.sh
peter@peter-Aspire-9300 ~/Downloads $ cd cnijfilter-mg5400series-3.80-1-deb
peter@peter-Aspire-9300 ~/Downloads/cnijfilter-mg5400series-3.80-1-deb $ ./install.sh
[sudo] password for peter:
==================================================

Canon Inkjet Printer Driver
Version 3.80
Copyright CANON INC. 2001-2012
All Rights Reserved.

==================================================
Command executed = sudo dpkg -iG ./packages/cnijfilter-common_3.80-1_i386.deb
Selecting previously unselected package cnijfilter-common.
(Reading database ... 160669 files and directories currently installed.)
Preparing to unpack .../cnijfilter-common_3.80-1_i386.deb ...
Unpacking cnijfilter-common (3.80-1) ...
Setting up cnijfilter-common (3.80-1) ...
Processing triggers for libc-bin (2.19-0ubuntu6.4) ...
Command executed = sudo dpkg -iG ./packages/cnijfilter-mg5400series_3.80-1_i386.deb
Selecting previously unselected package cnijfilter-mg5400series.
(Reading database ... 160687 files and directories currently installed.)
Preparing to unpack .../cnijfilter-mg5400series_3.80-1_i386.deb ...
Unpacking cnijfilter-mg5400series (3.80-1) ...
dpkg: dependency problems prevent configuration of cnijfilter-mg5400series:
cnijfilter-mg5400series depends on libtiff4; however:
Package libtiff4 is not installed.

dpkg: error processing package cnijfilter-mg5400series (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
cnijfilter-mg5400series
Command executed = sudo dpkg -P cnijfilter-mg5400series
(Reading database ... 160877 files and directories currently installed.)
Removing cnijfilter-mg5400series (3.80-1) ...
Purging configuration files for cnijfilter-mg5400series (3.80-1) ...
Processing triggers for libc-bin (2.19-0ubuntu6.4) ...
Command executed = sudo dpkg -P cnijfilter-common
(Reading database ... 160686 files and directories currently installed.)
Removing cnijfilter-common (3.80-1) ...
Purging configuration files for cnijfilter-common (3.80-1) ...
Processing triggers for libc-bin (2.19-0ubuntu6.4) ...
peter@peter-Aspire-9300 ~/Downloads/cnijfilter-mg5400series-3.80-1-deb $

the question is, has it installed? If it has, why no print?
 
Old 01-06-2015, 01:49 PM   #6
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,791

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
Pay attention to the error(s) reported. You need libtiff4
Code:
dpkg: dependency problems prevent configuration of cnijfilter-mg5400series:
cnijfilter-mg5400series depends on libtiff4; however:
Package libtiff4 is not installed.

dpkg: error processing package cnijfilter-mg5400series (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
The following may be of help

http://forums.linuxmint.com/viewtopic.php?f=51&t=172255
 
Old 01-06-2015, 02:08 PM   #7
peterdee
LQ Newbie
 
Registered: Nov 2014
Posts: 21

Original Poster
Rep: Reputation: Disabled
Yes, I actually read what was on the terminal and got and installed libtiff4. It now works! Thanks guys
 
Old 01-07-2015, 12:55 AM   #8
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
As a service to others please mark this thread as [SOLVED]. You can use the Thread Tools menu located above your first post in this thread (see the attachment).
jdk
Attached Thumbnails
Click image for larger version

Name:	lq_threadtools.png
Views:	25
Size:	26.8 KB
ID:	17299  
 
Old 01-07-2015, 02:58 PM   #9
peterdee
LQ Newbie
 
Registered: Nov 2014
Posts: 21

Original Poster
Rep: Reputation: Disabled
Not quite solved.Yes, I can print from my laptop. I have put in the scanning software "scangearmp", and I know it is in because the software manager tells me so, but have not yet found a scanning capability. Presumably, there should be some sort of Canon scanning control panel? Simple scan is also installed and that does not recognise the printer as a scanner.
 
Old 01-08-2015, 01:05 AM   #10
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,791

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
For Canon scanners using the proprietary drivers, you need to use the ScanGear MP utility. Launch it via a terminal
with
Code:
scangearmp
or with Gimp via File>Create>ScanGear MP

It is also possible to create a menu launcher as described here:
http://community.linuxmint.com/tutorial/view/1580
 
Old 01-08-2015, 10:55 AM   #11
peterdee
LQ Newbie
 
Registered: Nov 2014
Posts: 21

Original Poster
Rep: Reputation: Disabled
I thought I had launched scangearmp via a terminal, but never mind the Gimp option is fine. Can now be marked solved! Thanks for all help.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Canon MP130 printer install on Linux Mint 17 Rod Minns Linux - Newbie 4 10-04-2014 12:55 AM
Canon MP130 printer install on Linux Mint 17 Rod Minns Linux - Newbie 3 09-18-2014 05:48 PM
Issue with Canon Pixma MG2520 printer and Linux Mint AmyJay Linux - Newbie 3 07-27-2014 01:23 PM
Cannot enable Canon LBP2900 printer in Mint 14 amabel02 Linux Mint 2 05-08-2014 07:46 AM
Canon PIXMA mp250 printer on Linux Mint 9 Isadora newonlinux Linux - Newbie 2 11-02-2011 02:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:24 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration