You are not logged in.

#1 2019-06-17 21:13:28

Hickin
Member
Registered: 2009-01-30
Posts: 27

Unable to print anymore with network printer

I have a Lexmark CS417dn network printer which I installed a couple of weeks ago.
Then it worked nicely but yesterday I tried to print and it did not work, nothing came out when I tried ti print.
I tried a couple of different files and programs and also restarting the computer.
The CUPS webpage says that the printing is completed.
Avahi discovers the printer:

Found service 'Lexmark CS417dn' of type '_http._tcp' in domain 'local' on 2.0.
Found service 'Lexmark CS417dn' of type '_ftp._tcp' in domain 'local' on 2.0.
Found service 'Lexmark CS417dn' of type '_tftp._udp' in domain 'local' on 2.0.
Found service 'Lexmark CS417dn' of type '_scanner._tcp' in domain 'local' on 2.0.
Found service 'Lexmark CS417dn' of type '_printer._tcp' in domain 'local' on 2.0.
Found service 'Lexmark CS417dn' of type '_pdl-datastream._tcp' in domain 'local' on 2.0.
Found service 'Lexmark CS417dn' of type '_privet._tcp' in domain 'local' on 2.0.
Found service 'Lexmark CS417dn' of type '_http._tcp' in domain 'local' on 2.1.
Found service 'Lexmark CS417dn' of type '_ftp._tcp' in domain 'local' on 2.1.
Found service 'Lexmark CS417dn' of type '_tftp._udp' in domain 'local' on 2.1.
Found service 'Lexmark CS417dn' of type '_scanner._tcp' in domain 'local' on 2.1.
Found service 'Lexmark CS417dn' of type '_printer._tcp' in domain 'local' on 2.1.
Found service 'Lexmark CS417dn' of type '_pdl-datastream._tcp' in domain 'local' on 2.1.
Found service 'Lexmark CS417dn' of type '_privet._tcp' in domain 'local' on 2.1.

I enabled the debugging for the printer and tried to print then I got this output:
https://pastebin.com/XHpfTimU

but I am kind of stumped, do not know what happens and why the printer does work anymore.
Anyone got a clue?

Last edited by Hickin (2019-06-18 20:38:07)

Offline

#2 2019-06-17 21:19:21

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Unable to print anymore with network printer

Please use code tags when pasting to the boards: https://wiki.archlinux.org/index.php/Co … s_and_code

What drivers did you install?

Moving to NC...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2019-06-18 20:44:57

Hickin
Member
Registered: 2009-01-30
Posts: 27

Re: Unable to print anymore with network printer

I did not install anything special, I installed:
- Manage Printing (cups)  2.2.11-2
- Avahi
And all their dependencies.
I searched for specific Lexmark drivers but found none but looking for drivers I would say that it seems to be included in CUPS, or?

Offline

#4 2019-06-18 21:14:07

d_fajardo
Member
Registered: 2017-07-28
Posts: 1,563

Re: Unable to print anymore with network printer

Can you ping your printer? It looks like you can but I just don't understand why you're getting 'HTTP_STATE_WAITING Closing for error 32 (Broken pipe)'

Last edited by d_fajardo (2019-06-18 21:17:19)

Offline

#5 2019-06-18 21:28:35

seth
Member
Registered: 2012-09-03
Posts: 49,992

Re: Unable to print anymore with network printer

Does the selftest at the device (NOT! the test in the cups web interface) print anything?

Offline

#6 2019-06-19 04:58:26

Hickin
Member
Registered: 2009-01-30
Posts: 27

Re: Unable to print anymore with network printer

Yes I can ping, I can enter the device web service also.

PING 192.168.1.100 (192.168.1.100) 56(84) bytes of data.
64 bytes from 192.168.1.100: icmp_seq=1 ttl=254 time=0.378 ms

I tried, what I think you mean seth, printing a selftest on the physical device itself and it worked.
I printed a demo page and it came out fine.

I tried printin in the terminal with the command:

lp Fixa
request id is Lexmark_CS417dn-17 (1 file(s))

But nothing happend, the log says:

https://paste.ofcode.org/47Zwmf2dXDs4RhZgaNxHBa

I also tried with the text editor mousepad and now there came up a pop up saying that the printer was unable to print the file, saying that my printer queue was not enabled.
I checked the box in the printer settings but I still get that error saying:

No destination host name supplied by cups-browsed for printer "name", is cups-browsed running?

A quick Googling right now in the morning says that there are tons of that errors I will try to check tonight for that error, might be the problem.

Last edited by Hickin (2019-06-19 05:17:03)

Offline

#7 2019-06-19 12:23:59

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: Unable to print anymore with network printer

please post the content of /etc/cups/printers.conf


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#8 2019-06-22 15:07:42

Hickin
Member
Registered: 2009-01-30
Posts: 27

Re: Unable to print anymore with network printer

# Printer configuration file for CUPS v2.2.11
# Written by cupsd on 2019-06-19 07:18
# DO NOT EDIT THIS FILE WHEN CUPSD IS RUNNING
<DefaultPrinter Lexmark_CS417dn>
UUID urn:uuid:2dbd069a-1864-37a5-703b-4f59abb3bd47
Info Lexmark_CS417dn
MakeModel CS417dn - IPP Everywhere
DeviceURI implicitclass://Lexmark_CS417dn/
State Stopped
StateMessage No destination host name supplied by cups-browsed for printer "Lexmark_CS417dn", is cups-browsed running?
StateTime 1560921468
ConfigTime 1560921411
Reason paused
Type 4188
Accepting Yes
Shared No
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
OpPolicy default
ErrorPolicy stop-printer
Option cups-browsed true
Option cups-browsed-dest-printer "19 ipp://ET0021B71B3C5E.local:631/ipp/print pdf 600dpi"
</DefaultPrinter>

Offline

#9 2019-06-22 16:10:43

d_fajardo
Member
Registered: 2017-07-28
Posts: 1,563

Re: Unable to print anymore with network printer

Offline

#10 2019-07-29 22:38:48

Hickin
Member
Registered: 2009-01-30
Posts: 27

Re: Unable to print anymore with network printer

Took long time for me to respond but I've tried reading up on the subject but it would seem that the cups-browsed.services wont start.
When I check the status of the services, I get:

● cups-browsed.service - Make remote CUPS printers available locally
   Loaded: loaded (/usr/lib/systemd/system/cups-browsed.service; enabled; vendor preset: disabled)
   Active: failed (Result: exit-code) since Tue 2019-07-30 00:31:57 CEST; 7min ago
  Process: 1418 ExecStart=/usr/bin/cups-browsed (code=exited, status=1/FAILURE)
 Main PID: 1418 (code=exited, status=1/FAILURE)

jul 30 00:31:57 **** systemd[1]: Started Make remote CUPS printers available locally.
jul 30 00:31:57 **** systemd[1]: cups-browsed.service: Main process exited, code=exited, status=1/FAILURE
jul 30 00:31:57 **** systemd[1]: cups-browsed.service: Failed with result 'exit-code'.

I tried to replacing the old config file with the new default one but same problem.
Can not find anything fresh on the subject on Google either.
The Avahi-services seem to be running fine at least.

Offline

Board footer

Powered by FluxBB