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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
12-08-2020, 11:14 AM
|
#1
|
Member
Registered: Oct 2016
Location: Vancouver Island, Canada
Distribution: Crunchbang++ Openbox
Posts: 401
Rep:
|
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?
|
|
|
12-08-2020, 11:54 AM
|
#2
|
LQ Guru
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,937
|
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.
|
|
|
12-08-2020, 11:56 AM
|
#3
|
LQ Guru
Registered: Oct 2004
Distribution: Arch
Posts: 5,341
|
|
|
|
12-08-2020, 12:04 PM
|
#4
|
Member
Registered: Oct 2016
Location: Vancouver Island, Canada
Distribution: Crunchbang++ Openbox
Posts: 401
Original Poster
Rep:
|
Quote:
Originally Posted by ferrari
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.
|
|
|
12-08-2020, 12:14 PM
|
#5
|
Member
Registered: Oct 2016
Location: Vancouver Island, Canada
Distribution: Crunchbang++ Openbox
Posts: 401
Original Poster
Rep:
|
Quote:
Originally Posted by teckk
|
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?
|
|
|
12-08-2020, 01:52 PM
|
#6
|
LQ Guru
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,937
|
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.
|
|
|
12-11-2020, 08:19 PM
|
#7
|
Member
Registered: Oct 2016
Location: Vancouver Island, Canada
Distribution: Crunchbang++ Openbox
Posts: 401
Original Poster
Rep:
|
Quote:
Originally Posted by ferrari
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.
|
|
|
12-11-2020, 08:59 PM
|
#8
|
LQ Guru
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,937
|
All good. Whatever works for you.
|
|
|
All times are GMT -5. The time now is 10:33 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|