LinuxQuestions.org
Visit Jeremy's Blog.
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 12-08-2020, 11:14 AM   #1
llewellen
Member
 
Registered: Oct 2016
Location: Vancouver Island, Canada
Distribution: Crunchbang++ Openbox
Posts: 401

Rep: Reputation: Disabled
Canon Printer Won't Connect/Print


Manjaro with Awesome WM (both up to date)
Canon Pixma TR4527 connected via USB and turned on
CUPS recognizes the printer as Local Printer

When I send a job to the printer nothing happens - no printing, no error message, no job in the queue.

Code:
~ >>> pacman -Q cups                                                                                                            
cups 2.3.3-3
~ >>> pacman -Q cnijfilter2                                                                                                           
cnijfilter2 6.00-1
~ >>> systemctl is-enabled org.cups.cupsd.service                                                                                     
enabled
~ >>> systemctl is-enabled org.cups.cupsd.socket                                                                                      
enabled
~ >>>
What have I overlooked?
 
Old 12-08-2020, 11:54 AM   #2
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,937

Rep: Reputation: 1165Reputation: 1165Reputation: 1165Reputation: 1165Reputation: 1165Reputation: 1165Reputation: 1165Reputation: 1165Reputation: 1165
Put CUPS into debug mode (more verbose logging) with
Code:
sudo cupsctl --debug-logging
Send a print job and then examine the CUPS error_log for errors (particularly filter-related output). It's can be a lengthy log, so use egrep to filter for output containing "filter" and error"...
Code:
egrep -iA3 "filter|error" /var/log/cups/error_log
Copy the log to https://pastebin.com/ and post the link to it here so that others can advise further.
 
Old 12-08-2020, 11:56 AM   #3
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,341
Blog Entries: 6

Rep: Reputation: 1929Reputation: 1929Reputation: 1929Reputation: 1929Reputation: 1929Reputation: 1929Reputation: 1929Reputation: 1929Reputation: 1929Reputation: 1929Reputation: 1929
I don't know. Does this help?
https://wiki.archlinux.org/index.php/CUPS
https://wiki.archlinux.org/index.php...roubleshooting
 
Old 12-08-2020, 12:04 PM   #4
llewellen
Member
 
Registered: Oct 2016
Location: Vancouver Island, Canada
Distribution: Crunchbang++ Openbox
Posts: 401

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ferrari View Post
Put CUPS into debug mode (more verbose logging) with
Code:
sudo cupsctl --debug-logging
Send a print job and then examine the CUPS error_log for errors (particularly filter-related output). It's can be a lengthy log, so use egrep to filter for output containing "filter" and error"...
Code:
egrep -iA3 "filter|error" /var/log/cups/error_log
Copy the log to https://pastebin.com/ and post the link to it here so that others can advise further.

OK, will do. I have to go out for some appointments but will get to it later today. I should have mentioned that this is on a different laptop, the one I keep alive for experimenting and a backup. The other one you helped me with is working fine.
 
Old 12-08-2020, 12:14 PM   #5
llewellen
Member
 
Registered: Oct 2016
Location: Vancouver Island, Canada
Distribution: Crunchbang++ Openbox
Posts: 401

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by teckk View Post
I saw those but couldn't diagnose my problem from what is there: I get nothing at all. No print. No error message. Nothing.

The CUPS GUI shows a definite working dialogue with the printer. It has correctly identified my printer. When the printer was turned off, CUPS correctly showed it as off/disconneted. When I turned the printer on, CUPS showed it as idle.

I listed in my OP what I have installed on that computer. Is there something missing that is necessary?
 
Old 12-08-2020, 01:52 PM   #6
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,937

Rep: Reputation: 1165Reputation: 1165Reputation: 1165Reputation: 1165Reputation: 1165Reputation: 1165Reputation: 1165Reputation: 1165Reputation: 1165
Quote:
The CUPS GUI shows a definite working dialogue with the printer. It has correctly identified my printer. When the printer was turned off, CUPS correctly showed it as off/disconneted. When I turned the printer on, CUPS showed it as idle.

I listed in my OP what I have installed on that computer. Is there something missing that is necessary?
Examination of the error_log will be helpful here.
 
Old 12-11-2020, 08:19 PM   #7
llewellen
Member
 
Registered: Oct 2016
Location: Vancouver Island, Canada
Distribution: Crunchbang++ Openbox
Posts: 401

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ferrari View Post
Examination of the error_log will be helpful here.
I decided not to mess with this. I am unimpressed with the Awesome WM so I'm going to try something different and will dial in the printing function at that time. Thanks for looking at this.
 
Old 12-11-2020, 08:59 PM   #8
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,937

Rep: Reputation: 1165Reputation: 1165Reputation: 1165Reputation: 1165Reputation: 1165Reputation: 1165Reputation: 1165Reputation: 1165Reputation: 1165
All good. Whatever works for you.
 
  


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
Ubuntu 18.04 does not support Canon Pixma MG5320 printer driver. Has anyone found a newer Canon driver that would work with 18.04? xdummy Linux - Newbie 8 12-26-2018 02:25 PM
Can print from Windows to CUPS printer. Cannot print from Windows to Samba printer. PastorJeremyWilson Linux - Server 9 09-24-2018 03:11 PM
Ubuntu 12.04 LTS installed, Asus laptop, Canon printer & Canon scanner not working. EatonWF Linux - Newbie 2 07-12-2012 11:44 AM
CUPS and Canon MP190 printer. Print quality and printer sharing... SFGAirborne Linux - Hardware 1 12-14-2010 06:55 AM
No printer drivers for Canon Pixma 150 loading on KDE Print Wizard on MEPIS live CD mediem MEPIS 6 06-05-2008 12:48 AM

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

All times are GMT -5. The time now is 10:33 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