Skip to content

Commit

Permalink
Add Brother HL-3170CDW printer
Browse files Browse the repository at this point in the history
  • Loading branch information
jyap808 committed May 6, 2024
1 parent 79c7149 commit 487947d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions content/pages/2024-04-04-1712257725.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 487947d

Please sign in to comment.