Skip to content

Instantly share code, notes, and snippets.

@Serial-Comma
Last active November 18, 2023 11:04
Show Gist options
  • Save Serial-Comma/eef81e5c7bdb8f145f280f52c389e824 to your computer and use it in GitHub Desktop.
Save Serial-Comma/eef81e5c7bdb8f145f280f52c389e824 to your computer and use it in GitHub Desktop.
how i got my printer to work (Brother-MFC-L3770CDW)
//To use the printer
sudo pacman -S cups print-manager lib32-gcc-libs nss-mdns
yay -S brother-mfc-l3770cdw
sudo systemctl enable --now cups avahi-daemon.service
//Edit the file /etc/nsswitch.conf and change the hosts line to include mdns_minimal [NOTFOUND=return] before resolve and dns:
//hosts: mymachines mdns_minimal [NOTFOUND=return] resolve [!UNAVAIL=return] files myhostname dns
//To use the scanner
sudo pacman -S xsane sane
yay -S brscan5 brscan-skey
sudo systemctl enable --now brscan-skey sane
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment