My printer is listed as: HL-3170CDW, Model HL-3170CDW series - IPP Everywhere
Print options include printing in Grayscale or Color, plus doulble-sided printing.
I think the single command âlpadmin -p HL-3170CDWâ may have been unnecesary.
192.168.1.4 is the LAN ip of my printer.
Thank you! Thank you! Thank you!
I have spent hours and hours trying to sort out printing my new Brother DCP-J1200W, your solution fixed it in 2 minutes!
Is only a gtk application for configuration and a status icon.
Its nice for some - but not required if you are going to manually configure the printer as you do in the final steps.
sudo is not required here.
You should enable the socket only.
avahi is a dependency of of cups which is a dependency of manjaro-printer.
Correct.
Revised steps (also using pacman because it is more reliable);
You need to find the LAN (Local Area Network) address specific to your networked printer. I switched out my router and this particular command changed to:
lpadmin -p HL-3745CDW -E -v ipp://192.168.50.237/ipp/print -m everywhere
For some unknown reason I had to enter the following command twice before my network printer worked in my new install of Manjaro Plasma KDE:
systemctl enable --now avahi-daemon.service
I very much appreciate @cscs comments and concise solution, allowing for your specific parameters within the âlpadminâ command line. Iâve marked that as the solution.