LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   hp printer won't print 'filter fail' (https://www.linuxquestions.org/questions/linux-hardware-18/hp-printer-wont-print-filter-fail-4175626206/)

Pedroski 03-23-2018 09:35 PM

hp printer won't print 'filter fail'
 
1 Attachment(s)
Please see the screenshot below. The printer is recognized, the job is sent, but does not print.

cups says 'filter fail' What is that?

I changed hard drives and had to reinstall everything, which all worked fine before, now scanner and printer do not work!

Ztcoracat 03-23-2018 10:00 PM

Is hplip installed?

When my HP printer doesn't print a job for me I do this:

Open CUPS in your browser (http://localhost:631) then select Printers. Select the printer, then Maintenance, then Cancel all Jobs (just to make sure there are no pending jobs) Then select Administration then Delete Printer.

Now reinstall the printer by typing hp-setup in the terminal.

IF hp-setup can't see the printer exit hp-setup and disconnect the usb cable wait a few seconds and plug it back in in either the same jack or a different usb jack and restart hp-setup. You many want to shut the printer off and then turn it back on (wait while it goes throught it's little start up sequence before executing hp-setup)

Hope it works for you.

Pedroski 03-24-2018 06:01 AM

Thanks!

What I did was download hplip-3.18.3.run from hp, then run it. It failed to get an internet connection from the terminal, but could somehow install. One very complicated set up! Last time it was easy-breezy, same Ubuntu 16.o4, same printer!

What was missing was a plugin, but that could not be downloaded from a terminal, kept getting "no internet connection", although it was connected, must be a security policy thing.

Also, whatever the plugin is, it is not directly available from hp. After running hplip-3.18.3.run which failed to install the printer, I could run hp-setup, which then could download whatever plugin was needed.


There must be a simpler way to get an old printer going!

Ztcoracat 03-24-2018 02:16 PM

Quote:

Originally Posted by Pedroski (Post 5834786)
Thanks!

What I did was download hplip-3.18.3.run from hp, then run it. It failed to get an internet connection from the terminal, but could somehow install. One very complicated set up! Last time it was easy-breezy, same Ubuntu 16.o4, same printer!

What was missing was a plugin, but that could not be downloaded from a terminal, kept getting "no internet connection", although it was connected, must be a security policy thing.

Also, whatever the plugin is, it is not directly available from hp. After running hplip-3.18.3.run which failed to install the printer, I could run hp-setup, which then could download whatever plugin was needed.


There must be a simpler way to get an old printer going!

Yeah, a simpler way would be great:- Never a dull moment with Linux-

Is your printer working now?

Shadow_7 03-24-2018 02:53 PM

http://www.openprinting.org/printer/...t_Pro_CP1025nw

Says it works with the foo2zjs driver.

http://foo2zjs.rkkda.com/

Something about a ZJStream protocol. Otherwise it looks like all the other hpijs filtering through ghostscript applies.

Ztcoracat 03-24-2018 03:04 PM

Quote:

Originally Posted by Shadow_7 (Post 5834934)
http://www.openprinting.org/printer/...t_Pro_CP1025nw

Says it works with the foo2zjs driver.

http://foo2zjs.rkkda.com/

Something about a ZJStream protocol. Otherwise it looks like all the other hpijs filtering through ghostscript applies.

Thanks for the links.

Pedroski 03-24-2018 03:15 PM

Printer works now!

Next problem is the Epson L350 printer scanner, printer works, the scanner will not! Was working with the same system 2 days ago!

Ztcoracat 03-24-2018 03:34 PM

Glad to hear your HP is working-;)

Sorry I won't be much help, I don't have an Epson printer.
-::-Maybe you just need a driver for your Epson scanner?-::-

Try here:

https://askubuntu.com/questions/8826...n-ubuntu-16-10

beachboy2 03-25-2018 10:38 AM

Pedroski,

Epson L350 Linux driver download:
http://support.epson.net/linux/en/is...?version=1.0.4

Assuming that the iscan-bundle-1.0.4.x64.deb.tar.gz has been downloaded to your Desktop, open Terminal and use the following commands:

Code:

  cd Desktop
  tar xaf iscan-bundle-1.0.4.x64.deb.tar.gz
  cd iscan-bundle-1.0.4.x64.deb
  sudo ./install.sh



All times are GMT -5. The time now is 10:55 PM.