06-09-2021, 02:34 PM
(06-08-2021, 06:51 PM)carlosqueso Wrote:(06-08-2021, 11:16 AM)hayduke Wrote: Thanks Carlos. That helps a lot. I can't figure out why I'm having so much trouble installing my printer. I've been using linux since 2008 and have never had this problem before. All I want to do is hook up to my printer.Do you have CUPS installed? Unlike pretty much every linux distro I've used, the default Manjaro doesn't have it. So:
Code:pamac install cups
Then you've got to start it up:
Point a web browser to localhost:631 and you'll get a clunky but serviceable web-based printer management interface.Code:sudo systemctl enable --now cups.service
sudo systemctl enable --now cups.socket
sudo systemctl enable --now cups.path
Is your printer directly connected or network? Setting up a generic printer (just choose Generic for the type) seemed to work pretty well for me.
I think this post should be in the Wiki.
Anyone tried system-config-printer?