LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
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 03-10-2017, 03:10 PM   #16
Rickkkk
Senior Member
 
Registered: Dec 2014
Location: Montreal, Quebec and Dartmouth, Nova Scotia CANADA
Distribution: Arch, AntiX, ArtiX
Posts: 1,364

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511

Quote:
Originally Posted by ferrari View Post
Based on your your examination of the PPD file(s), the proprietary Canon driver PPD doesn't seem to be there. You're using a gutenprint driver for the wrong model. From a quick check of the gutenprint (version 5.2.12) package I have installed, there is a driver for the Pixma MX922 printer specifically. Which version of Mint are you using? That will have a likely bearing on which gutenprint version you have installed.

https://community.linuxmint.com/soft...ver-gutenprint

I suggest starting over by at least deleting the exiting printer configurations or by removing /etc/cups/printers.conf entirely. It will be recreated the next time you configure a printer anyway.

I usually use the CUPS web interface for all administration/configuration tasks, but a printer configuration utility should be able to do the same. The former is done via a browser

http://localhost:631/admin

Your choices are to try using the proprietary driver which will use the cnijnet:/ backend, or the gutenprint driver (and perhaps the socket:// backend for network printing).
Hi Linsoo - I second all of Ferrari's above conclusions and recommendations.

Don't give up ! It will eventually work.
 
Old 03-10-2017, 03:11 PM   #17
Linsoo
LQ Newbie
 
Registered: Mar 2017
Posts: 13

Original Poster
Rep: Reputation: Disabled
I have Linux Mint release: 13 (maya) edition: Cinnamon 64-bit
Not sure which parts of that are relevant.

I did delete my printer (from the localhost:631 in the browser) and downloaded the gutenprint printer driver for the address you suggested. (I guess I did, I didn't get an error or anything)

When I went back in to re set-up the printer, I wound up in the exact same place. It finds the printer Canon-MX920-series_00-BB-C1-1D-3A-C0 but then wants me to select the make and model and my model is not on the list.

It also says "Or Provide a PPD File" with a "browse" option but I don't understand what that means and when I select browse, it just opens my file menu and I don't know what to choose. Nothing looks like it would be something to select for this purpose except for the .exe file from the printer set-up disc that came with the printer but this does not work.
 
Old 03-10-2017, 03:39 PM   #18
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,817

Rep: Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144
Quote:
When I went back in to re set-up the printer, I wound up in the exact same place. It finds the printer Canon-MX920-series_00-BB-C1-1D-3A-C0 but then wants me to select the make and model and my model is not on the list.
That's indicative of the proprietary backend detecting the network printer. I'm not sure why the configuration utility can't associate the correct PPD file but you'll have to locate it manually. The installed DEB package should have included it, and if I recall correctly, this usually includes an install script which can be run and does the whole configuration process for you. Unfortunately , I'm not in front of my Linux computer to check/verify further. You can examine the files installed from the Canon package and that should show you where the relevant .ppd file is located.
 
Old 03-10-2017, 03:54 PM   #19
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,817

Rep: Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144
To get a list of installed files for a given package do
Code:
dpkg-query -L <package_name>
I think the package you downloaded will be cnijfilter-mx920series or similar
 
Old 03-10-2017, 03:58 PM   #20
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,817

Rep: Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144
FWIW, here's a guide showing how to install the Canon proprietary drivers using the included installer script I mentioned before. This should take care of the complete configuration, eliminating the need to configure using the printer config utility.


http://tutorialforlinux.com/2017/02/...ng-easy-guide/
 
Old 03-10-2017, 05:28 PM   #21
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,817

Rep: Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144
If you really get stuck, consider upgrading to Mint 18, as that will bring you up to date with respect to the included CUPS drivers, and hopefully the open source gutenprint driver for the Pixma MX922 will work as expected.
 
Old 03-10-2017, 08:36 PM   #22
Linsoo
LQ Newbie
 
Registered: Mar 2017
Posts: 13

Original Poster
Rep: Reputation: Disabled
I tried the first code to try to get the list of installed files for my package but i got

Code:
Package `cnijfilter-mx920series' is not installed.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
Then I went to the guide showing how to install the canon proprietary drivers and got to step 5 Installing Canon Printer and got this

Code:
==================================================

Canon Inkjet Printer Driver
Version 3.90
Copyright CANON INC. 2001-2013
All Rights Reserved.

==================================================
Command executed = sudo dpkg -iG ./packages/cnijfilter-common_3.90-1_amd64.deb
dpkg: error processing ./packages/cnijfilter-common_3.90-1_amd64.deb (--install):
 cnijfilter-common: 3.90-1 (Multi-Arch: no) is not co-installable with cnijfilter-common:i386 3.90-1 (Multi-Arch: no) which is currently installed
Errors were encountered while processing:
 ./packages/cnijfilter-common_3.90-1_amd64.deb
Command executed = sudo dpkg -P cnijfilter-common
dpkg: warning: there's no installed package matching cnijfilter-common
so i stopped
 
Old 03-10-2017, 08:38 PM   #23
Linsoo
LQ Newbie
 
Registered: Mar 2017
Posts: 13

Original Poster
Rep: Reputation: Disabled
I just saw your last post about upgrading to Mint 18. If you think that will help, I will certainly try that.
 
Old 03-10-2017, 09:23 PM   #24
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,817

Rep: Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144
It seems to be complaining about a mixture of 64-bit and 32-bit packages. That's why it wouldn't complete. You have to be careful here. Do you know if you're using a 32-bit or 64-bit distro?
 
Old 03-10-2017, 09:27 PM   #25
Linsoo
LQ Newbie
 
Registered: Mar 2017
Posts: 13

Original Poster
Rep: Reputation: Disabled
64 bit
 
Old 03-10-2017, 09:33 PM   #26
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,817

Rep: Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144
I'm not a Debian/Mint user, but this should help confirm which Canon packages are installed...
Code:
dpkg-query -l 'cnijnetfilter*'
 
Old 03-10-2017, 09:38 PM   #27
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,817

Rep: Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144
So, you might want to delete the 32-bit 'cnijfilter-common' package first.
 
Old 03-13-2017, 08:25 AM   #28
Linsoo
LQ Newbie
 
Registered: Mar 2017
Posts: 13

Original Poster
Rep: Reputation: Disabled
I guess I have totally messed up now. I tried to upgrade to version 18.1 and I did download it from the linux mint forum pages but I couldn't get it to run. Upon trying to find out why, I think I figured out that I cannot go directly from release 13 to release 18. So I am going to buy a backup drive today before I do anything else and I think what I am going to have to do, instead of upgrade, is get rid of my version and start new with the latest version. You can tell me if you think that sounds right. However, whatever I did changed something. When I reboot, the line says something slightly different. When I check to see what version I am running in a terminal it tells me it is still 13 and everything looks the same but when I go to localhost:631 the canon printer is gone and it can not find it like it would before.

By the way, when I did you query I got

Code:
No packages found matching cnijnetfilter*.
so I am thinking the "upgrade" maybe put me back to the original version 13 and I lost any packages I have since installed?? I don't know if that makes sense or not.
 
Old 03-13-2017, 01:39 PM   #29
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,817

Rep: Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144
Yes, always a good idea to back up any important data first. Start with with a fresh install, the download the Canon drivers again. With the Canon device connected, the included install.sh script should take care of both the package installation and the printer configuration.
 
Old 03-13-2017, 02:51 PM   #30
Linsoo
LQ Newbie
 
Registered: Mar 2017
Posts: 13

Original Poster
Rep: Reputation: Disabled
One of my problems is that this is a wireless printer and I am not able to directly connect it to the computer. There is no place for a usb. Since it is also a fax, there is place to plug a phone line but i am assuming that it will do no good to connect it to my computer via a phone line, correct?
 
  


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
[SOLVED] CUPS issue; error with network printer "/usr/lib/cups/backend/hp failed" floppy_stuttgart Linux - Newbie 1 06-22-2014 04:04 AM
server-error-internal-error with CUPS "Configure Printer" fskmh Slackware 6 06-05-2013 01:51 PM
[cups] "no printers found" - printer isn't recognized by CUPS over network Majin_Buu Linux - Server 3 06-18-2009 10:25 AM
error: Error for wireless request "Set Mode" (8B06) : invalid argument "roaming" penguin chick Linux - Wireless Networking 5 08-22-2008 01:16 PM
CUPS Error "Request Entity Too Large" When Adding/Modifying Printer liquidrabbit Linux - Software 1 06-09-2006 10:16 AM

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

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