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-21-2022, 09:32 PM   #1
linux-man
Member
 
Registered: Nov 2016
Location: Geneva
Distribution: native install of Parrot Home Edition 5.0 Debian (no security tools) 64 bit, KDE, 5.14.0-9parrot1,
Posts: 872

Rep: Reputation: Disabled
How to I get my printer to be accepted by linux?


How to I get my printer to be accepted by linux?
Cannon Pixma TS 3360
Parrot Home edition 4.11

Last edited by linux-man; 03-29-2022 at 04:29 AM.
 
Old 03-21-2022, 09:43 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,326
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
There appears to be a Linux driver at Canon's Australian website.
 
Old 03-21-2022, 10:17 PM   #3
linux-man
Member
 
Registered: Nov 2016
Location: Geneva
Distribution: native install of Parrot Home Edition 5.0 Debian (no security tools) 64 bit, KDE, 5.14.0-9parrot1,
Posts: 872

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by frankbell View Post
There appears to be a Linux driver at Canon's Australian website.
Since I am on a 64 bit computer should I pick the only driver that's 64 bit? the rest are 32 bit.
 
Old 03-21-2022, 10:53 PM   #4
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,326
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
Well, I think that 32-bit can run on 64-bit systems, but not vice versa, but they need the 32-bit libraries. You would be best off with the 64-bit version.

If I remember correctly, the Linux driver at that site is sources, so you will need to have kernel headers installed in order to compile it.

Canon is not renowned for the calibre of its support for Linux.

Last edited by frankbell; 03-21-2022 at 10:54 PM.
 
Old 03-21-2022, 11:33 PM   #5
linux-man
Member
 
Registered: Nov 2016
Location: Geneva
Distribution: native install of Parrot Home Edition 5.0 Debian (no security tools) 64 bit, KDE, 5.14.0-9parrot1,
Posts: 872

Original Poster
Rep: Reputation: Disabled
kernel headers

Quote:
Originally Posted by frankbell View Post
the Linux driver at that site is sources, so you will need to have kernel headers installed in order to compile it.
How do I compile kernel headers? Should I start a new thread for that?
 
Old 03-22-2022, 12:39 AM   #6
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by linux-man View Post
How do I compile kernel headers?
That's not what frankbell wrote. Sheesh.

And if you meant to say "how do I compile that driver" - instructions are rpobably included with the link frankbell gave you.
Although I can't help but wonder if there's another way... searching my distro's package manager for "canon pixma" gives tons of results.

Last edited by ondoho; 03-22-2022 at 12:42 AM.
 
Old 03-22-2022, 05:41 AM   #7
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,574
Blog Entries: 19

Rep: Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453
You need to download the correct driver for your model. If there isn't 64-bit driver for that model, you can usually still use the 32-bit version as long as you install a 32-bit glibc from your distro's repository. For example the driver for my Brother printer contains some 32-bit parts but will work under those conditions.

