From 487947d69f4ea8e2bc26d5e455601bb8e07f01da Mon Sep 17 00:00:00 2001 From: Julian Yap Date: Sun, 5 May 2024 17:40:17 -0700 Subject: [PATCH] Add Brother HL-3170CDW printer --- content/pages/2024-04-04-1712257725.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/content/pages/2024-04-04-1712257725.md b/content/pages/2024-04-04-1712257725.md index 5b3aba4..d6ef871 100644 --- a/content/pages/2024-04-04-1712257725.md +++ b/content/pages/2024-04-04-1712257725.md @@ -66,6 +66,23 @@ Enable hostname resolution. Modify line in /etc/nsswitch.conf hosts: mymachines mdns4_minimal [NOTFOUND=return] resolve [!UNAVAIL=return] files myhostname dns ``` +### Brother HL-3170CDW printer + +Install CUPS +``` +sudo pacman -S cups +systemctl enable cups.service +systemctl restart cups.service +systemctl status cups.service +``` + +Install driver +``` +yay -S brother-hl3170cdw +``` + +Add printer via CUPS Administration http://localhost:631/admin + ## Unresolved issues ### i915 0000:00:02.0: [drm] *ERROR* Link Training Unsuccessful