LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 10-17-2018, 05:42 AM   #31
sevendogsbsd
Senior Member
 
Registered: Sep 2017
Distribution: FreeBSD
Posts: 2,252

Rep: Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011

So now run
Code:
apt list --upgradable
to see what packages would be upgraded.
 
Old 10-17-2018, 06:28 AM   #32
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,680
Blog Entries: 19

Rep: Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492
Just a bit of advice to the OP:

When you are asked for a print-out, always put it between [code] and [/code] brackets. That way it will go into a scrollable window which is much easier for people to read.

Last edited by hazel; 10-17-2018 at 06:30 AM.
 
1 members found this post helpful.
Old 10-17-2018, 09:36 AM   #33
Gins
Senior Member
 
Registered: Jul 2004
Location: Germany
Distribution: open SUSE 11.0, Fedora 7 and Mandriva 2007
Posts: 1,662

Original Poster
Rep: Reputation: 47
Thanks hazel
My printer is dead. I can't print.
Printing stopped is the message I receive when I try to print.
 
Old 10-17-2018, 12:58 PM   #34
Gins
Senior Member
 
Registered: Jul 2004
Location: Germany
Distribution: open SUSE 11.0, Fedora 7 and Mandriva 2007
Posts: 1,662

Original Poster
Rep: Reputation: 47
Hi
I talked to Epson support on the phone. They told me this is a common problem when upgrading the Ubuntu version. They are experts like you all. They blamed the Ubuntu developers for not making printer drivers.

My printer is fine.
I have a printing app. Its name is Mopira. I can print with the app. I just printed an email I received from Epson support.


So the printer is fine. Problem lies in drivers.
Your thoughts are welcome. I must fix my printer.
 
Old 10-17-2018, 01:05 PM   #35
sevendogsbsd
Senior Member
 
Registered: Sep 2017
Distribution: FreeBSD
Posts: 2,252

Rep: Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011
Thanks for the feedback Gins, at least you have an answer!
 
Old 10-17-2018, 01:30 PM   #36
Gins
Senior Member
 
Registered: Jul 2004
Location: Germany
Distribution: open SUSE 11.0, Fedora 7 and Mandriva 2007
Posts: 1,662

Original Poster
Rep: Reputation: 47
Sevendogsbsd

I need your help to fix the problem.
Let me know if some other ideas cross your mind.
 
Old 10-17-2018, 01:36 PM   #37
sevendogsbsd
Senior Member
 
Registered: Sep 2017
Distribution: FreeBSD
Posts: 2,252

Rep: Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011
Have you checked the packages that may need to be upgraded as I suggested earlier? If one of the packages is ghostscript, there is a good chance that may fix the problem. See my post at the top of this page about
Code:
apt list --upgradeable
 
Old 10-17-2018, 01:43 PM   #38
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,680
Blog Entries: 19

Rep: Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492
You are getting a message that the cups filter has failed. That means a break somewhere in the filter chain. It could be in cups-filters or ghostscript or the Epson driver.

I had this message once and it turned out to be ghostscript that was at fault. Somehow I was able to find out the ghostscript command that cups was using to send files to the printer but I can't for the life of me remember where I found it. But I do remember running the command by hand in a terminal, independent of cups, and seeing ghostscript crash. The cause was a major update to one of ghostscript's library dependencies, which had broken the dynamic link to that library. I rebuilt ghostscript and the printer worked again.
 
Old 10-17-2018, 01:49 PM   #39
sevendogsbsd
Senior Member
 
Registered: Sep 2017
Distribution: FreeBSD
Posts: 2,252

Rep: Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011
Hazel - there is a known, recent bug in ghostscript that can cause the error the OP is seeing in the logs. Doing an upgrade of just the ghostscript package should be safe for a test. Do you agree? I provided info a few posts back.

Last edited by sevendogsbsd; 10-17-2018 at 02:04 PM. Reason: correction
 
Old 10-17-2018, 01:52 PM   #40
Gins
Senior Member
 
Registered: Jul 2004
Location: Germany
Distribution: open SUSE 11.0, Fedora 7 and Mandriva 2007
Posts: 1,662

Original Poster
Rep: Reputation: 47
I asked the support people about the message filter failed.
They said there are many reasons for it.
The problem lies in the drivers. Ubuntu developers have not made drivers for each and every printer.
This was what I have learnt from the support people.
 
Old 10-17-2018, 01:58 PM   #41
sevendogsbsd
Senior Member
 
Registered: Sep 2017
Distribution: FreeBSD
Posts: 2,252

Rep: Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011
In the error logs you posted, there is a ghostscript error immediately before your printer fails with "filter failed". All I was suggesting was checking to see if ghostscript was in the list of packages that need to be upgraded on your system, upgrade ghostscript, then see if printing is fixed.

