Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 1 KB

README.md

File metadata and controls

35 lines (31 loc) · 1 KB

How to printer in Manjaro

This is not best way probably but it works really well:

  • Start with this commands:
sudo systemctl disable --now org.cups.cupsd.socket
sudo systemctl disable --now org.cups.cupsd.service
sudo systemctl disable --now org.cups.cupsd.path
sudo systemctl enable --now cups.service
sudo systemctl enable --now cups.socket
sudo systemctl enable --now cups.path

yay -S avahi
sudo systemctl enable --now avahi-daemon.service
  • Then I install:
yay -S manjaro-printer
sudo gpasswd -a yourusername sys
  • You may need drivers for your printer so search for them and install, for example:
yay -S brother-dcpl3550cdw

Then in menu I search for HP Device Manager and I open with it localhost:631. From there it is quite self explanatory:
~alt text
~alt text

Scanner

If you want to scan something, add your printer with previous steps and then install:

yay -S simple-scan

find Document scanner and thats all.