Can't print to a wireless printer
by bertmung from LinuxQuestions.org on (#4VQAX)
I am trying to print to a Brother MFC-7860DW over a wireless connection.
Here's what I know:
I installed the driver from Brother's website.
I found the uri using
lpinfo --include-schemes dnssd -v
I've looked up the IP address on the printer LCD display. It says 000.000.000.000.
ping 000.000.000.000
PING 000.000.000.000 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.054 ms
64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.053 ms
Wireless printing works from my Windows machine.
Wireless printing works on my Ubuntu 19.4 machine for an HP Officejet 6600.
I get this error message in CUPS:
Returning IPP client-error-not-possible for Cancel-Job (ipp://localhost/jobs/50) from localhost
This is a shared printer so I want to be very careful changing any settings on the printer.


Here's what I know:
I installed the driver from Brother's website.
I found the uri using
lpinfo --include-schemes dnssd -v
I've looked up the IP address on the printer LCD display. It says 000.000.000.000.
ping 000.000.000.000
PING 000.000.000.000 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.054 ms
64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.053 ms
Wireless printing works from my Windows machine.
Wireless printing works on my Ubuntu 19.4 machine for an HP Officejet 6600.
I get this error message in CUPS:
Returning IPP client-error-not-possible for Cancel-Job (ipp://localhost/jobs/50) from localhost
This is a shared printer so I want to be very careful changing any settings on the printer.