As Hazel mentioned, ghostscript can cause this error.
 
Old 10-17-2018, 02:03 PM   #42
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,680
Blog Entries: 19

Rep: Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492
Quote:
Originally Posted by Gins View Post
I asked the support people about the message filter failed.
They said there are many reasons for it.
The problem lies in the drivers. Ubuntu developers have not made drivers for each and every printer.
This was what I have learnt from the support people.
You shouldn't automatically believe what these commercial support people tell you. Most printer manufacturers don't like Linux and will always blame Linux for anything that goes wrong.
 
1 members found this post helpful.
Old 10-17-2018, 02:19 PM   #43
Gins
Senior Member
 
Registered: Jul 2004
Location: Germany
Distribution: open SUSE 11.0, Fedora 7 and Mandriva 2007
Posts: 1,662

Original Poster
Rep: Reputation: 47
I did what you have suggested.

Code:
 nissanka@Nissanka:~$ sudo su
[sudo] password for nissanka: 
root@Nissanka:/home/nissanka# apt list --upgradeable
Listing... Done
bsdutils/bionic-updates 1:2.31.1-0.4ubuntu3.2 amd64 [upgradable from: 1:2.31.1-0.4ubuntu3.1]
fdisk/bionic-updates 2.31.1-0.4ubuntu3.2 amd64 [upgradable from: 2.31.1-0.4ubuntu3.1]
gnome-mines/bionic-updates 1:3.28.0-1ubuntu1 amd64 [upgradable from: 1:3.28.0-1]
google-chrome-stable/stable 70.0.3538.67-1 amd64 [upgradable from: 69.0.3497.100-1]
libblkid1/bionic-updates 2.31.1-0.4ubuntu3.2 amd64 [upgradable from: 2.31.1-0.4ubuntu3.1]
libfdisk1/bionic-updates 2.31.1-0.4ubuntu3.2 amd64 [upgradable from: 2.31.1-0.4ubuntu3.1]
libmount1/bionic-updates 2.31.1-0.4ubuntu3.2 amd64 [upgradable from: 2.31.1-0.4ubuntu3.1]
libsmartcols1/bionic-updates 2.31.1-0.4ubuntu3.2 amd64 [upgradable from: 2.31.1-0.4ubuntu3.1]
libuuid1/bionic-updates 2.31.1-0.4ubuntu3.2 amd64 [upgradable from: 2.31.1-0.4ubuntu3.1]
mount/bionic-updates 2.31.1-0.4ubuntu3.2 amd64 [upgradable from: 2.31.1-0.4ubuntu3.1]
rfkill/bionic-updates 2.31.1-0.4ubuntu3.2 amd64 [upgradable from: 2.31.1-0.4ubuntu3.1]
util-linux/bionic-updates 2.31.1-0.4ubuntu3.2 amd64 [upgradable from: 2.31.1-0.4ubuntu3.1]
uuid-runtime/bionic-updates 2.31.1-0.4ubuntu3.2 amd64 [upgradable from: 2.31.1-0.4ubuntu3.1]
N: Ignoring file 'jockey.txt' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
root@Nissanka:/home/nissanka#
 
Old 10-17-2018, 02:29 PM   #44
sevendogsbsd
Senior Member
 
Registered: Sep 2017
Distribution: FreeBSD
Posts: 2,252

Rep: Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011
OK, so we know there is no ghostscript update needed. So much for my theory...I am out of suggestions at this point.

Hazel - would foomatic-filters, or the gutenprint ppd packages be of any help? They would be substitutions for OEM printer drivers, correct?
 
Old 10-17-2018, 02:47 PM   #45
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,680
Blog Entries: 19

Rep: Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492
I'm no expert on that. It certainly wouldn't do any harm to install them, but the fact that the printer worked before suggests that they are probably not needed. We seem to be dealing here with something that has changed, not something that is absent.

It would certainly do no harm to run an ldd on /usr/bin/gs and make sure that all its library links are working.
 
  


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] USSD not working after upgrading to Ubuntu 14.04 from Modem Manager Gui Subhraman Sarkar Linux - Networking 14 06-08-2017 12:39 AM
HP Printer not working due to upgrading to 18.1 WM7793 Linux Mint 8 03-29-2017 03:01 PM
After upgrading ubuntu 16.04.1 LTS, internet is not working summit Linux - Newbie 7 10-29-2016 10:27 PM
After Upgrading Ubuntu from 14 to 16 graphics are not working codeman1234 Linux - Hardware 12 08-17-2016 10:20 AM
Sound No Longer Working when Upgrading to Ubuntu 9.10... rtoney5 Linux - Laptop and Netbook 4 01-11-2010 06:07 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

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