I've been trying to wirelessly connect a printer to my Ubuntu computer. The computer detects the printer and adds it to the list of printers, but some weird things happen:
The computer has 3 instances of the printer on the list of printers, each of which has a slightly different name and description.
When I try to use any of the 3 instances to print something, it will not print, even though it gives me the notification that it is printing something on that printer.
Ubuntu Version: 20.04
Printer: HP OfficeJet Pro 8710
Instance names:
- HP-OfficeJet-Pro-8710-AE7B1C
- HP_OfficeJet_Pro_8710_AE7B1C_
- HP_OfficeJect_Pro_8710_AE7B1C_@(random numbers and characters).local
Output of lpstat -l -e
:
HP_OfficeJet_Pro_8710_AE7B1C_ network none ipps://HP%20OfficeJet%20Pro%208710%20%5BAE7B1C%5D._ipps._tcp.local/
HP_OfficeJet_Pro_8710_AE7B1C_@HPB4B686AE7B1C.local permanent ipp://localhost/printers/HP_OfficeJet_Pro_8710_AE7B1C_@HPB4B686AE7B1C.local implicitclass://HP_OfficeJet_Pro_8710_AE7B1C_%40HPB4B686AE7B1C.local/
Output of avahi-browse -art | grep -A 2 -i hostname.*office
Failed to resolve service 'HP OfficeJet Pro 8710 [AE7B1C]' of type '_ipp._tcp' in domain 'local': Timeout reached
Failed to resolve service 'HP OfficeJet Pro 8710 [AE7B1C]' of type '_ipp._tcp' in domain 'local': Timeout reached
Failed to resolve service 'HP OfficeJet Pro 8710 [AE7B1C]' of type '_ipps._tcp' in domain 'local': Timeout reached
Failed to resolve service 'HP OfficeJet Pro 8710 [AE7B1C]' of type '_ipps._tcp' in domain 'local': Timeout reached
Output of avahi-browser -art | grep -B 1 -i hostname.*office
Failed to resolve service 'HP OfficeJet Pro 8710 [AE7B1C]' of type '_ipps._tcp' in domain 'local': Timeout reached
Failed to resolve service 'HP OfficeJet Pro 8710 [AE7B1C]' of type '_ipps._tcp' in domain 'local': Timeout reached
Failed to resolve service 'HP OfficeJet Pro 8710 [AE7B1C]' of type '_ipp._tcp' in domain 'local': Timeout reached
Failed to resolve service 'HP OfficeJet Pro 8710 [AE7B1C]' of type '_ipp._tcp' in domain 'local': Timeout reached
I'm really confused and hope someone can help me out!
lpstat -l -e
. – brian_p Dec 29 '20 at 19:42