LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 03-26-2016, 06:59 PM   #16
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,803

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140

Please run the HPLIP 'hp' backend manually like this
Code:
/usr/lib/cups/backend/hp
It may need to be run as root with
Code:
sudo /usr/lib/cups/backend/hp
Is your printer enumerated as expected?
 
Old 03-26-2016, 07:06 PM   #17
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,803

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
You may need to check that all is well the HPLIP using
Code:
hp-doctor
You can share the output by uploading to http://pastebin.com/ and posting the link to it here for us to review.
 
Old 03-26-2016, 07:14 PM   #18
ninian
LQ Newbie
 
Registered: Aug 2015
Posts: 24

Original Poster
Rep: Reputation: Disabled
Result: error: This distro (i.e linuxmint 17.2) is either deprecated or not yet supported.
The diagnosis is limited on unsupported platforms. Do you want to continue? !!!???
 
Old 03-26-2016, 11:12 PM   #19
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,803

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
Were you able to continue?
 
Old 03-27-2016, 03:36 PM   #20
ninian
LQ Newbie
 
Registered: Aug 2015
Posts: 24

Original Poster
Rep: Reputation: Disabled
I did continue, got a list of missing items, installed all of them. I opted to delete printer and updated to 17.3. Started all over again and this is the message I got, running hp-setup from terminal:

HP Linux Imaging and Printing System (ver. 3.15.2)
Printer/Fax Setup Utility ver. 9.0

Copyright (c) 2001-15 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.


(python3:3756): Gtk-CRITICAL **: IA__gtk_widget_get_direction: assertion 'GTK_IS_WIDGET (widget)' failed

(python3:3756): Gtk-CRITICAL **: IA__gtk_widget_get_direction: assertion 'GTK_IS_WIDGET (widget)' failed

(python3:3756): Gtk-CRITICAL **: IA__gtk_widget_get_direction: assertion 'GTK_IS_WIDGET (widget)' failed

(python3:3756): Gtk-CRITICAL **: IA__gtk_widget_get_direction: assertion 'GTK_IS_WIDGET (widget)' failed
 
Old 03-27-2016, 03:41 PM   #21
sgosnell
Senior Member
 
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,943

Rep: Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542
You might be more comfortable using a GUI. Install hplip-gui and things might be easier, or maybe not.
 
Old 03-27-2016, 04:00 PM   #22
ninian
LQ Newbie
 
Registered: Aug 2015
Posts: 24

Original Poster
Rep: Reputation: Disabled
Already tried HP Device Manager, HPLIP Toolbox, terminal hp-setup--Nothing. I can send a test page from the CUPS web interface and it shows up in the print queue, what's the story there?
 
Old 03-27-2016, 04:33 PM   #23
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,803

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
It's hard to see where you got to with your verbal description. The fact that you mention trying to print a test page indicates that you got the printer configured somehow? The configured printer URL will confirm that the HPLIP (hp) backend is in use
Code:
lpstat -a
Any print-related processing errors should be found in /var/log/cups/error_log, and CUPS logging verbosity can be increased first using
Code:
sudo cupsctl LogLevel=debug
Review this troubleshooting guide for more info.
 
Old 03-27-2016, 07:41 PM   #24
ninian
LQ Newbie
 
Registered: Aug 2015
Posts: 24

Original Poster
Rep: Reputation: Disabled
I decided to give up on the HP. Traded it for a Canon Pixma. Doing that I did make some progress, I sent a print job to the printer (from my laptop) and it showed up in the print queue. Still doesn't recognize the scanner.

lpstat:
MG2500-series accepting requests since Sun 27 Mar 2016 05:18:02 PM MDT

LogLevel did nothing
 
Old 03-27-2016, 09:54 PM   #25
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,803

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
What do you mean 'Loglevel did nothing'? Do you mean that you issues the cupsctl command given and that when you tried to print you were not able to observe any useful output in /var/log/cups/error_log? Vague statements about things that don't work only leaves others who could help to guess the details. Concrete commands and output are preferred, otherwise things become impossible to diagnose (let alone to resolve).

Now you are using a MG52xx-series multifunction printer. Canon has proprietary printer and scanner driver packages for this and related models. Did you install those? The proprietary scanner driver and Canon scanner utility (scangearm2) is needed for scanning with this device. The available scanning package comes as a .tar file, and needs to be extracted first. It provides DEB and RPM archives (scangearmp-mg5200series-1.60-1-deb.tar.gz and scangearmp-mg5200series-1.60-1-rpm.tar.gz). Extract the deb archive and you'll see that it contains the required .deb packages and an install script (install.sh). You can execute install.sh, or use your package manager to install 'scangearmp-common_1.60-1_amd64.deb' and 'scangearmp-mg5200series_1.60-1_amd64.deb' manually. The package manager will install any dependencies at this time. (Even though I don't own such a printer, I successfully managed to install the equivalent RPM packages on my openSUSE system without issue.)

This Canon device DOES require scngearmp as the front-end. It can be accessed via Gimp as well. You cannot use the normal scanning utilities because of the way the proprietary Canon scanner backend and libraries work.

Last edited by ferrari; 03-27-2016 at 09:57 PM.
 
Old 03-27-2016, 10:03 PM   #26
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,803

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
This Mint 'how to' may also be of help to you with getting the scanner packages installed.
 
Old 03-27-2016, 11:36 PM   #27
ninian
LQ Newbie
 
Registered: Aug 2015
Posts: 24

Original Poster
Rep: Reputation: Disabled
LogLevel returned no result,no data and no info. So I don't think it did anything.

My Canon is an mg2520, not 5200 which is wireless I think. I have already installed a gimp plugin and downloaded an installation called Scangear, which is supposedly the Canon software, haven't installed it yet. That's on the agenda for tomorrow. I traded in the HP for the Canon because I have worked with Canon printers and scanners in the past, so I'm more familiar with them. That's not true of the HP.
 
Old 03-27-2016, 11:59 PM   #28
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,803

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
Quote:
LogLevel returned no result,no data and no info. So I don't think it did anything.
The cupsctl command was used to set the logging level. One still needs to methodically examine the CUPS logs to diagnose where the problem is. I would really recommend taking the time to read the CUPS troubleshooting guide I linked to.

Quote:
My Canon is an mg2520, not 5200 which is wireless I think.
Sorry, I misread the Canon model you have. The same principles apply though.

http://www.canon-europe.com/support/...20%2864-bit%29

Quote:
That's on the agenda for tomorrow. I traded in the HP for the Canon because I have worked with Canon printers and scanners in the past, so I'm more familiar with them. That's not true of the HP.
Good luck with this.

Last edited by ferrari; 03-28-2016 at 12:01 AM.
 
  


Reply



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
New Printer Scanner in Xsane finds new printer/scanner (Brother MFC-6520DW) with error message TrinityBeing Linux - Newbie 23 03-29-2016 10:27 AM
Help buying a printer scanner combo j.curtis Linux - Hardware 4 10-27-2013 05:45 PM
Scanner not recognized in Ubuntu Epson Stylus NX510 printer/scanner all2473 Linux - Hardware 7 01-04-2011 09:16 PM
Please recommend a network printer/scanner combo philipm Linux - Hardware 14 07-21-2007 07:45 PM
Scanner/Printer Combo Unit - Scanner Works - Printer Does Not rrrssssss Linux - Hardware 1 03-04-2007 10:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 07:12 AM.

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