I cannot print after update, even after enable cups service manually

Hi @sawdoctor ,

Yeah I’m sure that this issue started this year, actually in January I printed a lot of things and I always do my best to have my system updated.

I already tried to run the same commands you mention, but basically I get the same results.

[josh@manjaro ~]$ sudo systemctl disable --now org.cups.cupsd.socket        
Failed to disable unit: Unit file org.cups.cupsd.socket does not exist.
[josh@manjaro ~]$ sudo systemctl disable --now org.cups.cupsd.service
Failed to disable unit: Unit file org.cups.cupsd.service does not exist.
[josh@manjaro ~]$ sudo systemctl disable --now org.cups.cupsd.path
Failed to disable unit: Unit file org.cups.cupsd.path does not exist.
[josh@manjaro ~]$ sudo systemctl enable --now cups.service     
[josh@manjaro ~]$ sudo systemctl enable --now cups.socket
[josh@manjaro ~]$ sudo systemctl enable --now cups.path
[josh@manjaro ~]$ sudo systemctl enable --now cups
[josh@manjaro ~]$ pacman -Ql cups | grep systemd
cups /usr/lib/systemd/
cups /usr/lib/systemd/system/
cups /usr/lib/systemd/system/cups-lpd.socket
cups /usr/lib/systemd/system/cups-lpd@.service
cups /usr/lib/systemd/system/cups.path
cups /usr/lib/systemd/system/cups.service
cups /usr/lib/systemd/system/cups.socket
[josh@manjaro ~]$ ls -lR /etc/systemd/ | grep cups
lrwxrwxrwx 1 root root 33 feb 23 20:01 cups.path -> /usr/lib/systemd/system/cups.path
lrwxrwxrwx 1 root root 36 feb 23 20:01 cups.service -> /usr/lib/systemd/system/cups.service
lrwxrwxrwx 1 root root 35 feb 23 20:01 cups.socket -> /usr/lib/systemd/system/cups.socket
[josh@manjaro ~]$

The main issue is that the system apparently has no problem identifying the hardware, it always detects and installs automatically the printer every time I remove it from the system and connect it again, I can see the printer ready to print in any program, but every time I try to send something I get the same, those error lines and no more.

I don’t know, maybe for some reason I need to change to that new cupsd thing, but I have no idea how to do that.