Printer Install, Simple and successful! Brother HL-3170CDW Network printer

With help from @linux4all and @A4orce84, I simply entered the following terminal commands:

sudo pacman -S system-config-printer

pamac install manjaro-printer

sudo systemctl enable --now cups.service

sudo systemctl enable --now cups.socket

sudo systemctl enable --now cups.path

pamac install avahi

sudo systemctl enable --now avahi-daemon.service

lpadmin -p HL-3170CDW

lpadmin -p HL-3170CDW -E -v ipp://192.168.1.4/ipp/print -m everywhere

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.

5 Likes

Thanks for trying to help, but see all below after doing what you told me to do it just made no difference at all.

[smoky@Stu-Jo ~]$ sudo pacman -S system-printer
[sudo] password for smoky:
error: target not found: system-printer
[smoky@Stu-Jo ~]$ pamac install manjaro-printer
Preparing…
Warning: manjaro-printer-20200215-2 is up to date – skipping
Nothing to do.
Transaction successfully finished.
[smoky@Stu-Jo ~]$ sudo systemctl enable --now cups.service
[smoky@Stu-Jo ~]$ sudo systemctl enable --now cups.socket
[smoky@Stu-Jo ~]$ sudo systemctl enable --now cups.path
[smoky@Stu-Jo ~]$ pamac install avahi
Preparing…
Warning: avahi-0.8+22+gfd482a7-3 is up to date – skipping
Nothing to do.
Transaction successfully finished.
[smoky@Stu-Jo ~]$ sudo systemctl enable --now avahi-daemon.service
[smoky@Stu-Jo ~]$ lpadmin -p HL-3748CDW
[smoky@Stu-Jo ~]$ lpadmin -p HL-3745CDW -E -v ipp://192.168.1.4/ipp/print -m everywhere
[smoky@Stu-Jo ~]$

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!

Wow! Thank god for your help!