If a driver is available as source code only (and I've never come across this), you can compile it locally and it will have the bitness of your system but you need to install a few tools first, one of which is the kernel headers package. I think Parrot belongs to the Debian family so you should be able to install the full toolkit with a package called build-essential.

You might want to browse the OpenPrinting site https://openprinting.github.io/ and see if you can find your printer there.

Last edited by hazel; 03-22-2022 at 05:43 AM.
 
Old 03-23-2022, 12:38 AM   #8
linux-man
Member
 
Registered: Nov 2016
Location: Geneva
Distribution: native install of Parrot Home Edition 5.0 Debian (no security tools) 64 bit, KDE, 5.14.0-9parrot1,
Posts: 872

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by hazel View Post
you can usually still use the 32-bit version as long as you install a 32-bit glibc from your distro's repository.
I downloaded the 64 bit and its sitting in my downloads as a deb.tar.gz.
Is what I did below to install it correct?

I used:
$sudo dpkg -i cnijfilter2-5.90-1-deb.tar.gz
[sudo] password for user:
dpkg-deb: error: 'cnijfilter2-5.90-1-deb.tar.gz' is not a Debian format archive
dpkg: error processing archive cnijfilter2-5.90-1-deb.tar.gz (--install):
dpkg-deb --control subprocess returned error exit status 2
Errors were encountered while processing:
cnijfilter2-5.90-1-deb.tar.gz
 
Old 03-23-2022, 01:33 AM   #9
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by linux-man View Post
I downloaded the 64 bit and its sitting in my downloads as a deb.tar.gz.
Is what I did below to install it correct?

I used:
$sudo dpkg -i cnijfilter2-5.90-1-deb.tar.gz
[sudo] password for user:
dpkg-deb: error: 'cnijfilter2-5.90-1-deb.tar.gz' is not a Debian format archive
dpkg: error processing archive cnijfilter2-5.90-1-deb.tar.gz (--install):
dpkg-deb --control subprocess returned error exit status 2
Errors were encountered while processing:
cnijfilter2-5.90-1-deb.tar.gz
It's probably a source file, the -deb just denotes that it's for Debian, I guess.
First step is to perform
Code:
tar -zxvf blabla.tar.gz
and see what you have (there's probably a README and a INSTALL file).
 
Old 03-23-2022, 04:30 AM   #10
linux-man
Member
 
Registered: Nov 2016
Location: Geneva
Distribution: native install of Parrot Home Edition 5.0 Debian (no security tools) 64 bit, KDE, 5.14.0-9parrot1,
Posts: 872

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ondoho View Post
First step is to perform
Code:
tar -zxvf blabla.tar.gz
and see what you have (there's probably a README and a INSTALL file).
tar -zxvf blabla.tar.gz
tar (child): blabla.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
 
Old 03-23-2022, 04:37 AM   #11
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,574
Blog Entries: 19

Rep: Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453
Quote:
Originally Posted by linux-man View Post
tar -zxvf blabla.tar.gz
tar (child): blabla.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
I hope you didn't take the "blabla" bit literally! That's just shorthand for the actual filename
 
Old 03-23-2022, 11:57 AM   #12
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,972
Blog Entries: 32

Rep: Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465
linux-man,

Download cnijfilter2-5.90-1-deb.tar.gz from page 2 of:
https://www.canon.com.au/printers/pi...ts3360/support

Right click on the downloaded file and click on (c/o) Open with Archive Manager.

c/o Extract.
c/o Extract
c/o Close
c/o X.

c/o cnijfilter2-5.90-1-deb folder.

c/o packages and the required .deb file is cnijfilter2_5.90-1_amd64.deb.

My files are downloaded to Desktop. However, you may use Downloads or elsewhere.

It is essential to choose your particular .deb file location in the following installation command.

Code:
cd Desktop
cd cnijfilter2-5.90-1-deb
cd packages
sudo dpkg -i cnijfilter2_5.90-1_amd64.deb

Last edited by beachboy2; 03-23-2022 at 12:42 PM.
 
Old 03-23-2022, 03:07 PM   #13
ceantuco
Member
 
Registered: Mar 2008
Location: New York
Distribution: Debian
Posts: 809

Rep: Reputation: 88
once you extract the zip file, you can use the install.sh script to install the driver.
 
Old 03-24-2022, 01:15 AM   #14
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by linux-man View Post
tar -zxvf blabla.tar.gz
tar (child): blabla.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
You're being deliberately ignorant. That's inexcusable. Actually ignorant people aren't to blame - you are.
 
Old 03-24-2022, 01:25 AM   #15
linux-man
Member
 
Registered: Nov 2016
Location: Geneva
Distribution: native install of Parrot Home Edition 5.0 Debian (no security tools) 64 bit, KDE, 5.14.0-9parrot1,
Posts: 872

Original Poster
Rep: Reputation: Disabled
In extract window right now

Quote:
Originally Posted by beachboy2 View Post
linux-man,

Download cnijfilter2-5.90-1-deb.tar.gz from page 2 of:
https://www.canon.com.au/printers/pi...ts3360/support

Right click on the downloaded file and click on (c/o) Open with Archive Manager.

c/o Extract.
c/o Extract
c/o Close
c/o X.

c/o cnijfilter2-5.90-1-deb folder.

c/o packages and the required .deb file is cnijfilter2_5.90-1_amd64.deb.

My files are downloaded to Desktop. However, you may use Downloads or elsewhere.

It is essential to choose your particular .deb file location in the following installation command.

Code:
cd Desktop
cd cnijfilter2-5.90-1-deb
cd packages
sudo dpkg -i cnijfilter2_5.90-1_amd64.deb
In Archive Manager I see:
1 main yellow folder called cnijfilter2-5.90-1-deb.tar.gz
4 sub folders under it called:
documents
packages
resources
install.sh

When I clicked on extract for cnijfilter i get pop up window called 'extract' with flashing cursor in empty name box and empty filter box. What should I name it? Am I doing this correctly?
 
  


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
LXer: Did your first pull request get accepted? LXer Syndicated Linux News 0 10-11-2018 09:50 PM
[SOLVED] CUPS: no printer found, root login not accepted the second time _roman_ Linux - Software 7 01-02-2018 07:53 PM
How easy is it to get kernel patches accepted ? metaschima Linux - Kernel 3 08-21-2014 02:39 PM
LXer: How to get your conference talk submission accepted LXer Syndicated Linux News 0 01-23-2014 05:51 PM
Password(s) accepted for login but not accepted for applications. JZL240I-U Ubuntu 29 02-14-2012 11:53 AM

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

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