LinuxQuestions.org
Help answer threads with 0 replies.
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-24-2022, 01:26 AM   #16
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
I hope you didn't take the "blabla" bit literally! That's just shorthand for the actual filename
I did take it literally.
 
Old 03-24-2022, 01:39 AM   #17
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
Blame it on Linux

Quote:
Originally Posted by ondoho View Post
You're being deliberately ignorant. That's inexcusable. Actually ignorant people aren't to blame - you are.
I am being an unintentional novice. No reason for me to play ignorant as I am keen to get my printer up and running.

Last edited by linux-man; 03-24-2022 at 01:46 AM.
 
Old 03-24-2022, 01:57 AM   #18
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 am being an unintentional novice. No reason for me to play ignorant as I am keen to get my printer up and running.
Then you need to actually read & think about the help you are getting from us.
These commands are not magical incantations that will make everything good again. They need to be applied to your situation with a working brain.

There is ONE magical incantation though:
Code:
man
Use it often.
 
Old 03-24-2022, 03:08 AM   #19
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,

You may already have Gdebi Package Installer installed.
If not, then install it:

Code:
sudo apt install gdebi
Then as before:

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.

Right click on cnijfilter2_5.90-1_amd64.deb and open with Gdebi Package Installer.

c/o Install package.

You will notice that under Details, libgcc1 is necessary and will also be installed via Gdebi.

Last edited by beachboy2; 03-24-2022 at 03:10 AM.
 
Old 03-24-2022, 11:31 AM   #20
ceantuco
Member
 
Registered: Mar 2008
Location: New York
Distribution: Debian
Posts: 809

Rep: Reputation: 88
Thumbs down

Quote:
Originally Posted by ondoho View Post
You're being deliberately ignorant. That's inexcusable. Actually ignorant people aren't to blame - you are.
We all come to LinuxQuestions.org for help not to be called ignorant or being personally attacked.
 
1 members found this post helpful.
Old 03-24-2022, 01:19 PM   #21
larstrier
Member
 
Registered: Dec 2019
Distribution: Debian
Posts: 97

Rep: Reputation: 24
To be honest this problem occurs because of Canon.
The manufacturer is giving the customer an install wizard so it works out of the box on Microsoft. But it doesn't do that with Linux.

The manufacturer is not making its drivers open-source.

If the peripheral doesn't have 'Works seamlessly with ALL linux distros. Please buy this!' on the box - then don't buy it.
Vote with your feet. Linux-users unite!
 
1 members found this post helpful.
Old 03-24-2022, 01:36 PM   #22
smallpond
Senior Member
 
Registered: Feb 2011
Location: Massachusetts, USA
Distribution: Fedora
Posts: 4,140

Rep: Reputation: 1263Reputation: 1263Reputation: 1263Reputation: 1263Reputation: 1263Reputation: 1263Reputation: 1263Reputation: 1263Reputation: 1263
On my Fedora system, lpinfo -m shows there are already 100 PIXMA models supported. If the TS-3360 isn't on the list, I would just pick one that's close and try it. Maybe every bell and whistle won't be supported.

To add a printer on most linux distros, just visit localhost:631
 
Old 03-24-2022, 01:39 PM   #23
ceantuco
Member
 
Registered: Mar 2008
Location: New York
Distribution: Debian
Posts: 809

Rep: Reputation: 88
I have a Brother printer and I have never had any issues using their installation script for RPM or DEB.

Thanks smallpond! I did not know we could add printers from that address.
 
Old 03-24-2022, 01:41 PM   #24
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 ceantuco View Post
Thanks smallpond! I did not know we could add printers from that address.
It's the cups socket address. cups is quite good at scanning for printers. If it finds one, it will try to install it for you.
 
1 members found this post helpful.
Old 03-24-2022, 01:44 PM   #25
ceantuco
Member
 
Registered: Mar 2008
Location: New York
Distribution: Debian
Posts: 809

Rep: Reputation: 88
Thanks Hazel. I have been using Linux for years and i did not know that socket address existed.
 
Old 03-25-2022, 06:46 AM   #26
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,882
Blog Entries: 13

Rep: Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930
Firstly, I'm glad this thread has remained on topic.

Please keep it there.
Quote:
Originally Posted by ondoho View Post
You're being deliberately ignorant. That's inexcusable. Actually ignorant people aren't to blame - you are.
I fully agree with ceantuco that this comment is inappropriate and unhelpful. It violates several rules about personal attacks, interfering with the discussion in progress, and straying off topic. Please refrain from these behaviors moving forwards. Further discussion about this should be handled via the report system, PM's to me, or to Jeremy.
 
3 members found this post helpful.
Old 03-26-2022, 04:44 AM   #27
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 larstrier View Post
If the peripheral doesn't have 'Works seamlessly with ALL linux distros. Please buy this!' on the box - then don't buy it.
Vote with your feet. Linux-users unite!
Which brands tend to work seamlessly with linux?
 
Old 03-26-2022, 04:52 AM   #28
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
localhost: 631

Quote:
Originally Posted by smallpond View Post
On my Fedora system, lpinfo -m shows there are already 100 PIXMA models supported.
Do I type 'lpinfo -m' into terminal?
I got:
Code:
$lpinfo -m
lpinfo: Bad file descriptor

Quote:
Originally Posted by smallpond View Post
To add a printer on most linux distros, just visit localhost:631
So do I copy and paste 'localhost:631' into browser url or somewhere else? I got:
Code:
Unable to connect

Your browser can’t establish a connection to the server at localhost:631.

Last edited by linux-man; 03-26-2022 at 04:53 AM.
 
Old 03-26-2022, 09:59 AM   #29
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,

Have you tried opening cnijfilter2_5.90-1_amd64.deb with Gdebi as per post #19?
 
Old 03-26-2022, 09:53 PM   #30
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
locating gdebi in list of apps in dolphin

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

Have you tried opening cnijfilter2_5.90-1_amd64.deb with Gdebi as per post #19?
I right-clicked and can't seem to locate Gdebi in the application manager called 'Dolphin'. There is a list of applications to choose from in Dolphin.I don't where in that list Gdebi would be residing.

I tired:
Code:
sudo apt install gdebi
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
gdebi is already the newest version (0.9.5.7+nmu5).
gdebi set to manually installed.
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 cnijfilter2 : Depends: libcupsimage2 (>= 1.4.0) but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
I followed your similar post #12 and got:
Code:
sudo dpkg -i cnijfilter2_5.90-1_amd64.deb
[sudo] password for computer: 
Selecting previously unselected package cnijfilter2.
(Reading database ... 415424 files and directories currently installed.)
Preparing to unpack cnijfilter2_5.90-1_amd64.deb ...
Unpacking cnijfilter2 (5.90-1) ...
dpkg: dependency problems prevent configuration of cnijfilter2:
 cnijfilter2 depends on libcupsimage2 (>= 1.4.0); however:
  Package libcupsimage2 is not installed.

dpkg: error processing package cnijfilter2 (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 cnijfilter2

Last edited by linux-man; 03-26-2022 at 09:58 PM.
 
  


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:41 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